SQL injection in DataEase - #VU140497

 

SQL injection in DataEase - #VU140497

Published: July 30, 2026


Vulnerability identifier: #VU140497
CSH Severity: Medium
CVSS v4.0: 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:U/U:Green
CVE-ID: N/A
CWE-ID: CWE-89
Exploitation vector: Remote access
Exploit availability: No public exploit available
Affected software:
DataEase

Detailed vulnerability description

The vulnerability allows a remote user to execute arbitrary code.

The vulnerability exists due to SQL injection in the H2 JDBC URL handling used by the datasource schema test endpoint when processing a user-supplied JDBC URL. A remote user can send a specially crafted request containing a crafted JDBC URL to execute arbitrary code.

The issue bypasses a blacklist that blocks the H2 keywords INIT and RUNSCRIPT by abusing semicolon and backslash parsing behavior during connection establishment.


Remediation

Install security update from vendor's website.

Sources