Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

debian логотип

CVE-2026-54696

Опубликовано: 30 июн. 2026
Источник: debian

Описание

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.

Пакеты

ПакетСтатусВерсия исправленияРелизТип
ruby-jsonfixed2.19.9+dfsg-1package
ruby-jsonno-dsatrixiepackage
ruby-jsonnot-affectedbookwormpackage
ruby-jsonnot-affectedbullseyepackage

Примечания

  • https://github.com/ruby/json/security/advisories/GHSA-x2f5-4prf-w687

  • Fixed by: https://github.com/ruby/json/commit/fd6a65bd08e5f3a429c03919ebfd8dd19158f095 (v2.19.9)

Связанные уязвимости

CVSS3: 3.7
ubuntu
около 1 месяца назад

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.

CVSS3: 3.7
redhat
около 1 месяца назад

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.

CVSS3: 3.7
nvd
около 1 месяца назад

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.

CVSS3: 3.7
github
12 дней назад

Ruby json: JSON generator heap buffer overflow when streaming to an IO