CVE-2026-32939
CVE-2026-32939 is a high-severity vulnerability in Dataease with a CVSS 3.x base score of 8.1. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-178.
Key facts
- Severity: High (CVSS 3.x base score 8.1)
- CVSS v4: 7.7
- EPSS exploit prediction: 0% (36th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-13525
- Weakness: CWE-178
- Affected product: Dataease
- Published:
- Last modified:
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 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.
Frequently asked questions
- What is CVE-2026-32939?
- 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.
- How severe is CVE-2026-32939?
- CVE-2026-32939 has a CVSS 3.x base score of 8.1, rated high severity. It is exploitable over network with high attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2026-32939 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (36th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-32939?
- CVE-2026-32939 affects Dataease. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-32939?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- Does CVE-2026-32939 have an EU (EUVD) identifier?
- Yes. CVE-2026-32939 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-13525.
- When was CVE-2026-32939 published?
- CVE-2026-32939 was published on 2026-03-20 and last updated on 2026-06-17.
References
- https://github.com/dataease/dataease/commit/8f1c21834a620d37dafb3fa24605c059d0a5b80d
- https://github.com/dataease/dataease/releases/tag/v2.10.20
- https://github.com/dataease/dataease/security/advisories/GHSA-pj7p-3m49-52qq
Affected products (1)
- cpe:2.3:a:dataease:dataease:*:*:*:*:*:*:*:*
More vulnerabilities in Dataease
- CVE-2026-33122 — Critical (CVSS 9.8): DataEase is an open-source data visualization and analytics platform. Versions 2.10.20 and below contain a SQL…
- CVE-2026-33082 — Critical (CVSS 9.8): DataEase is an open source data visualization analysis tool. Versions 2.10.20 and below contain a SQL injection…
- CVE-2026-23958 — Critical (CVSS 9.8): Dataease is an open source data visualization analysis tool. Prior to version 2.10.19, DataEase uses the MD5 hash of…
- CVE-2025-64428 — Critical (CVSS 9.8): Dataease is an open source data visualization analysis tool. Versions prior to 2.10.17 are vulnerable to JNDI…
- CVE-2025-64164 — Critical (CVSS 9.8): Dataease is an open source data visualization analysis tool. In versions 2.10.14 and below, DataEase did not properly…
- CVE-2025-64163 — Critical (CVSS 9.8): DataEase is an open source data visualization analysis tool. In versions 2.10.14 and below, the vendor added a…
Other CWE-178 vulnerabilities
- CVE-2026-54763 — Critical (CVSS 10.0): Traefik is an HTTP reverse proxy and load balancer. Prior to v2.11.51, v3.6.22, and v3.7.6, Traefik's BasicAuth,…
- CVE-2026-40453 — Critical (CVSS 9.9): The fix for CVE-2025-27636 added setLowerCase(true) to HttpHeaderFilterStrategy so that case-variant header names such…
- CVE-2026-47323 — Critical (CVSS 9.8): Camel-CXF and Camel-Knative Message Header Injection via Missing Inbound Filtering The CXF and Knative…
- CVE-2024-5699 — Critical (CVSS 9.8): In violation of spec, cookie prefixes such as `__Secure` were being ignored if they were not correctly capitalized - by…
- CVE-2023-3545 — Critical (CVSS 9.8): Improper sanitisation in `main/inc/lib/fileUpload.lib.php` in Chamilo LMS <= v1.11.20 on Windows and Apache…
- CVE-2022-29604 — Critical (CVSS 9.8): An issue was discovered in ONOS 2.5.1. An intent with an uppercase letter in a device ID shows the CORRUPT state, which…