Bug 2523563 (CVE-2026-79769) - CVE-2026-79769 nokogiri: Nokogiri: Process crash due to invalid memory read via programming error in internal method
Summary: CVE-2026-79769 nokogiri: Nokogiri: Process crash due to invalid memory read v...
Keywords:
Status: NEW
Alias: CVE-2026-79769
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2525148 2525147
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-25 15:34 UTC by OSIDB Bzimport
Modified: 2026-08-27 18:23 UTC (History)
26 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-25 15:34:14 UTC
Nokogiri versions before 1.19.4 contain a possible invalid (out-of-bounds) memory read in the protected internal Node#initialize_copy_with_args helper behind Node#dup and #clone, which unwrapped its source argument as an xmlNode without a type check. If application code calls this protected method with a non-Node argument (e.g., a Namespace), it reads an xmlNs out of bounds, crashing the process. This is only triggerable by a programming error and cannot be triggered by untrusted input or normal use of the public API. Only CRuby is affected. Version 1.19.4 adds a type check and raises TypeError.


Note You need to log in before you can comment on or make changes to this bug.