CVE-2026-41605

7.3

Apache · Thrift

Apache Thrift is affected by an integer overflow or wraparound vulnerability that could allow for unauthorized impacts.

Executive summary

Apache Thrift versions prior to 0.23.0 are vulnerable to an integer overflow flaw that could lead to partial impact on system integrity, availability, and confidentiality.

Vulnerability

This vulnerability is an integer overflow or wraparound (CWE-190) that can be triggered by an unauthenticated remote attacker. The flaw resides within the Apache Thrift framework and allows for potential manipulation of data processing flows.

Business impact

The exploitation of this integer overflow can result in partial compromise of system confidentiality, integrity, and availability. With a CVSS score of 7.3, this high-severity vulnerability poses a significant risk to applications relying on Thrift for inter-service communication, potentially leading to application crashes or unauthorized data processing.

Remediation

Immediate Action: Upgrade to Apache Thrift version 0.23.0 or later, which contains the necessary security patch to remediate this vulnerability.

Proactive Monitoring: Review application and system logs for unexpected crashes or abnormal memory usage patterns that may indicate attempts to trigger an integer overflow.

Compensating Controls: Implement strict input validation and boundary checks at the application layer to sanitize incoming data before it is processed by Thrift components.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the high CVSS score and the fundamental nature of the Apache Thrift library in distributed systems, organizations should prioritize upgrading to version 0.23.0 immediately. Failure to patch may expose backend services to memory-related vulnerabilities that could be leveraged for service disruption or data manipulation.

More Apache CVEs

Sources

Originally found and disclosed by Hasnain Lakhani, per the CVE Program record.