CVE-2023-1370

[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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:json-smart_project:json-smart:*:*:*:*:*:*:*:*

History

No history.

Information

Published : 2023-03-22 06:15

Updated : 2024-06-21 19:15


NVD link : CVE-2023-1370

Mitre link : CVE-2023-1370

CVE.ORG link : CVE-2023-1370


JSON object : View

Products Affected

json-smart_project

  • json-smart
CWE
CWE-674

Uncontrolled Recursion