CVE-2026-57438 PUBLISHED

Nokogiri: Possible Use-After-Free in XInclude Processing

Assigner: GitHub_M
Reserved: 24.06.2026 Published: 25.06.2026 Updated: 25.06.2026

Nokogiri is an open source XML and HTML library for the Ruby programming language. Prior to 1.19.4, XInclude substitution performed by Nokogiri::XML::Node#do_xinclude replaced each <xi:include> in place, freeing the include node along with its children (such as <xi:fallback> and its descendants) and any namespaces declared on them. If an application had already exposed one of those nodes or namespaces to Ruby, the corresponding Ruby object was left pointing at freed memory. Using the object could result in invalid reads or writes to memory. This vulnerability is fixed in 1.19.4.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N/E:U
CVSS Score: 2.2

Product Status

Vendor sparklemotion
Product nokogiri
Versions
  • Version < 1.19.4 is affected

References

Problem Types

  • CWE-416: Use After Free CWE