CVE-2026-40901

DataEase is an open-source data visualization and analytics platform. Versions 2.10.20 and below ship the legacy velocity-1.7.jar, which pulls in commons-collections-3.2.1.jar containing the InvokerTransformer deserialization gadget chain. Quartz 2.3.2, also bundled in the application, deserializes job data BLOBs from the qrtz_job_details table using ObjectInputStream with no deserialization filter or class allowlist. An authenticated attacker who can write to the Quartz job table, such as through the previously described SQL injection in previewSql, can replace a scheduled job's JOB_DATA with a malicious CommonsCollections6 gadget chain payload. When the Quartz cron trigger fires, the payload is deserialized and executes arbitrary commands as root inside the container, achieving full remote code execution. This issue has been fixed in version 2.10.21.
Configurations

Configuration 1 (hide)

cpe:2.3:a:dataease:dataease:*:*:*:*:*:*:*:*

History

20 Apr 2026, 16:46

Type Values Removed Values Added
References () https://github.com/dataease/dataease/releases/tag/v2.10.21 - () https://github.com/dataease/dataease/releases/tag/v2.10.21 - Release Notes
References () https://github.com/dataease/dataease/security/advisories/GHSA-gm5q-g72w-c466 - () https://github.com/dataease/dataease/security/advisories/GHSA-gm5q-g72w-c466 - Exploit, Third Party Advisory
CPE cpe:2.3:a:dataease:dataease:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 8.8
First Time Dataease dataease
Dataease

16 Apr 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-16 21:16

Updated : 2026-04-20 16:46


NVD link : CVE-2026-40901

Mitre link : CVE-2026-40901

CVE.ORG link : CVE-2026-40901


JSON object : View

Products Affected

dataease

  • dataease
CWE
CWE-502

Deserialization of Untrusted Data