πŸ” CVE Alert

CVE-2026-32939

UNKNOWN 0.0

DataEase is Vulnerable to H2 JDBC RCE Bypass

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
14th

DataEase is an open source data visualization analysis tool. Versions 2.10.19 and below have inconsistent Locale handling between the JDBC URL validation logic and the H2 JDBC engine's internal parsing. DataEase uses String.toUpperCase() without specifying an explicit Locale, causing its security checks to rely on the JVM's default runtime locale, while H2 JDBC always normalizes URLs using Locale.ENGLISH. In Turkish locale environments (tr_TR), Java converts the lowercase letter i to Δ° (dotted capital I) instead of the standard I, so a malicious parameter like iNIT becomes Δ°NIT in DataEase's filter (bypassing its blacklist) while H2 still correctly interprets it as INIT. This discrepancy allows attackers to smuggle dangerous JDBC parameters past DataEase's security validation, and the issue has been confirmed as exploitable in real DataEase deployment scenarios running under affected regional settings. The issue has been fixed in version 2.10.20.

CWE CWE-178
Vendor dataease
Product dataease
Published Mar 20, 2026
Last Updated Mar 20, 2026
Stay Ahead of the Next One

Get instant alerts for dataease dataease

Be the first to know when new unknown vulnerabilities affecting dataease dataease are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

dataease / dataease
< 2.10.20

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/dataease/dataease/security/advisories/GHSA-pj7p-3m49-52qq github.com: https://github.com/dataease/dataease/commit/8f1c21834a620d37dafb3fa24605c059d0a5b80d github.com: https://github.com/dataease/dataease/releases/tag/v2.10.20