CVE-2023-1370

Aliases:GHSA-493p-pfq6-5258
Advisory lineage Upstream: 0 Downstream: 8
Modified
Published: 13 Mar 2023, 09:04
Last modified:27 Feb 2025, 19:09

Vulnerability Summary

Overall Risk (default)
medium
40/100
CVSS Score
7.5 HIGH
v3.1 (cve.org)
EPSS Score
0.01% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
1 found
Dark Web
Not detected

Timeline

13 Mar 2023, 09:04
Published
Vulnerability first disclosed
27 Feb 2025, 19:09
Last Modified
Vulnerability information updated

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 Metrics

  • v3.1HIGHScore: 7.5CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

EPSS Trends

Current EPSS score: 0.01% Percentile: 3%

Techniques & Countermeasures

  • CWE-674Uncontrolled Recursion

    The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack.

Affected Systems

  • json-smart_projectjson-smart

    < 2.4.9

  • json-smartjson-smart

    < 2.4.9

  • net.minidevjson-smart

    < 2.4.9

References (12)