All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-54696
LOWpublished 2026-06-30 23:17 UTC · 4 days ago · modified 2026-07-02 17:54 UTC
3.7
CVSS / 10
// description
Ruby JSON is a JSON implementation for Ruby. Versions 2.9.0 through 2.19.8 are vulnerable to heap buffer overflow when the JSON generator is provided with an oversized streamed object. When streaming to an IO JSON.dump(obj, io) and JSON::State#generate(obj, io) can write past the internal JSON generator buffer when a streamed object contains an attacker-controlled string near 16 KB. Exploitation would result in a reliable process crash/denial of service. This issue has been fixed in version 2.19.9.
// weaknesses (CWE)
- CWE-122
- CWE-131
- CWE-787