Cyber Resilience

CVE-2025-58046

HighPublic PoCRCE

Published: 15 September 2025

Published
15 September 2025
Modified
19 September 2025
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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.0165 82.4th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

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

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

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.
Why these techniques?

Remote unauthenticated RCE via malicious JDBC/JNDI input in public-facing Dataease web app directly matches T1190 Exploit Public-Facing Application.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-64428Same product: Dataease Dataease
CVE-2025-58748Same product: Dataease Dataease
CVE-2025-64164Same product: Dataease Dataease
CVE-2024-57707Same product: Dataease Dataease
CVE-2025-58045Same product: Dataease Dataease
CVE-2024-56511Same product: Dataease Dataease
CVE-2026-33084Same product: Dataease Dataease
CVE-2026-33082Same product: Dataease Dataease
CVE-2025-27138Same product: Dataease Dataease
CVE-2025-57772Same product: Dataease Dataease

Affected Assets

dataease
dataease
≤ 2.10.13

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the insufficient filtering flaw in the Impala getJdbc method by applying patches such as those in Dataease version 2.10.13.

prevent

Enforces validation and sanitization of JDBC connection string inputs to block malicious JNDI injection payloads.

detect

Monitors software integrity to detect unauthorized changes resulting from RMI deserialization and remote command execution.

References