Bug 2507414 (CVE-2026-16554) - CVE-2026-16554 cJSON: cJSON: Remote code execution due to integer overflow via crafted JSON
Summary: CVE-2026-16554 cJSON: cJSON: Remote code execution due to integer overflow vi...
Keywords:
Status: NEW
Alias: CVE-2026-16554
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2507485 2507486 2507487 2507488
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-27 09:01 UTC by OSIDB Bzimport
Modified: 2026-07-27 14:44 UTC (History)
15 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-27 09:01:17 UTC
cJSON library is vulnerable to an integer overflow in the print_string_ptr() function in cJSON.c on 32-bit platforms. The escape_characters counter, a 32-bit size_t, can wrap around when processing strings containing approximately 858,993,460 or more control characters, causing the output buffer to be allocated based on an underestimated length. When cJSON_PrintBuffered() is used with a pre-allocated buffer, the subsequent write loop overflows the heap allocation. An attacker supplying a crafted JSON string to an application using cJSON on a 32-bit platform can cause a heap buffer overflow, potentially leading to remote code execution, information disclosure, or denial of service.




Because project creator contact attempts were unsuccessful, the vulnerability has only been confirmed in version 1.7.19 but may also affect other versions.

Comment 1 jkelly 2026-07-27 14:26:58 UTC
test


Note You need to log in before you can comment on or make changes to this bug.