Buffer overflow in Ohler55 Oj
CVE-2026-54900
Oj (Optimized JSON) is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.2, when in usual mode with create_id enabled, Oj::Parser#parse is vulnerable to heap corruption via a negative-size memcpy. When a JSON object key is exactly 65,535 bytes long, an integer truncation in form_attr (usual.c:63) converts the length to -1 before passing it to memcpy. This causes memcpy to copy SIZE_MAX bytes (interpreted as a huge size_t), corrupting heap memory and crashing the process. The issue has been fixed in version 3.17.2.
Vulnerability class: Integer Overflow
EPSS: 0.003 (16.8th percentile) — read the EPSS interpretation.
Affected products
- Ohler55 Oj — versions < 3.17.2
Weakness classification (CWE)
Public proof-of-concept exploits
References
- security-advisories@github.com (x_refsource_CONFIRM)
Frequently asked questions
- What is CVE-2026-54900?
- CVE-2026-54900 is a vulnerability in Ohler55 Oj, classified under Integer Overflow or Wraparound. Published 2026-07-01.
- Is CVE-2026-54900 known to be exploited?
- 1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.