CVE-2026-43868: Apache Thrift: Rust implementation vulnerable to CVE-2020-13949 pattern
Memory Allocation with Excessive Size Value vulnerability in Apache Thrift.
This issue affects Apache Thrift: before 0.23.0.
Users are recommended to upgrade to version 0.23.0, which fixes the issue.
Security readout for executives and security teams
Plain-English summary
Apache Thrift before 0.23.0 has a high-severity flaw in its Rust implementation that can make a service allocate excessive memory. The main business risk is denial of service: an affected service could become unavailable if it processes hostile or malformed input.
Executive priority
Prioritize remediation for internet-facing or business-critical services using Apache Thrift Rust before 0.23.0. Treat as high urgency for availability-sensitive environments, but not as a confirmed exploited issue based on the provided sources.
Technical view
The CVE describes a Memory Allocation with Excessive Size Value issue in Apache Thrift, aligned to CWE-1285 and CWE-789. CVSS 3.1 is 7.5 with network, low-complexity, unauthenticated exploitation characteristics and availability-only impact. Apache recommends upgrading to 0.23.0.
Likely exposure
Exposure is likely where Apache Thrift Rust components before 0.23.0 process untrusted or network-originated data. Confirm direct and transitive dependency use, including vendor-packaged versions referenced by Red Hat advisories.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The CVSS vector indicates unauthenticated network reachability and low attack complexity, with the expected outcome limited to availability impact.
Researcher notes
The record ties this Rust issue to the CVE-2020-13949 pattern but only identifies Apache Thrift before 0.23.0 as affected. The provided data does not include exploit proof, vulnerable code paths, or product-specific impact beyond Apache and Red Hat references.
Mitigation direction
Upgrade Apache Thrift to version 0.23.0 or later.
Apply applicable Red Hat security advisories where Thrift is vendor-packaged.
Inventory services using Apache Thrift Rust libraries before 0.23.0.
Restrict untrusted network access to affected services until updated.
Monitor affected services for abnormal memory growth or restarts.
Validation and detection
Check dependency manifests and lockfiles for Apache Thrift versions below 0.23.0.
Confirm whether any Rust Thrift service accepts untrusted network input.
Verify deployed artifacts use upgraded or vendor-fixed packages.
Review Red Hat CSAF, CVE, and errata records for packaged exposure.
Confirm monitoring covers memory exhaustion and service availability symptoms.
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-1285: 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.
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.
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-1285 · source CWE mapping
Improper Validation of Specified Index, Position, or Offset in Input
Improper Validation of Specified Index, Position, or Offset in Input represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Memory Allocation with Excessive Size Value represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.