Cyber Resilience

CVE-2025-49003

Dataease ≤ 2.10.11

Public PoC
Published
26 June 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v4 8.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0081 54th percentile
Risk Priority 49 floored blend · peak EPSS

Summary

CVE-2025-49003 is a high-severity Improper Neutralization of Substitution Characters (CWE-153) vulnerability in Dataease Dataease. Its CVSS base score is 8.9 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); ranked in the top 46% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

DataEase is an open source business intelligence and data visualization tool that was vulnerable to remote code execution prior to version 2.10.11. The flaw stems from a Java uppercase conversion behavior in which the character "ı" maps to "I" and "ſ" maps to "S"; an attacker can supply a carefully crafted input that abuses this mapping to bypass intended security checks and execute arbitrary code on the server.

An unauthenticated remote attacker can exploit the issue over the network by sending a malicious message that triggers the character conversion path, resulting in full remote code execution with impacts to confidentiality, integrity, and availability. The CVSS 4.0 score of 8.9 reflects the absence of required authentication or user interaction and the high severity of the resulting compromise.

The vulnerability is addressed in DataEase version 2.10.11 according to the published GitHub security advisory, which states that no workarounds are available. The associated EPSS score has remained flat at 0.0217 with no material increase since disclosure.

EU & UK References

Vulnerability Data

DataEase is an open source business intelligence and data visualization tool. Prior to version 2.10.11, a threat actor may take advantage of a feature in Java in which the character "ı" becomes "I" when converted to uppercase, and the character…

more

"ſ" becomes "S" when converted to uppercase. A threat actor who uses a carefully crafted message that exploits this character conversion can cause remote code execution. The vulnerability has been fixed in v2.10.11. No known workarounds are available.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-53004Same product: Dataease Dataease
CVE-2025-53006Same product: Dataease Dataease
CVE-2025-53005Same product: Dataease Dataease
CVE-2023-25807Same product: Dataease Dataease
CVE-2024-56511Same product: Dataease Dataease
CVE-2025-62421Same product: Dataease Dataease
CVE-2025-62422Same product: Dataease Dataease
CVE-2026-33207Same product: Dataease Dataease
CVE-2023-37258Same product: Dataease Dataease
CVE-2026-33082Same product: Dataease Dataease

Affected Assets

dataease
dataease
≤ 2.10.11

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.2.9
  • V1.2.10

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly requires neutralizing or rejecting dangerous substitution characters before they reach a downstream interpreter.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and neutralization of substitution characters.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect substitution-character flaws but does not itself implement neutralization.

prevents

Secure development lifecycle mandates input validation and sanitization that directly prevents substitution-character injection.

prevents

Application security requirements explicitly call for neutralizing special elements before downstream processing.

prevents

Secure coding standards require proper neutralization of substitution characters in all input handling.

References