CVE-2022-51000 PUBLISHED

Nokogiri before 1.13.2 Multiple Vulnerabilities via libxml2 libxslt

Assigner: VulnCheck
Reserved: 25.08.2026 Published: 25.08.2026 Updated: 25.08.2026

Nokogiri before 1.13.2 (CRuby, when using packaged libraries) ships vendored libxml2 2.9.12 and libxslt 1.1.34, which are affected by two upstream CVEs. Via CVE-2021-30560 in libxslt, an application transforming XML with untrusted XSL stylesheets is vulnerable to a denial-of-service attack. Via CVE-2022-23308 in libxml2, an application parsing an untrusted document with parse option DTDVALID set to true and NOENT set to false may be vulnerable to denial of service, memory disclosure, or code execution. Nokogiri 1.13.2 upgrades vendored libxml2 to 2.9.13 and libxslt to 1.1.35.

Metrics

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

Product Status

Vendor sparklemotion
Product nokogiri
Versions Default: unaffected
  • affected from 0 to 1.13.2 (excl.)
  • Version 1.13.2 is unaffected

References

Problem Types

  • Use After Free CWE