CVE-2026-73161
Last modified
CVE-2026-73161 is a medium-severity vulnerability rated 5.1/10 on the CVSS scale. 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. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| MISP | cti-transmute | <= 1.4.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-73161?
How severe is CVE-2026-73161?
How do I fix CVE-2026-73161?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-73156Affected versions of cti-transmute fail to HTML-escape attac…5.3
- CVE-2026-73157Affected versions of cti-transmute render data obtained from…2.3
- CVE-2026-73158Affected versions of cti-transmute insufficiently validate s…5.1
- CVE-2026-73159Affected versions of cti-transmute allow a tag's icon value …5.1
- CVE-2026-7316A vulnerability has been found in eiliyaabedini aider-mcp up…7.3
- CVE-2026-73160Affected versions of cti-transmute contain an SSRF vulnerabi…8.7
- CVE-2026-73162Affected versions of MISP cti-transmute expose several state…5.3
- CVE-2026-73163Nozomi Networks Labs identified a CWE-78: Improper Neutraliz…8.6
- CVE-2026-73164Nozomi Networks Labs identified a CWE-78: Improper Neutraliz…8.6
- CVE-2026-73165Nozomi Networks Labs identified a CWE-78: Improper Neutraliz…8.6
- CVE-2026-73166Nozomi Networks Labs identified a CWE-94: Improper Control o…8.6
- CVE-2026-73167Nozomi Networks Labs identified a CWE-78: Improper Neutraliz…8.6
Are you affected by CVE-2026-73161?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
