VYPR
Vendor

CJSON

Products
1
CVEs
4
Across products
4
Status
Private

Products

1

Recent CVEs

4
  • CVE-2025-57052CriSep 3, 2025
    risk 0.64cvss 9.8epss 0.01

    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.

  • CVE-2016-10749CriApr 29, 2019
    risk 0.57cvss 9.8epss 0.02

    parse_string in cJSON.c in cJSON before 2016-10-02 has a buffer over-read, as demonstrated by a string that begins with a " character and ends with a \ character.

  • CVE-2023-50471HigDec 14, 2023
    risk 0.49cvss 7.5epss 0.02

    cJSON v1.7.16 was discovered to contain a segmentation violation via the function cJSON_InsertItemInArray at cJSON.c.

  • CVE-2023-26819LowApr 19, 2025
    risk 0.19cvss 2.9epss 0.00

    cJSON 1.7.15 might allow a denial of service via a crafted JSON document such as {"a": true, "b": [ null,9999999999999999999999999999999999999999999999912345678901234567]}.