Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Network-reachable, low-complexity crafted query with availability-only impact; PR:L because submitting a query normally requires an authenticated IoTDB session despite the vendor's PR:N rating.
Primary rating from Vendor (apache).
CVSS VectorVendor: apache
Lifecycle Timeline
6DescriptionCVE.org
Uncontrolled Resource Consumption vulnerability in Apache IoTDB.
Some interface fails to impose reasonable limits on the time span and aggregation interval of the query. An attacker can construct a request with extreme parameters (e.g., a very large time range combined with a minimal interval). This forces the DataNode to build an enormous result set in memory, which exhausts the Java heap and causes the DataNode process to crash.
This issue affects Apache IoTDB: from 1.3.3 before 2.0.8.
Users are recommended to upgrade to version 2.0.8, which fixes the issue.
Articles & Coverage 1
AnalysisAI
Denial of service in Apache IoTDB versions 1.3.3 through 2.0.7 lets remote attackers crash the DataNode process by submitting a single query whose time span and aggregation interval are unbounded. Because the affected query interface enforces no reasonable limit on these parameters, a request combining a very large time range with a minimal interval forces the DataNode to materialize an enormous result set in memory, exhausting the Java heap. No public exploit has been identified at time of analysis and the issue is not in CISA KEV, but the fix is easy to reverse-engineer from the version bump to 2.0.8.
Technical ContextAI
Apache IoTDB is a Java-based time-series database purpose-built for IoT/industrial telemetry, using a distributed architecture in which DataNodes store and serve time-series data and answer analytical queries. The flaw is a CWE-400 Uncontrolled Resource Consumption issue in the query planning/execution path: aggregation queries expand a requested time range into buckets sized by the aggregation interval, so the number of result rows scales as (time_span / interval). Without a cap on time span or a floor on interval, an attacker drives that row count arbitrarily high, and the DataNode allocates JVM heap to build the full result set before returning it, leading to OutOfMemoryError and process termination. The single affected CPE, cpe:2.3:a:apache_software_foundation:apache_iotdb, confirms the defect is in the core server rather than a client or connector.
RemediationAI
Vendor-released patch: Apache IoTDB 2.0.8 - upgrade all DataNode instances to 2.0.8 or later, which imposes limits on query time span and aggregation interval; see the Apache advisory at https://lists.apache.org/thread/0g5th1t2vj6j8hm5t9w3xh9n6f6ht9z8. Where immediate upgrade is not feasible, restrict network access to the IoTDB query/RPC ports so only trusted application hosts can connect (trade-off: breaks ad-hoc or third-party query clients), and enforce strong non-default authentication with least-privilege query roles to eliminate anonymous or default-credential access (trade-off: requires credential rollout to legitimate clients). Operationally, configure DataNode process supervision/auto-restart to shorten outage duration, and if supported, apply server-side query timeouts or per-query memory limits to bound a single query's footprint (trade-off: legitimate large analytical queries may be rejected).
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41856
GHSA-m38g-pffj-4hcr