VYPR
High severityNVD Advisory· Published Jun 14, 2023· Updated Jan 6, 2025

CVE-2023-34614

CVE-2023-34614

Description

Cyclic dependencies in crafted JSON objects cause stack overflow and denial of service in jsonij up to version 0.5.2.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Cyclic dependencies in crafted JSON objects cause stack overflow and denial of service in jsonij up to version 0.5.2.

Vulnerability

CVE-2023-34614 describes a denial of service vulnerability in the jmarsden/jsonij library through version 0.5.2. The issue arises from the library's failure to handle cyclic dependencies in JSON objects, leading to infinite recursion and a stack overflow error when parsing maliciously crafted input [1].

Exploitation

An attacker can exploit this vulnerability by providing a specially crafted JSON object that contains circular references. No authentication is required, and the attack can be launched remotely if the application processes untrusted JSON data using the affected library. The only prerequisite is that the target system uses jsonij to parse the malicious input [1].

Impact

Successful exploitation results in a stack overflow, crashing the application and causing a denial of service. The original advisory also mentions the potential for "other unspecified impacts," though no further details are provided. The primary risk is temporary loss of service availability [1].

Mitigation

As of the publication date, no patch has been released for versions 0.5.2 and earlier. Users are advised to avoid processing untrusted JSON data with jsonij, or to switch to a maintained alternative library that properly handles cyclic objects [1].

AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
cc.plural:jsonijMaven
<= 0.5.2

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.