cve/2024/CVE-2024-32653.md

18 lines
867 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-32653](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-32653)
![](https://img.shields.io/static/v1?label=Product&message=jadx&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%201.5.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-20%3A%20Improper%20Input%20Validation&color=brighgreen)
### Description
jadx is a Dex to Java decompiler. Prior to version 1.5.0, the package name is not filtered before concatenation. This can be exploited to inject arbitrary code into the package name. The vulnerability allows an attacker to execute commands with shell privileges. Version 1.5.0 contains a patch for the vulnerability.
### POC
#### Reference
- https://github.com/skylot/jadx/security/advisories/GHSA-3pp3-hg2q-9gpm
#### Github
No PoCs found on GitHub currently.