diff --git a/CVE-2024-57699/README.md b/CVE-2024-57699/README.md index ab7286c..282d07a 100644 --- a/CVE-2024-57699/README.md +++ b/CVE-2024-57699/README.md @@ -38,5 +38,14 @@ When running the PoC program depending on an unaffected version, such as 2.4.11, +### [Fixed in version 2.5.2] + +The PoC program exits with code zero and an error message as in older versions. + +
+ + + +
diff --git a/CVE-2024-57699/images/fixed-2.5.2.png b/CVE-2024-57699/images/fixed-2.5.2.png new file mode 100644 index 0000000..d5e3ffe Binary files /dev/null and b/CVE-2024-57699/images/fixed-2.5.2.png differ diff --git a/CVE-2024-57699/poc/pom.xml b/CVE-2024-57699/poc/pom.xml index 69503b2..3e02b2f 100644 --- a/CVE-2024-57699/poc/pom.xml +++ b/CVE-2024-57699/poc/pom.xml @@ -12,7 +12,7 @@ net.minidev json-smart - 2.5.0 + 2.5.2 diff --git a/CVE-2024-57699/poc/target/classes/com/example/CrashTest.class b/CVE-2024-57699/poc/target/classes/com/example/CrashTest.class index 798b63f..9382b49 100644 Binary files a/CVE-2024-57699/poc/target/classes/com/example/CrashTest.class and b/CVE-2024-57699/poc/target/classes/com/example/CrashTest.class differ