-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| nokogiri | rubygems | >= 1.13.8, < 1.13.10 | 1.13.10 |
The vulnerability explicitly references Nokogiri::XML::Reader#attribute_hash as the affected method. The commit diff shows a NULL check was added after calling xmlTextReaderExpand in ext/nokogiri/xml_reader.c, confirming this was the missing safety check. The C function rb_xml_reader_attribute_hash implements this Ruby method, and the lack of NULL check on c_node directly matches the described vulnerability mechanism (CWE-476 via CWE-252).
Ongoing coverage of React2Shell