Cyber Resilience

CVE-2025-57052

CriticalPublic PoC

Published: 03 September 2025

Published
03 September 2025
Modified
03 November 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0027 51.0th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-57052 is a critical-severity Out-of-bounds Read (CWE-125) vulnerability in Davegamble Cjson. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 49.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-57052 is an out-of-bounds access vulnerability affecting the cJSON library in versions 1.5.0 through 1.7.18. The core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core core

EU & UK References

Vulnerability details

cJSON 1.5.0 through 1.7.18 allows out-of-bounds access via the decode_array_index_from_pointer function in cJSON_Utils.c, allowing remote attackers to bypass array bounds checking and access restricted data via malformed JSON pointer strings containing alphanumeric characters.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

Insufficient information to map techniques.
Confidence: LOW · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-31965Shared CWE-125, CWE-129
CVE-2026-31967Shared CWE-125, CWE-129
CVE-2026-31966Shared CWE-125, CWE-129
CVE-2026-22859Shared CWE-125, CWE-129
CVE-2025-55100Shared CWE-125
CVE-2026-41604Shared CWE-125
CVE-2026-2664Shared CWE-125
CVE-2025-20916Shared CWE-125
CVE-2026-31558Shared CWE-125
CVE-2026-30997Shared CWE-125

Affected Assets

davegamble
cjson
1.5.0 — 1.7.18

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the out-of-bounds access vulnerability in cJSON versions 1.5.0-1.7.18 by identifying, reporting, and patching the flawed decode_array_index_from_pointer function.

prevent

Validates JSON pointer strings to reject malformed inputs containing alphanumeric characters that bypass array bounds checking in cJSON.

detect

Scans systems for the specific CVE-2025-57052 vulnerability in deployed cJSON libraries to identify vulnerable versions 1.5.0-1.7.18.

References