Bug 2533650 - CVE-2026-66046 expat: Expat: Denial of Service via quadratic complexity in attribute processing [fedora-all]
Summary: CVE-2026-66046 expat: Expat: Denial of Service via quadratic complexity in at...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: expat
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Tomas Korbar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["2de7b293-8852-4d42-b980-f...
Depends On:
Blocks: CVE-2026-66046
TreeView+ depends on / blocked
 
Reported: 2026-09-15 09:54 UTC by Srikanth Balasubramanian
Modified: 2026-09-15 09:54 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description Srikanth Balasubramanian 2026-09-15 09:54:49 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.

Expat through 2.8.3 contains a denial of service vulnerability caused by quadratic algorithmic complexity in the storeAtts() function in xmlparse.c, where processing N specified attributes with non-normalized values triggers an O(N^2) linear scan of elementType->defaultAtts to determine CDATA status. A remote unauthenticated attacker can supply a single well-formed XML document of a few megabytes to an application parsing untrusted XML to cause excessive CPU consumption, resulting in denial of service without requiring authentication, external entity resolution, or non-default parser options.


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