CVE-2024-45491: An issue was discovered in libexpat before 2.6.3.
An issue was discovered in libexpat before 2.6.3. dtdCopy in xmlparse.c can have an integer overflow for nDefaultAtts on 32-bit platforms (where UINT_MAX equals SIZE_MAX).
Security readout for executives and security teams
Plain-English summary
CVE-2024-45491 affects libexpat before 2.6.3, a common XML parsing library. On 32-bit platforms, a counter overflow in DTD handling may let malicious XML cause limited confidentiality, integrity, and availability impact. The main business concern is hidden dependency exposure in products that embed libexpat.
Executive priority
Treat as a high-priority dependency remediation item, not an emergency based on current evidence. Focus on asset discovery, vendor patch tracking, and fast remediation for exposed 32-bit XML-processing systems.
Technical view
The issue is a CWE-190 integer overflow in dtdCopy within xmlparse.c. The overflow involves nDefaultAtts on 32-bit platforms where UINT_MAX equals SIZE_MAX. The CVSS 3.1 score is 7.3 with network attack vector, low complexity, no privileges, and no user interaction.
Likely exposure
Exposure is most likely in systems or vendor products using libexpat before 2.6.3 on 32-bit platforms, especially where XML from untrusted sources is parsed. The source bundle does not provide a complete affected-product list.
Exploitation context
The bundle does not show CISA KEV listing or other evidence of active exploitation. Public GitHub issue and pull request references exist, so technical details and the fix history are public.
Researcher notes
Key uncertainty is affected-product scope: the CVE record lists generic n/a affected fields, while references point to upstream, Debian, NetApp, and Siemens advisories. Validate by dependency evidence rather than product-name matching alone.
Mitigation direction
Upgrade libexpat to 2.6.3 or later where directly managed.
Apply vendor-supplied updates for embedded libexpat in appliances and products.
Prioritize 32-bit systems that parse network-supplied XML.
Review Debian, NetApp, and Siemens advisories for product-specific status.
If updates are unavailable, check vendor guidance for temporary controls.
Validation and detection
Inventory direct and transitive libexpat versions across servers, containers, and appliances.
Identify 32-bit platforms or builds using vulnerable libexpat versions.
Confirm vendor advisories for NetApp, Debian, Siemens, and other owned products.
Verify patched packages report libexpat 2.6.3 or vendor-fixed backports.
Check XML-facing services for exposure to untrusted network input.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-190: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-190 · source CWE mapping
Integer Overflow or Wraparound
Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.