Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2023-46442 PoC — Soot 安全漏洞

Source
Associated Vulnerability
Title:Soot 安全漏洞 (CVE-2023-46442)
Description:Soot是Soot项目的一个 Java 优化框架。 Soot 4.4.1 之前版本存在安全漏洞,该漏洞源于 retrieveActiveBody函数中存在无限循环,允许攻击者造成拒绝服务。
Description
POC for CVE-2023-46442 Denial of Service vulnerability found within Soot
Readme
# CVE-2023-46442_POC

# Environment: Java 8

POC for CVE-2023-46442, Denial of Service vulnerability found within Soot before 4.4.1 under Java 8

When retrieving the body of a maliciously crafted method, a very small size class file or method can cause

huge resource consumption and loop forever until a OutOfMemory is reached(depending on JVM settings)

src/main/java/POC.java -> example vulnerable program

src/main/resources/Build$Builder.class -> example class file that can cause DoS/Indefinte loop(attack payload)



File Snapshot

[4.0K] /data/pocs/f55a24c19d471f83b399abd67c4ba7d72292a95d ├── [ 915] pom.xml ├── [ 524] README.md └── [4.0K] src └── [4.0K] main ├── [4.0K] java │   └── [1.2K] POC.java └── [4.0K] resources └── [ 13K] Build$Builder.class 4 directories, 4 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.