Bug 2525147 - CVE-2026-79769 rubygem-nokogiri: Nokogiri: Process crash due to invalid memory read via programming error in internal method [fedora-all]
Summary: CVE-2026-79769 rubygem-nokogiri: Nokogiri: Process crash due to invalid memor...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: rubygem-nokogiri
Version: rawhide
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Mamoru TASAKA
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["7472aa7a-5593-4dfe-bcdd-0...
Depends On:
Blocks: CVE-2026-79769
TreeView+ depends on / blocked
 
Reported: 2026-08-27 18:23 UTC by Joel Chamberlain
Modified: 2026-08-28 12:47 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-08-28 12:47:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Joel Chamberlain 2026-08-27 18:23:34 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.