LIVE · cybersecurity feed
Live wire
cve recordhigh

CVE-2026-32939

dataease · dataease

Published
CVSS8.1
Severityhigh
WeaknessCWE-178
ExploitedNot in CISA KEV

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Description

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 all

References

← Back to the CVE Tracker

Our coverage of CVE-2026-32939

No stories yet. This page updates automatically when we publish reporting that references CVE-2026-32939.