Cyber Resilience

CVE-2026-48145

Apache Thrift ≤ 0.24.0

Published
27 July 2026
Modified
27 July 2026
Patch / advisory
CVSS Score v4 8.2
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0043 36th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-48145 is a high-severity Improper Validation of Certificate with Host Mismatch (CWE-297) vulnerability in Apache Thrift. Its CVSS base score is 8.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Adversary-in-the-Middle (T1557); ranked at the 36th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SC-23 (Session Authenticity) and SC-8 (Transmission Confidentiality and Integrity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Improper Validation of Certificate with Host Mismatch 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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1557 Adversary-in-the-Middle Credential Access
Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.
T1557.001 Name Resolution Poisoning and SMB Relay Credential Access
By responding to LLMNR/NBT-NS/mDNS network traffic, adversaries may spoof an authoritative source for name resolution to force communication with an adversary controlled system.
T1557.002 ARP Cache Poisoning Credential Access
Adversaries may poison Address Resolution Protocol (ARP) caches to position themselves between the communication of two or more networked devices.
T1557.003 DHCP Spoofing Credential Access
Adversaries may redirect network traffic to adversary-owned systems by spoofing Dynamic Host Configuration Protocol (DHCP) traffic and acting as a malicious DHCP server on the victim network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-48144Same product: Apache Thrift
CVE-2026-43869Same product: Apache Thrift
CVE-2026-43870Same product: Apache Thrift
CVE-2026-35563Same vendor: Apache
CVE-2026-58389Same product: Apache Thrift
CVE-2026-55969Same product: Apache Thrift
CVE-2026-48586Same product: Apache Thrift
CVE-2026-43871Same product: Apache Thrift
CVE-2026-41604Same product: Apache Thrift
CVE-2026-55968Same product: Apache Thrift

Affected Assets

apache
thrift
≤ 0.24.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V17.2.8

Mitigating Controls (NIST 800-53 r5) AI

Protecting session authenticity structurally requires proper certificate validation to bind the presented certificate to the intended host.

Requiring confidentiality and integrity of transmitted data necessitates correct TLS certificate validation with host-name checking.

Security engineering principles require correct implementation of certificate validation (including hostname matching) when cryptography is used.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.DS-02 mostly match
prevents

Protecting data-in-transit integrity depends on proper certificate validation to prevent MITM.

PR.PS-06 mostly match
prevents

Secure development practices include coding correct certificate validation logic.

PR.AA-03 partial match
prevents

Server/service authentication via certificates directly requires correct host validation.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect missing certificate validation and host-mismatch checks.

degrades

Network security controls include certificate validation and host-name verification to prevent man-in-the-middle attacks.

degrades

Security of network services requires proper TLS configuration and certificate validation for service endpoints.

prevents

Use of cryptography mandates correct implementation of certificate validation and hostname verification.

prevents

Application security requirements include secure communication and certificate validation for external services.

mitigates

Secure system architecture principles require proper certificate validation to protect communications.

References