#VU126352 SQL injection in DataEase - CVE-2026-33121
Published: April 16, 2026
DataEase
DataEase
Description
The vulnerability allows a remote user to execute arbitrary SQL commands.
The vulnerability exists due to SQL injection in the datasource save flow when processing a crafted API-type datasource configuration. A remote user can submit a specially crafted datasource configuration with a malicious deTableName value to execute arbitrary SQL commands.
The issue is triggered when the Base64-encoded JSON configuration is decoded and the deTableName field is used to construct a CREATE TABLE statement without sanitization.