CyberRota Analysis
AI-GeneratedThe vulnerability arises from insufficient validation of saved graph configuration data in cti-transmute, allowing a malicious user to inject crafted svgIcon values that can execute scripts in other users' browsers, including administrators. This could lead to cross-site scripting (XSS) attacks, compromising user data and session integrity. Organizations using affected versions of cti-transmute should prioritize this issue to safeguard against potential exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Affected versions of cti-transmute insufficiently validate saved graph configuration data. Graph configurations can contain style properties that are later consumed by Pivotick, and Pivotick interprets svgIcon as HTML. Because saved configurations may be created by one user and later displayed to other users—including administrators—a malicious user could store a crafted svgIcon value that executes script in another viewer’s browser. The fix introduces a strict configuration schema on both the server and client. Only known properties are accepted, style entries are limited to shape, color, and size, and dangerous properties such as svgIcon and iconClass are explicitly rejected. Existing stored configurations are also sanitized when listed and again before being applied in the browser.