CVE-2025-58046
Published: 15 September 2025
Summary
CVE-2025-58046 is a high-severity Injection (CWE-74) vulnerability in Dataease Dataease. Its CVSS base score is 8.7 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 17.6% 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 are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
Dataease is an open-source data visualization and analysis platform that contains a remote code execution vulnerability in versions up to and including 2.10.12. The flaw resides in the Impala data source implementation, specifically insufficient input filtering inside the getJdbc method of the io.dataease.datasource.type.Impala class. This permits crafted JDBC connection strings to trigger JNDI injection followed by RMI deserialization, resulting in arbitrary command execution on the server.
An attacker who can edit data source configurations, which requires low-privileged authenticated access, supplies a malicious JDBC URL that references an attacker-controlled remote configuration file. Successful exploitation grants full remote command execution with the privileges of the Dataease process, affecting confidentiality, integrity, and availability.
The project has released version 2.10.13 containing the fix, documented in the referenced GitHub commit and security advisory GHSA-mvwc-x8x9-46c3; administrators are advised to upgrade immediately because no workarounds are available for earlier releases.
The associated EPSS score remains flat at 0.0165 with no material increase observed after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-29205
Vulnerability details
Dataease is an open-source data visualization and analysis platform. In versions up to and including 2.10.12, the Impala data source is vulnerable to remote code execution due to insufficient filtering in the getJdbc method of the io.dataease.datasource.type.Impala class. Attackers can…
more
construct malicious JDBC connection strings that exploit JNDI injection and trigger RMI deserialization, ultimately enabling remote command execution. The vulnerability can be exploited by editing the data source and providing a crafted JDBC connection string that references a remote configuration file, leading to RMI-based deserialization attacks. This issue has been patched in version 2.10.13. It is recommended to upgrade to the latest version. No known workarounds exist for affected versions.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote unauthenticated RCE via malicious JDBC/JNDI input in public-facing Dataease web app directly matches T1190 Exploit Public-Facing Application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly remediates the insufficient filtering flaw in the Impala getJdbc method by applying patches such as those in Dataease version 2.10.13.
Enforces validation and sanitization of JDBC connection string inputs to block malicious JNDI injection payloads.
Monitors software integrity to detect unauthorized changes resulting from RMI deserialization and remote command execution.