MEDIUM✓ PATCH🇵🇱 Wersja polska

CVE-2026-67217

CVSS 6.9v4.0pub. 2026-07-29upd. 2026-08-04

cJSON through 1.7.19 applies RFC 6902 JSON Patch operations non-atomically in apply_patch() in cJSON_Utils.c. For a replace operation that is missing its value member, or a move operation whose destination path cannot be resolved, the existing target member is detached and deleted before the operation is fully validated, so the target document is mutated while cJSONUtils_ApplyPatches() or cJSONUtils_ApplyPatchesCaseSensitive() returns a failure status. An attacker who can supply the patch document can destroy addressable members of the target document even though the API reports that the patch failed, defeating the all-or-nothing behavior callers rely on to reject bad patches.

CVSS Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Davegamble Cjson

    APP
    Davegamble
    ≤ 1.7.19
🟢
PATCH AVAILABLE
Vendor update available. Deploy in standard maintenance cycle.
CWE
References

Related vulnerabilities

CVE-2025-57052CRITICAL9.8PL ✓same product

Out-of-bounds access w cJSON przez funkcję decode_array_index_from_pointer

CVE-2019-11834CRITICAL9.8PL ✓same product

cJSON: out-of-bounds access przez znak \x00 w literale tekstowym

CVE-2019-11835CRITICAL9.8PL ✓same product

Dostęp poza zakresem pamięci w cJSON związany z komentarzami wieloliniowymi

CVE-2016-10749CRITICAL9.8PL ✓same product

Buffer over-read w funkcji parse_string biblioteki cJSON

CVE-2018-1000217CRITICAL9.8PL ✓same product

Use-after-free w bibliotece cJSON umożliwiający RCE