exasol / project-keeper

This maven plugin checks and unifies a project's structure according to the Exasol integration team's repository standards.
MIT License
3 stars 1 forks source link

🔐 CVE-2023-4043: pkg:maven/org.eclipse.parsson/parsson@1.1.0 #496

Closed github-actions[bot] closed 10 months ago

github-actions[bot] commented 11 months ago

Summary

In Eclipse Parsson before versions 1.1.4 and 1.0.5, Parsing JSON from untrusted sources can lead malicious actors to exploit the fact that the built-in support for parsing numbers with large scale in Java has a number of edge cases where the input text of a number can lead to much larger processing time than one would expect.

To mitigate the risk, parsson put in place a size limit for the numbers as well as their scale.

CVE: CVE-2023-4043 CWE: CWE-20

References

kaklakariada commented 10 months ago

This was fixed in https://github.com/exasol/project-keeper/pull/498