Uncontrolled Recursion The advisory has been revoked - it doesn't affect any version of package sonarqube  (opens in a new tab)


Threat Intelligence

EPSS
1.12% (62nd percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-CHAINGUARDLATEST-SONARQUBE-14889647
  • published7 Jan 2026
  • disclosed22 Mar 2023

Introduced: 22 Mar 2023

CVE-2023-1370  (opens in a new tab)
CWE-674  (opens in a new tab)

Amendment

The Chainguard security team deemed this advisory irrelevant for Chainguard:latest.

NVD Description

Note: Versions mentioned in the description apply only to the upstream sonarqube package and not the sonarqube package as distributed by Chainguard.

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.