Lucene search

K
cvelistApacheCVELIST:CVE-2023-33008
HistoryJul 07, 2023 - 9:07 a.m.

CVE-2023-33008 Apache Johnzon: Prevent inefficient internal conversion from BigDecimal at large scale

2023-07-0709:07:31
CWE-502
apache
www.cve.org
apache johnzon
untrusted data vulnerability
deserialization
bigdecimal
denial of service risk
cve-2023-33008

5.4 Medium

AI Score

Confidence

High

0.002 Low

EPSS

Percentile

53.1%

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.

CNA Affected

[
  {
    "defaultStatus": "affected",
    "product": "Apache Johnzon",
    "vendor": "Apache Software Foundation",
    "versions": [
      {
        "lessThanOrEqual": "1.2.20",
        "status": "affected",
        "version": "0",
        "versionType": "1.2.21"
      }
    ]
  }
]

5.4 Medium

AI Score

Confidence

High

0.002 Low

EPSS

Percentile

53.1%