CVE-2026-24713
Improper Input Validation in Apache IoTDB Allows Potential Exploitation
Publication date: 2026-03-09
Last updated on: 2026-03-10
Assigner: Apache Software Foundation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apache | iotdb | From 1.0.0 (inc) to 1.3.7 (exc) |
| apache | iotdb | From 2.0.0 (inc) to 2.0.7 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-917 | The product constructs all or part of an expression language (EL) statement in a framework such as a Java Server Page (JSP) using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended EL statement before it is executed. |
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an Improper Input Validation issue found in Apache IoTDB. It affects versions from 1.0.0 before 1.3.7 and from 2.0.0 before 2.0.7. Improper Input Validation means that the software does not correctly check or sanitize input data, which can lead to unexpected behavior or security issues.
How can this vulnerability impact me? :
Because this vulnerability involves improper input validation, it could potentially allow attackers to exploit the system by sending malicious input. This might lead to unauthorized actions, data corruption, or other security breaches depending on how the input is processed by Apache IoTDB.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
Users are recommended to upgrade Apache IoTDB to version 1.3.7 or 2.0.7, which contain fixes for this improper input validation vulnerability.