CVE-2026-57235

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.
References
Configurations

Configuration 1 (hide)

cpe:2.3:a:nokogiri:nokogiri:*:*:*:*:*:ruby:*:*

History

26 Jun 2026, 13:32

Type Values Removed Values Added
CPE cpe:2.3:a:nokogiri:nokogiri:*:*:*:*:*:ruby:*:*
First Time Nokogiri
Nokogiri nokogiri
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 8.2
References () https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-5prr-v3j2-97mh - () https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-5prr-v3j2-97mh - Mitigation, Vendor Advisory

25 Jun 2026, 15:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-25 15:16

Updated : 2026-06-26 13:32


NVD link : CVE-2026-57235

Mitre link : CVE-2026-57235

CVE.ORG link : CVE-2026-57235


JSON object : View

Products Affected

nokogiri

  • nokogiri
CWE
CWE-125

Out-of-bounds Read

CWE-190

Integer Overflow or Wraparound