๐Ÿ” CVE Alert

CVE-2026-54684

HIGH 7.0

jadx: XAPK archive entries with absolute paths can plant drop-in plugins and achieve code execution on the next jadx run

CVSS Score
7.0
EPSS Score
0.0%
EPSS Percentile
0th

jadx is a Dex to Java decompiler. From 1.5.2 to 1.5.5, a malicious .xapk file can cause jadx to write attacker-controlled archive entry contents outside the intended XAPK plugin temporary unpack directory because XApkLoader resolves each entry name directly with tmpDir.resolve(fileName) after a CWD-based ZIP security check. When jadx is launched from a directory that is an ancestor of the config directory, the arbitrary write can plant a JAR in plugins/dropins, and the next jadx run loads the JAR with URLClassLoader and ServiceLoader, executing attacker-controlled plugin code. This issue is fixed in version 1.5.6.

CWE CWE-22
Vendor skylot
Product jadx
Published Jul 14, 2026
Last Updated Jul 15, 2026
Stay Ahead of the Next One

Get instant alerts for skylot jadx

Be the first to know when new high vulnerabilities affecting skylot jadx are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
High
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

skylot / jadx
>= 1.5.2, < 1.5.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/skylot/jadx/security/advisories/GHSA-gpvc-ccw7-744v github.com: https://github.com/skylot/jadx/commit/a74bb07d6eebaf4da5c2b2cbc4d3c0c3cb7517cb github.com: https://github.com/skylot/jadx/releases/tag/v1.5.6