Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Primary rating from NVD.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Lifecycle Timeline
8Blast Radius
ecosystem impact- 24 maven packages depend on com.github.junrar:junrar (3 direct, 21 indirect)
Ecosystem-wide dependent count for version 7.5.10.
DescriptionNVD
Junrar is an open source java RAR archive library. Prior to version 7.5.10, a path traversal vulnerability in LocalFolderExtractor allows an attacker to write arbitrary files with attacker-controlled content into sibling directories when a crafted RAR archive is extracted. Version 7.5.10 fixes the issue.
AnalysisAI
Path traversal in Junrar library versions prior to 7.5.10 allows remote attackers to write arbitrary files into sibling directories by extracting a crafted RAR archive, enabling unauthorized file creation and potential code injection. The vulnerability requires high attack complexity (AC:H) but no authentication or user interaction, affecting any Java application using vulnerable Junrar versions to process untrusted RAR files. Vendor-released patch: version 7.5.10.
Technical ContextAI
Junrar is a Java library for reading and extracting RAR archive format files. The vulnerability exists in the LocalFolderExtractor component, which handles the extraction of archived files to the filesystem. The root cause is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal), meaning the library fails to properly validate or sanitize file paths extracted from the RAR archive before writing them to disk. An attacker can craft a RAR archive with specially-formed internal path entries (e.g., using directory traversal sequences like '../' or absolute paths) that, when extracted, bypass intended directory restrictions and allow files to be written outside the intended extraction directory into sibling or parent directories. This is a common class of vulnerability in archive extraction libraries where path validation is insufficient.
RemediationAI
Update Junrar to version 7.5.10 or later immediately. For Maven users, update the dependency in pom.xml to <version>7.5.10</version> or higher; for Gradle users, update implementation 'com.github.junrar:junrar:7.5.10' or later. The patch is available directly from GitHub at https://github.com/junrar/junrar/releases/tag/v7.5.10 and the commit resolving the vulnerability is documented at https://github.com/junrar/junrar/commit/d77e9a83eb721cd51f9c23d7869d0e6ad7f952d7. If immediate upgrade is not possible, restrict Junrar usage to extracting RAR files from trusted sources only, and avoid extracting archives in directories where maliciously-created sibling files could impact application functionality (e.g., do not extract to the classpath root or configuration directories). This is a compensating control with significant limitations - it does not prevent exploitation if the source of RAR files cannot be fully guaranteed. Additionally, monitor the extraction directory and parent directories for unexpected file creation, though this detects attacks only after they occur. Patch deployment is the only reliable mitigation.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23872