CVE-2026-44630
7.5Apache Software Foundation · Apache IoTDB
A remote unauthenticated attacker can trigger a denial of service in Apache IoTDB by sending a crafted Thrift frame, causing excessive memory allocation and an OutOfMemoryError crash.
Executive summary
A critical denial of service vulnerability in Apache IoTDB allows unauthenticated remote attackers to crash the service by exhausting system memory.
Vulnerability
The flaw is caused by improper validation of length fields within the RPC service, specifically related to Memory Allocation with Excessive Size Value (CWE-789) and Uncontrolled Resource Consumption (CWE-400). An unauthenticated remote attacker can exploit this by sending a malformed Thrift frame that forces the application to consume excessive memory.
Business impact
The vulnerability carries a CVSS score of 7.5, indicating a high severity risk due to the potential for complete service disruption. Successful exploitation results in a denial of service, which can lead to significant operational downtime for critical data processing tasks, potential data loss in volatile memory, and the need for manual service restoration.
Remediation
Immediate Action: Upgrade to Apache IoTDB version 2.0.10 or later, as this release contains the necessary validation logic to prevent memory exhaustion from malformed frames.
Proactive Monitoring: Monitor system logs and resource utilization metrics for sudden spikes in memory consumption or unexpected process restarts that may indicate exploitation attempts.
Compensating Controls: Implement network-level traffic filtering or a Web Application Firewall (WAF) capable of inspecting Thrift protocol traffic to drop malformed or oversized frames before they reach the IoTDB service.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the high CVSS score and the ease of exploitation, organizations running Apache IoTDB should prioritize the upgrade to version 2.0.10 immediately. Failure to patch leaves critical infrastructure exposed to trivial denial of service attacks that can disrupt business continuity without requiring any prior access to the network.