๐Ÿ” CVE Alert

CVE-2026-73161

UNKNOWN 0.0

cti-transmute Conversion Table Allows XSS via Unescaped Cell Content During Search Highlighting

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Affected versions of cti-transmute improperly handle conversion-table values passed through the search highlighting feature. The highlight() function previously returned the underlying text directly when no search query was supplied, or performed a regex replacement that inserted <mark> tags without first escaping the original content. Because the resulting value is used by an HTML-rendering sink, malicious markup contained in conversion data could be interpreted as HTML rather than displayed as text. The fix introduces a shared highlightMatches() helper that first converts special characters such as <, >, &, and quotes into HTML entities. Only after escaping does the code insert the application-controlled <mark> element used for search highlighting.

CWE CWE-79 CWE-116
Vendor misp
Product cti-transmute
Published Aug 11, 2026
Stay Ahead of the Next One

Get instant alerts for misp cti-transmute

Be the first to know when new unknown vulnerabilities affecting misp cti-transmute are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

MISP / cti-transmute
0 โ‰ค 1.4.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/MISP/cti-transmute/commit/ac495641ef3ca927676a73ba8f1bcdfd952413df

Credits

Jeroen Pinoy Christian Studer