1 matches found
CVE-2026-16554
cJSON has a 32-bit integer overflow in print_string_ptr() on 32-bit platforms. The escape_characters counter (32-bit size_t) can wrap around when processing ~858,993,460+ control characters, causing an underestimated output length. If cJSON_PrintBuffered() is used with a pre-allocated buffer, the...