VYPR

oj

by Oj

CVEs (1)

  • CVE-2026-54903higJun 19, 2026
    risk 0.45cvss epss

    ### Summary `Oj.load` is vulnerable to heap corruption when parsing a JSON string longer than 2 GB. An integer overflow in `buf_append_string` (`buf.h:61`) converts the string length to a large negative `size_t`, causing `memcpy` to copy an astronomically large amount of data…