Eclipse Parsson Denial of Service vulnerability
Moderate severity
GitHub Reviewed
Published
Nov 3, 2023
to the GitHub Advisory Database
•
Updated Nov 14, 2023
Package
Affected versions
>= 1.1.0, < 1.1.4
< 1.0.5
Patched versions
1.1.4
1.0.5
Description
Published by the National Vulnerability Database
Nov 3, 2023
Published to the GitHub Advisory Database
Nov 3, 2023
Reviewed
Nov 3, 2023
Last updated
Nov 14, 2023
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.
References