Skip to content

Commit 085e615

Browse files
authored
Merge pull request #1 from JoergSiebahn/fixed/2.5.2
Document fix in version 2.5.2
2 parents 7f0f73e + 5e434da commit 085e615

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

CVE-2024-57699/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,14 @@ When running the PoC program depending on an unaffected version, such as 2.4.11,
3838

3939
</div>
4040

41+
### [Fixed in version 2.5.2]
42+
43+
The PoC program exits with code zero and an error message as in older versions.
44+
45+
<div align=center>
46+
47+
<img src="./images/fixed-2.5.2.png" width="500">
48+
49+
</div>
4150

4251

CVE-2024-57699/images/fixed-2.5.2.png

23.2 KB
Loading

CVE-2024-57699/poc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>net.minidev</groupId>
1414
<artifactId>json-smart</artifactId>
15-
<version>2.5.0</version>
15+
<version>2.5.2</version>
1616
</dependency>
1717
</dependencies>
1818

Binary file not shown.

0 commit comments

Comments
 (0)