Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:H/VA:H/SC:H/SI:H/SA:H/E:A/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:N/AU:Y/R:U/V:D/RE:L/U:Amber
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:H/VA:H/SC:H/SI:H/SA:H/E:A/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:N/AU:Y/R:U/V:D/RE:L/U:Amber
Lifecycle Timeline
4DescriptionCVE.org
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in TeamJCD JoyConDroid (app/src/main/java/com/rdapps/gamepad/util modules). This vulnerability is associated with program files UnzipUtil.Java.
This issue affects JoyConDroid: through 1.0.93.
AnalysisAI
Path traversal in JoyConDroid through version 1.0.93 allows unauthenticated remote attackers to access arbitrary files on affected systems through improper pathname validation in the UnzipUtil module. An attacker can exploit this vulnerability to read sensitive data and potentially modify files, achieving high integrity and availability impact. A patch is available for this high-severity vulnerability affecting Java and Joycondroid users.
Technical ContextAI
The vulnerability resides in the UnzipUtil.Java file within the com.rdapps.gamepad.util module of JoyConDroid, a Java-based gamepad controller application. The root cause is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), which occurs when archive extraction logic fails to properly validate or sanitize file paths extracted from ZIP archives. Attackers can exploit this by crafting malicious ZIP files containing path traversal sequences (such as '../' or absolute paths) that, when extracted by the vulnerable UnzipUtil component, write files to arbitrary locations on the device's filesystem outside the intended extraction directory. This is a common vulnerability pattern in Java archive handling utilities when path normalization is insufficient.
RemediationAI
Upgrade JoyConDroid to a version that includes the fix from GitHub pull request #124 (https://github.com/TeamJCD/JoyConDroid/pull/124) or later; check the official TeamJCD repository for the next official release incorporating this patch. Until an updated release is available, avoid processing untrusted or user-supplied ZIP archives within the application. Developers integrating JoyConDroid or maintaining custom builds should immediately apply the patch from pull request #124 to the UnzipUtil.Java module to validate and sanitize extracted file paths, ensuring they remain within the intended extraction directory using proper path normalization techniques (e.g., java.nio.file.Path.normalize() or similar canonical path validation). If source code modifications are necessary before an official patch release, implement whitelist-based path validation or use Java's ZipInputStream with explicit path checks to prevent directory traversal.
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 allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14703
GHSA-f24v-4cgw-g3g9