CVE-2026-45535

Severity CVSS v4.0:
HIGH
Type:
CWE-89 SQL Injection
Publication date:
15/07/2026
Last modified:
16/07/2026

Description

DataEase is an open source data visualization and analysis tool. Prior to 2.10.23, DataEase SQL-type datasets store attacker-controlled SQL variable defaultValue entries such as ${var} and SqlparserUtils.handleVariableDefaultValue() inserts them with String.replace() without escaping or parameterization, causing stored SQL injection whenever a user with dataset read permission accesses the dataset. This issue is fixed in version 2.10.23.