漏洞标题
Apache Johnzon: 在大规模下防止不高效的内部转换从BigDecimal
漏洞描述信息
Apache Johnzon:防止在大规模情况下对BigDecimal进行低效的内部转换
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
漏洞类别
可信数据的反序列化
漏洞标题
Apache Johnzon: Prevent inefficient internal conversion from BigDecimal at large scale
漏洞描述信息
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.
CVSS信息
N/A
漏洞类别
可信数据的反序列化
漏洞标题
Apache Johnzon 代码问题漏洞
漏洞描述信息
Apache Johnzon是美国阿帕奇(Apache)公司的一个提供 JsonProcessing(又名JSR-353)实现的项目。 Apache Johnzon 1.2.21之前版本存在代码问题漏洞,该漏洞源于恶意攻击者可以制作一些使用大量数字的 JSON 输入,Apache Johnzon 会将其反序列化为 BigDecimal,并且由于使用太大的数字,这可能会导致拒绝服务。
CVSS信息
N/A
漏洞类别
代码问题