CVE-2026-40008
Received Received - Intake

Unsafe Reflection in Apache IoTDB

Vulnerability report for CVE-2026-40008, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-10

Last updated on: 2026-07-10

Assigner: Apache Software Foundation

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-10
Last Modified
2026-07-10
Generated
2026-07-10
AI Q&A
2026-07-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
apache iotdb From 1.0.0 (inc) to 2.0.10 (exc)
apache iotdb 2.0.10

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-470 The product uses external input with reflection to select which classes or code to use, but it does not sufficiently prevent the input from selecting improper classes or code.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an Unsafe Reflection issue in Apache IoTDB where the pipe processor reads a fully qualified Java class name and instantiates it using Class.forName().newInstance() without any validation or allowlisting.

Because the input is externally controlled and not validated, an attacker can supply arbitrary class names, potentially causing the system to execute unintended or malicious code.

Impact Analysis

This vulnerability can allow an attacker to execute arbitrary code on the affected system by supplying malicious class names that get instantiated without validation.

Such unauthorized code execution can lead to system compromise, data breaches, or disruption of service.

Mitigation Strategies

Users are recommended to upgrade Apache IoTDB to version 2.0.10, which fixes the unsafe reflection vulnerability.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-40008. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart