The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-14111

CVE-2025-14111: Rarlab RAR Path Traversal Vulnerability

CVE-2025-14111 is a path traversal vulnerability in Rarlab RAR for Android (up to 7.11 Build 127) that can be exploited remotely. This article covers the technical details, affected versions, impact, and mitigation steps.

Published: April 29, 2026

CVE-2025-14111 Overview

A path traversal vulnerability has been identified in Rarlab RAR App up to version 7.11 Build 127 on Android. This security flaw affects the com.rarlab.rar component and allows remote attackers to perform arbitrary file write and read operations through path traversal techniques. The vulnerability has been publicly disclosed and requires upgrading to the patched version for remediation.

Critical Impact

Successful exploitation of this path traversal vulnerability could allow attackers to read or write arbitrary files on affected Android devices running vulnerable versions of RAR App, potentially leading to data theft or system compromise.

Affected Products

  • Rarlab RAR App versions up to 7.11 Build 127 on Android
  • Google Android (as the underlying operating system)

Discovery Timeline

  • 2025-12-05 - CVE CVE-2025-14111 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2025-14111

Vulnerability Analysis

This path traversal vulnerability in the RAR for Android application allows attackers to manipulate file paths during archive extraction operations. The flaw resides in the com.rarlab.rar component, which fails to properly sanitize path sequences within archive entries. When processing specially crafted RAR archives, the application does not adequately validate directory traversal sequences (such as ../), enabling attackers to write files to arbitrary locations outside the intended extraction directory.

The vendor has explicitly confirmed this is a vulnerability affecting only RAR for Android, with WinRAR and Unix RAR versions remaining unaffected. The complexity of exploitation is noted as high, requiring specific conditions to be met for successful attack execution.

Root Cause

The root cause of this vulnerability is improper input validation (CWE-22: Improper Limitation of a Pathname to a Restricted Directory) in the archive extraction functionality. The com.rarlab.rar component does not sufficiently sanitize file paths contained within archive entries before writing extracted files to the filesystem. This allows specially crafted archives containing path traversal sequences to escape the intended extraction directory.

Attack Vector

The attack vector is network-based, where an attacker can deliver a malicious RAR archive to a victim through various means such as email attachments, malicious downloads, or compromised websites. When the victim opens and extracts the malicious archive using the vulnerable RAR for Android application, the path traversal payload is executed, allowing files to be written to or read from arbitrary locations on the device's filesystem.

The exploitation requires user interaction (opening a malicious archive) and is considered highly complex to execute successfully. However, the vulnerability has been publicly disclosed, making the attack methodology known to potential threat actors. For detailed technical analysis, refer to the GitHub Vulnerability Report.

Detection Methods for CVE-2025-14111

Indicators of Compromise

  • Presence of RAR App version 7.11 Build 127 or earlier on Android devices
  • Unusual file creation or modification in directories outside expected extraction paths
  • Evidence of recently extracted RAR archives with suspicious naming conventions or paths
  • Unexpected files appearing in sensitive application directories or system folders

Detection Strategies

  • Implement mobile device management (MDM) solutions to inventory and monitor installed application versions across the enterprise fleet
  • Configure endpoint detection to alert on file write operations originating from RAR App that target directories outside the application sandbox
  • Monitor for network downloads of RAR archives followed by suspicious filesystem activity
  • Deploy SentinelOne Singularity Mobile to detect exploitation attempts and path traversal attacks on Android devices

Monitoring Recommendations

  • Enable verbose logging for file system operations on managed Android devices
  • Configure alerts for RAR App versions below 7.20 build 128 in enterprise environments
  • Monitor application update compliance to ensure vulnerable versions are promptly upgraded
  • Track file integrity in critical system and application directories

How to Mitigate CVE-2025-14111

Immediate Actions Required

  • Upgrade RAR for Android to version 7.20 build 128 or later immediately
  • Audit enterprise mobile devices for vulnerable RAR App installations using MDM solutions
  • Educate users about the risks of opening RAR archives from untrusted sources
  • Consider temporarily restricting RAR archive handling until all devices are patched

Patch Information

Rarlab has addressed this vulnerability in RAR for Android version 7.20 build 128. The vendor responded professionally to the disclosure and has publicly documented the fix in the version changelog. Organizations should update all Android devices running the vulnerable RAR App through the Google Play Store or enterprise application distribution channels.

The vendor has emphasized this vulnerability affects only RAR for Android; WinRAR and Unix RAR versions are not impacted and do not require patching for this specific issue.

Workarounds

  • Temporarily uninstall RAR for Android on critical devices until the patch can be applied
  • Use alternative archive extraction applications that are not affected by this vulnerability
  • Implement network-level filtering to scan and quarantine potentially malicious RAR archives
  • Configure mobile security policies to prevent sideloading of archives from untrusted sources
bash
# Verify RAR App version on Android via ADB
adb shell dumpsys package com.rarlab.rar | grep versionName
# Expected output for patched version: versionName=7.20
# If version is 7.11 or below, update immediately via Google Play Store

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechRarlab Rar

  • SeverityLOW

  • CVSS Score1.3

  • EPSS Probability0.42%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Vulnerability Report

  • VulDB CTI ID #334491

  • VulDB #334491

  • VulDB Submission #697375
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English