PatchSiren cyber security CVE debrief
CVE-2026-49867 dataease CVE debrief
CVE-2026-49867 is a stored cross-site scripting vulnerability in DataEase, an open-source data visualization and analysis tool. Prior to version 2.10.23, authenticated users can submit template static resources through POST /de2api/templateManage/save or DataVisualizationServer.decompression. The StaticResourceServer.saveFilesToServe and StaticResourceServer.saveSingleFileToServe methods write Base64-decoded .svg content to /de2api/static-resource/<name>.svg without validating extension, MIME type, decoded bytes, or SVG scriptability. This allows for stored same-origin cross-site scripting when a victim loads the resource. The vulnerability is fixed in version 2.10.23.
- Vendor
- dataease
- Product
- Unknown
- CVSS
- MEDIUM 6.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-15
- Original CVE updated
- 2026-07-18
- Advisory published
- 2026-07-15
- Advisory updated
- 2026-07-18
Who should care
Users of DataEase versions prior to 2.10.23 should apply the patch to prevent exploitation of this stored cross-site scripting vulnerability. This includes operators, administrators, and security teams responsible for managing and securing DataEase deployments.
Technical summary
The vulnerability exists in the handling of template static resources in DataEase, specifically in the StaticResourceServer.saveFilesToServe and StaticResourceServer.saveSingleFileToServe methods. These methods do not properly validate user-submitted .svg files, allowing for the injection of malicious scripts. This can lead to stored cross-site scripting attacks when a victim loads the compromised resource. The vulnerability is fixed in version 2.10.23.
Defensive priority
Medium
Recommended defensive actions
- Apply the patch by upgrading to DataEase version 2.10.23 or later
- Restrict access to the /de2api/templateManage/save and DataVisualizationServer.decompression endpoints to trusted users
- Implement additional security measures, such as validating user-submitted file types and contents
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record was published on 2026-07-15T20:17:12.943Z and was last modified on 2026-07-18T02:17:09.423Z. The NVD entry is currently Deferred. There is limited information available about the vulnerability, and defenders should verify the affected scope and severity with the vendor. The vulnerability exists in DataEase, an open-source data visualization and analysis tool, and is related to the handling of template static resources.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-49867 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-49867
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-49867 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-49867
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/dataease/dataease/commit/b00d9e3a73a9653bfc3ea0c41c0c3a5b0dd40bf8
-
Source reference
Unverified legacy reference
URL: https://github.com/dataease/dataease/releases/tag/v2.10.23
-
Source reference
Unverified legacy reference
URL: https://github.com/dataease/dataease/security/advisories/GHSA-jqxj-h53x-mpvf
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.