Back to overview

CVE-2026-57235

MEDIUM
6.3
CVSS 4.0
Description
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.

Metadata

CVE ID
CVE-2026-57235
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-06-24 02:21 UTC
Published
2026-06-25 14:31 UTC
Last updated
2026-06-25 15:41 UTC
Primary CWE
CWE-125
CWE-125: Out-of-bounds Read
Vendor / Product
sparklemotion / nokogiri
Sources
cve.org  ·  NVD

Severity & Metrics

6.3 MEDIUM CVSS 4.0
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N
SSVC — CISA Coordinator
Exploitation
none
Automatable
no
Tech. Impact
partial
Affected products (1)
VendorProductPlatformVersions
sparklemotion nokogiri < 1.19.4
Weakness (CWE)
CWESourceDescription
CWE-125 cna CWE-125: Out-of-bounds Read
CWE-190 cna CWE-190: Integer Overflow or Wraparound
CVSS scores (1)
ScoreSeverityVersionSourceVector
6.3 MEDIUM 4.0 cna CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N
References (1)
Back to overview