CVE-2026-40008
CWE-470Published: July 10, 2026· Updated: Jul 10, 2026
Official Description
Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') vulnerability in Apache IoTDB.
The pipe processor reads a fully
qualified Java class name and
instantiates it using Class.forName().newInstance() without any
validation or allowlisting.
This issue affects Apache IoTDB: from 1.0.0 before 2.0.10.
Users are recommended to upgrade to version 2.0.10, which fixes the issue.
Risk Analysis
This critical vulnerability in Apache IoTDB allows an unauthenticated attacker to instantiate arbitrary Java classes. The pipe processor reads and instantiates fully qualified Java class names without validation, leading to 'Unsafe Reflection'. With a CVSS score of 9.8, this flaw presents an extreme risk for complete system compromise and arbitrary code execution.
No public exploit is currently known for this vulnerability. The attack vector is network-based with low complexity, indicating it is remotely exploitable.
Users of Apache IoTDB should upgrade to version 2.0.10 or later to fix this unsafe reflection vulnerability. Implement strict validation and allowlisting for any class instantiation based on external input.
Technical Analysis
CVE-2026-40008 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.
The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.
A successful exploit results in complete confidentiality breach (data exposure), full integrity compromise (data manipulation), availability disruption (denial of service), with a CVSS base score of 9.8.
CVSS v3.1 Vector Breakdown
Affected Vendors & Products
Exploit & PoC Resources
All References (2)
Quick Facts
Related CVEs (CWE-470)
Recommended Actions
- →Apply vendor patches immediately
- →Monitor CVE-2026-40008 in threat intel feeds
- →Review IDS/IPS signatures for exploitation attempts