CVE-2025-57772
BaseFortify
Publication date: 2025-08-25
Last updated on: 2025-09-03
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dataease | dataease | to 2.10.12 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Remote Code Execution (RCE) bypass in DataEase versions prior to 2.10.12. It occurs because the getJdbcUrl method returns the H2 JDBC URL if the JDBC URL meets certain criteria, bypassing H2's filtering logic. This allows an attacker to specify the H2 driver for the JDBC connection, potentially enabling execution of arbitrary code.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to execute arbitrary code remotely on the system running DataEase by exploiting the JDBC URL handling. This can lead to unauthorized access, data compromise, or control over the affected system.
What immediate steps should I take to mitigate this vulnerability?
Upgrade DataEase to version 2.10.12 or later, as this version contains the fix for the H2 JDBC RCE bypass vulnerability.