LiveActive security incident?Get immediate response
CVE Record

CVE-2026-24515: In libexpat before 2.7.4, XML_ExternalEntityParserCreate does not copy unknown encoding handler user data.

In libexpat before 2.7.4, XML_ExternalEntityParserCreate does not copy unknown encoding handler user data.

LowCVSS 2.9Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a low-severity libexpat flaw that can cause limited availability impact in specific local conditions. It involves mishandling user data for unknown encoding handlers when creating external entity parsers. Sources do not show confidentiality or integrity impact, active exploitation, or broad emergency conditions.

Executive priority

Handle through normal vulnerability management unless critical operational systems bundle the vulnerable library and parse untrusted XML. This is not supported as an emergency issue by the provided evidence, but embedded and vendor-managed products may need tracking.

Technical view

In libexpat before 2.7.4, XML_ExternalEntityParserCreate fails to copy unknown encoding handler user data, mapped to CWE-476. CVSS 3.1 is 2.9 with local attack vector, high complexity, no privileges, no user interaction, and low availability impact only.

Likely exposure

Exposure is most likely in software, appliances, or embedded products bundling libexpat before 2.7.4 and using affected external entity parsing and unknown encoding handling paths. The bundle cites Siemens guidance, but does not enumerate affected Siemens products here.

Exploitation context

The provided sources do not identify active exploitation, and this CVE is not listed as KEV. The CVSS vector indicates local attack conditions, high complexity, and availability-only impact, so exploitation risk appears limited based on available evidence.

Researcher notes

Key uncertainty is practical reachability. The source bundle identifies the flawed libexpat behavior and low CVSS score, but does not provide exploit details, proof of active exploitation, or a complete downstream affected product matrix.

Mitigation direction

  • Update libexpat to 2.7.4 or a vendor-provided fixed build.
  • Check vendor advisories for products that bundle libexpat.
  • Prioritize systems that parse untrusted XML in operational environments.
  • Track Siemens guidance for downstream product-specific remediation.
  • Avoid inventing compensating controls without vendor validation.

Validation and detection

  • Inventory libexpat versions across packages, containers, firmware, and vendored libraries.
  • Confirm whether any deployed copy is older than 2.7.4.
  • Identify applications using external entity parsing or unknown encoding handlers.
  • Review vendor advisories for fixed versions or product status.
  • Document residual exposure where vendor fixes are unavailable.
Prepared
Confidence
medium
Sources
4

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-476: 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-2026-24515 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
Low
CVSS
2.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/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
2ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical 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
2.9CVSS 3.1LowCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L1.41.4mitre

Vulnerability scoring details

Base CVSS 3.1 score

2.9Low
CVSS 3.1 vector shape for CVE-2026-24515Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/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 reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

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

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
siemens-SADPADP container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
libexpat projectlibexpat0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.