CVE-2023-4043

Excessive Iteration in maven/org.eclipse.parsson/parsson

Identifiers

CVE-2023-4043

Package Slug

maven/org.eclipse.parsson/parsson

Vulnerability

Excessive Iteration

Description

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.

Affected Versions

All versions before 1.0.5, all versions starting from 1.1.0 before 1.1.4

Solution

Upgrade to versions 1.0.5, 1.1.4 or above.

Last Modified

2023-11-16

source