Deserialization of Untrusted Data vulnerability in Apache Software Foundation Apache Johnzon.
A malicious attacker can craft up some JSON input that uses large numbers (numbers such as 1e20000000) that Apache Johnzon will deserialize into BigDecimal and maybe use numbers too large which may result in a slow conversion (Denial of service risk). Apache Johnzon 1.2.21 mitigates this by setting a scale limit of 1000 (by default) to the BigDecimal.
This issue affects Apache Johnzon: through 1.2.20.
References
Link | Resource |
---|---|
https://lists.apache.org/thread/qbg14djo95gfpk7o560lr8wcrzfyw43l | Issue Tracking Mailing List Vendor Advisory |
Configurations
History
14 Jul 2023, 17:00
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:a:apache:johnzon:*:*:*:*:*:*:*:* | |
References | (MISC) https://lists.apache.org/thread/qbg14djo95gfpk7o560lr8wcrzfyw43l - Issue Tracking, Mailing List, Vendor Advisory | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.3 |
07 Jul 2023, 10:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-07-07 10:15
Updated : 2024-10-07 20:35
NVD link : CVE-2023-33008
Mitre link : CVE-2023-33008
CVE.ORG link : CVE-2023-33008
JSON object : View
Products Affected
apache
- johnzon
CWE
CWE-502
Deserialization of Untrusted Data