Vulnerability Description
cJSON versions 1.5.0 through 1.7.19 contain an incorrectly-resolved name or reference vulnerability in the decode_pointer_inplace() function within cJSON_Utils.c that allows unauthenticated attackers to cause JSON Patch operations to target wrong object keys by supplying crafted JSON Pointer escape sequences (~0 or ~1) in patch paths. Attackers can submit malicious RFC 6902 JSON Patch input to applications using cJSONUtils_ApplyPatches() or cJSONUtils_ApplyPatchesCaseSensitive() to silently corrupt data or delete unintended keys, potentially bypassing authorization controls in applications that rely on JSON Patch for access-controlled data modification.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/DaveGamble/cJSON
- https://www.vulncheck.com/advisories/cjson-wrong-key-modification-via-json-point
FAQ
What is CVE-2026-29036?
CVE-2026-29036 is a vulnerability with a CVSS score of 7.5 (HIGH). cJSON versions 1.5.0 through 1.7.19 contain an incorrectly-resolved name or reference vulnerability in the decode_pointer_inplace() function within cJSON_Utils.c that allows unauthenticated attackers ...
How severe is CVE-2026-29036?
CVE-2026-29036 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-29036?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.