PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-73159 MISP CVE debrief

The cti-transmute library, used for threat intelligence data transformation, is vulnerable to cross-site scripting (XSS) attacks. This vulnerability arises from the improper handling of user-supplied icon values, which can be interpolated into HTML. An attacker could craft a malicious icon value to inject attacker-controlled HTML, potentially leading to XSS attacks when the affected tag is rendered. The vulnerability affects versions of cti-transmute that allow user-supplied icon values to be stored and later rendered through Vue's v-html. The patch applied to cti-transmute mitigates this issue at multiple layers: v-html is replaced with Vue :class binding, mapIcon() now returns only a constrained FontAwesome class string, and the backend validates icons against the FontAwesome catalogue or a strict [a-z0-9-]{1,40} slug pattern before storing them. This multi-layered approach helps prevent potential XSS attacks. Organizations using cti-transmute in their applications should prioritize patching to prevent potential XSS attacks. This includes reviewing and validating user-supplied icon values, implementing additional security measures to prevent XSS attacks, and confirming whether affected product deployments exist in managed environments.

Vendor
MISP
Product
cti-transmute
CVSS
MEDIUM 5.1
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-11
Original CVE updated
2026-08-26
Advisory published
2026-08-11
Advisory updated
2026-08-26

Who should care

Organizations using cti-transmute in their applications should prioritize patching to prevent potential XSS attacks. This includes reviewing and validating user-supplied icon values, implementing additional security measures to prevent XSS attacks, and confirming whether affected product deployments exist in managed environments. Security teams and operators should be aware of the vulnerability and take necessary actions to protect their systems.

Technical summary

The cti-transmute library is vulnerable to cross-site scripting (XSS) attacks due to improper handling of user-supplied icon values. An attacker could craft a malicious icon value to inject attacker-controlled HTML, which would be executed in the viewer's browser when the affected tag is rendered. The patch mitigates the issue at multiple layers: v-html is replaced with Vue :class binding, mapIcon() now returns only a constrained FontAwesome class string, and the backend validates icons against the FontAwesome catalogue or a strict [a-z0-9-]{1,40} slug pattern before storing them. This multi-layered approach helps prevent potential XSS attacks.

Defensive priority

Organizations using cti-transmute should prioritize patching to prevent potential XSS attacks.

Recommended defensive actions

  • Apply the patch to update the cti-transmute library
  • Review and validate user-supplied icon values
  • Implement additional security measures to prevent XSS attacks
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review

Evidence notes

The CVE description indicates that cti-transmute allows user-supplied icon values to be interpolated into HTML, potentially leading to XSS attacks. A patch has been applied to mitigate this issue by replacing v-html with Vue :class binding and validating icons against the FontAwesome catalogue. However, defenders should verify the affected product deployments, review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance, and plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-73159 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-73159

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-73159 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73159

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/MISP/cti-transmute/commit/cc13416d606d91d543ce1f1e41387750f8450153

    5a6e4751-2f3f-4070-9419-94fb35b644e8

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.