漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Stack exhaustion in json-smart leads to denial of service when parsing malformed JSON
Vulnerability Description
[Json-smart](https://netplex.github.io/json-smart/) is a performance focused, JSON processor lib. When reaching a ‘[‘ or ‘{‘ character in the JSON input, the code parses an array or an object respectively. It was discovered that the code does not have any limit to the nesting of such arrays or objects. Since the parsing of nested arrays and objects is done recursively, nesting too many of them can cause a stack exhaustion (stack overflow) and crash the software.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Vulnerability Type
未经控制的递归
Vulnerability Title
netplex json-smart 安全漏洞
Vulnerability Description
netplex json-smart是开源的一个JSON Java解析器。 netplex json-smart存在安全漏洞,该漏洞源于代码对到达 JSON 输入中的数组或对象的嵌套没有任何限制,嵌套数组和对象的解析是递归完成的,导致堆栈耗尽(堆栈溢出)并导致软件崩溃。
CVSS Information
N/A
Vulnerability Type
N/A