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.
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.
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.
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.
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.