LiveActive security incident?Get immediate response
CVE Record

CVE-2024-45492: An issue was discovered in libexpat before 2.6.3.

An issue was discovered in libexpat before 2.6.3. nextScaffoldPart in xmlparse.c can have an integer overflow for m_groupSize on 32-bit platforms (where UINT_MAX equals SIZE_MAX).

HighCVSS 7.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

libexpat, a widely used XML parser, had an integer overflow before version 2.6.3 on 32-bit platforms. A crafted XML input could cause incorrect parser behavior with limited confidentiality, integrity, and availability impact. Business exposure depends on where vulnerable libexpat is embedded, including operating system packages, applications, and vendor products.

Executive priority

Treat as high priority where 32-bit systems or appliances parse XML from untrusted sources. For modern 64-bit-only environments, urgency is lower but still requires inventory confirmation because libexpat is commonly bundled inside products.

Technical view

The flaw is in nextScaffoldPart in xmlparse.c, where m_groupSize can overflow on 32-bit platforms where UINT_MAX equals SIZE_MAX. It is tracked as CWE-190 with CVSS 3.1 score 7.3: AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L. The relevant exposure is remote XML parsing using vulnerable libexpat before 2.6.3.

Likely exposure

Highest concern is systems using 32-bit builds of libexpat before 2.6.3 in network-reachable XML parsing paths. The source bundle does not provide a complete affected product list; downstream advisories from Debian, NetApp, and Siemens indicate embedded or packaged exposure should be verified.

Exploitation context

The CVE is not listed as CISA KEV in the supplied bundle, and no cited source here confirms active exploitation. The CVSS vector indicates remote, low-complexity, unauthenticated attack potential without user interaction, but the issue is platform-specific to 32-bit conditions.

Researcher notes

Evidence supports an integer overflow in libexpat before 2.6.3, specifically tied to 32-bit SIZE_MAX behavior. The supplied affected-product field is not populated, so downstream impact must be established through SBOMs, package metadata, and vendor advisories rather than assumptions.

Mitigation direction

  • Upgrade libexpat to 2.6.3 or later where directly managed.
  • Apply vendor-provided fixed packages for bundled libexpat dependencies.
  • Review Debian, NetApp, and Siemens advisories for affected deployments.
  • Prioritize internet-facing XML parsing services on 32-bit platforms.
  • If fixes are unavailable, consult vendor guidance for supported compensating controls.

Validation and detection

  • Inventory libexpat versions across servers, containers, firmware, and appliances.
  • Identify 32-bit platforms or 32-bit userland builds using libexpat.
  • Map applications that parse untrusted XML over network interfaces.
  • Check vendor advisories for product-specific affected and fixed versions.
  • Confirm package updates or rebuilt dependencies include libexpat 2.6.3 or later.
Prepared
Confidence
high
Sources
8

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-45492 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
3ADP providers
7Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
7.3CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L3.93.4CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.3High
CVSS 3.1 vector shape for CVE-2024-45492Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE publishedCVE Program

    The CVE record was published.

  2. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
CVECVE Program Container
siemens-SADPADP container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.