CVE-2026-73158: cti-transmute Saved Graph Configuration Allows Stored Cross-Site Scripting via svgIcon
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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-73158?
The severity of CVE-2026-73158 is rated at 43.
How do I fix CVE-2026-73158?
To fix CVE-2026-73158, update to the latest version of cti-transmute where the issue has been addressed.
What type of vulnerability is CVE-2026-73158?
CVE-2026-73158 is a Cross-Site Scripting (XSS) vulnerability.
Who is affected by CVE-2026-73158?
Users of affected versions of cti-transmute who save and display graph configurations are at risk.
What aspects of cti-transmute does CVE-2026-73158 exploit?
CVE-2026-73158 exploits insufficient validation of style properties in saved graph configurations.