Description
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.
Remediation
References
https://lists.apache.org/thread/qbg14djo95gfpk7o560lr8wcrzfyw43l
Related Vulnerabilities
CVE-2021-37533 Vulnerability in maven package commons-net:commons-net
CVE-2022-38179 Vulnerability in maven package io.ktor:ktor-utils
CVE-2021-21639 Vulnerability in maven package org.jenkins-ci.main:jenkins-core
CVE-2023-36479 Vulnerability in maven package org.eclipse.jetty.ee9:jetty-ee9-servlets
CVE-2022-36917 Vulnerability in maven package org.jenkins-ci.plugins:google-cloud-backup