CVE-2026-40007

Severity CVSS v4.0:
Pending analysis
Type:
CWE-400 Uncontrolled Resource Consumption ('Resource Exhaustion')
Publication date:
10/07/2026
Last modified:
10/07/2026

Description

Uncontrolled Recursion, Uncontrolled Resource Consumption vulnerability in Apache IoTDB.<br /> When pipe_air_gap_receiver_enabled=true, the IoTDB AirGap receiver&amp;#39;s<br /> readLength method calls itself recursively each time it recognises the<br /> E-language prefix in socket data, with no depth limit. An unauthenticated<br /> attacker can send a stream of repeated E-language prefixes that drives the<br /> recursion arbitrarily deep, exhausting the receiver thread&amp;#39;s JVM stack and<br /> raising StackOverflowError.<br /> <br /> <br /> This issue affects Apache IoTDB: from 1.0.0 before 2.0.10.<br /> <br /> Users are recommended to upgrade to version 2.0.10, which fixes the issue.