Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document fix in version 2.5.2 #1

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CVE-2024-57699/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,14 @@ When running the PoC program depending on an unaffected version, such as 2.4.11,

</div>

### [Fixed in version 2.5.2]

The PoC program exits with code zero and an error message as in older versions.

<div align=center>

<img src="./images/fixed-2.5.2.png" width="500">

</div>


Binary file added CVE-2024-57699/images/fixed-2.5.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion CVE-2024-57699/poc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.0</version>
<version>2.5.2</version>
</dependency>
</dependencies>

Expand Down
Binary file modified CVE-2024-57699/poc/target/classes/com/example/CrashTest.class
Binary file not shown.