CVE-2025-3613
Description
A vulnerability has been found in Demtec Graphytics 5.0.7 and classified as problematic. This vulnerability affects unknown code of the file /visualization. The manipulation of the argument description leads to cross site scripting. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Demtec Graphytics 5.0.7 has a stored XSS in the /visualization endpoint via the description parameter, requiring low privileges.
A stored cross-site scripting (XSS) vulnerability exists in Demtec Graphytics version 5.0.7. The vulnerability resides in the /visualization endpoint and affects the description parameter. User input is not properly sanitized before being stored, allowing an attacker to inject arbitrary HTML or JavaScript. The vendor was contacted but did not respond.
To exploit the vulnerability, an authenticated user creates or edits a visualization. By providing a crafted payload in the description field, such as "><!---->img src=x onerror=alert(document.cookie) >, the malicious code is stored on the server. When other users view the project list or the affected visualization, the payload executes in the context of their browser.
The impact is limited to the execution of arbitrary scripts in the browser of a user viewing the stored data. This can lead to session hijacking or defacement within the application, as demonstrated by the proof-of-concept using alert(document.cookie) [1]. The CVSS score of 3.5 (Low) reflects the need for user interaction and the limited scope of impact.
No official patch or workaround has been released by Demtec. Since the vendor has not responded, users are advised to apply input validation on the description field or restrict access to the affected functionality until a fix is available.
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: =5.0.7
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4News mentions
0No linked articles in our index yet.