LiveActive security incident?Get immediate response
CVE Record

CVE-2026-55971: Apache Thrift: C++ ZLIB heap buffer overflow (write) in THeaderTransport::untransform()

Heap-based Buffer Overflow vulnerability in Apache Thrift C++ bindings. This issue affects Apache Thrift: before 0.24.0. Users are recommended to upgrade to version 0.24.0, which fixes the issue.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Apache Thrift versions before 0.24.0 contain a critical memory-safety flaw in the C++ bindings. A remote, unauthenticated attacker may trigger a heap overwrite when a service processes compressed Thrift header data. The supplied CVSS assessment indicates potentially severe confidentiality, integrity, and availability impact, although the sources do not confirm active exploitation.

Executive priority

Treat this as an urgent patching and exposure-validation issue. Prioritize internet-facing or broadly accessible C++ Thrift services, then internal services reachable from less-trusted segments. The critical rating warrants rapid action, but current evidence does not establish active attacks.

Technical view

The flaw is a heap-based buffer overflow write in the ZLIB decompression path of THeaderTransport::untransform(). It affects Apache Thrift C++ bindings before 0.24.0. The CVSS 4.0 vector rates exploitation as network-accessible, low complexity, requiring no privileges or user interaction. Detailed triggering conditions and demonstrated outcomes are not provided.

Likely exposure

Exposure is most likely where applications use affected Apache Thrift C++ bindings and accept compressed THeaderTransport traffic from untrusted or compromised networks. Internet-facing services deserve immediate attention. The source bundle does not establish whether every C++ deployment enables or reaches the vulnerable ZLIB path.

Exploitation context

The CVSS vector indicates remote, unauthenticated reachability with low attack complexity and no user interaction. However, the record is not listed in KEV, and the supplied sources provide no evidence of active exploitation, public weaponization, or confirmed real-world attacks.

Researcher notes

The available record identifies the vulnerable function, weakness class, affected version boundary, and fixed release. It does not provide root-cause detail, affected configuration matrices, proof-of-concept evidence, or confirmed exploitation outcomes. Avoid assuming code execution without additional vendor-supported evidence.

Mitigation direction

  • Upgrade Apache Thrift C++ bindings to version 0.24.0 or later.
  • Rebuild and redeploy applications that statically link or vendor affected Thrift code.
  • Prioritize externally reachable services accepting Thrift header traffic.
  • If upgrading is delayed, restrict untrusted access and consult Apache's advisories for supported mitigations.

Validation and detection

  • Inventory applications and containers using Apache Thrift C++ versions earlier than 0.24.0.
  • Identify services using THeaderTransport with ZLIB-compressed traffic.
  • Confirm whether affected listeners are reachable from internet or untrusted internal networks.
  • After remediation, verify deployed binaries and dependency manifests report version 0.24.0 or later.
  • Run existing interoperability and regression tests against rebuilt Thrift services.
Prepared
Confidence
high
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-122: 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-55971 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
Critical
CVSS
9.3 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

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: yesTechnical Impact: total

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
9.3CVSS 4.0CriticalCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:Napache

Vulnerability scoring details

Base CVSS 4.0 score

9.3Critical
CVSS 4.0 vector shape for CVE-2026-55971Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
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
CVECVE Program Container

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Apache Software FoundationApache Thriftthrift, 0unaffected
Weakness

CWE details

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

CWE-122 · source CWE mapping

Heap-based Buffer Overflow

Heap-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.