LiveActive security incident?Get immediate response
CVE Record

CVE-2026-32776: libexpat before 2.7.5 allows a NULL pointer dereference with empty external parameter entity content.

libexpat before 2.7.5 allows a NULL pointer dereference with empty external parameter entity content.

MediumCVSS 4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2026-32776 is a libexpat crash issue. Versions before 2.7.5 can hit a NULL pointer dereference when handling empty external parameter entity content. The reported impact is limited availability loss, not data theft or code execution. No provided source indicates active exploitation.

Executive priority

Handle through normal vulnerability remediation, with accelerated attention for systems where a parser crash could affect production, safety, or customer-facing availability. Current evidence supports availability risk only and does not show active exploitation.

Technical view

The issue is classified as CWE-476 in libexpat before 2.7.5. CVSS 3.1 is 4.0 with AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L. The flaw can cause a parser crash during external parameter entity handling with empty content.

Likely exposure

Exposure is likely in applications, appliances, or firmware that bundle libexpat before 2.7.5 and process XML using external parameter entities. The Siemens advisory suggests downstream product relevance, but product-specific impact must be verified from vendor guidance.

Exploitation context

The source bundle does not show KEV listing or public active exploitation. The known consequence is denial of service through a crash condition. Treat risk as higher where XML parsing failures can interrupt business, industrial, or service availability.

Researcher notes

Evidence is limited to the CVE description, CVSS data, libexpat pull requests, and a Siemens advisory reference. Do not assume code execution or data exposure. Validate actual impact in each product because library use, XML features, and bundling vary.

Mitigation direction

  • Identify applications, packages, appliances, and firmware that include libexpat.
  • Upgrade libexpat to 2.7.5 or later where vendor-supported.
  • For embedded products, follow vendor advisories such as Siemens SSA-082556.
  • If updates are unavailable, check vendor guidance for temporary mitigations.
  • Prioritize systems where XML parser crashes could disrupt critical operations.

Validation and detection

  • Confirm deployed libexpat versions, including bundled and statically linked copies.
  • Review SBOMs, package manifests, and vendor advisories for libexpat before 2.7.5.
  • Verify updates replace all affected embedded library instances.
  • Monitor application logs and crash reports for XML parser failures.
  • Track Siemens and libexpat project updates for revised affected-product details.
Prepared
Confidence
medium
Sources
5

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-32776 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
Medium
CVSS
4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/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
4Source 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
4CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L2.51.4mitre

Vulnerability scoring details

Base CVSS 3.1 score

4Medium
CVSS 3.1 vector shape for CVE-2026-32776Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/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.