cvedb.io
CVE-2026-57235
HIGH · CVSS 8.2
EPSS exploitation probability: 0%
Published 2026-06-25T15:16:40.493 · Last modified 2026-06-26T13:32:08.523

Summary

Nokogiri is an open source XML and HTML library for the Ruby programming language. Prior to 1.19.4, Nokogiri::XML::NodeSet#[] (and its alias #slice) checked the requested index against the node set's bounds using a 32-bit-truncated copy of the index. A large negative index could pass the check and then be used at full width, reading outside the node set's storage. On CRuby this is an out-of-bounds read that typically crashes the process; on JRuby it is not memory-unsafe but returns an incorrect node. This vulnerability is fixed in 1.19.4.

Affected products

nokogiri — nokogiri

Does this affect you?

Add your gear to cvedb and we'll alert you only when nokogiri ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.