PatchSiren cyber security CVE debrief
CVE-2026-73490 flavorjones CVE debrief
CVE-2026-73490 is a vulnerability in the Loofah library, which is used for manipulating and transforming HTML/XML documents and fragments. The vulnerability allows a crafted sanitized SVG to reference an arbitrary same-origin external document, potentially leading to the rendering of external SVG content containing scripts or other dangerous content.
- Vendor
- flavorjones
- Product
- loofah
- CVSS
- MEDIUM 4.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-12
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-12
- Advisory updated
- 2026-09-09
Who should care
Developers and administrators using the Loofah library to sanitize user-supplied SVG content should be aware of this vulnerability and take steps to update to version 2.25.2 or later.
Why it matters
CVE-2026-73490 is a medium-severity vulnerability in the Loofah library that allows crafted sanitized SVG to reference arbitrary same-origin external documents. Developers and administrators should update to version 2.25.2 or later and exercise caution when sanitizing user-supplied SVG content.
- Potential rendering of external SVG content containing scripts or other dangerous content
- Possible loading of external images for tracking
Technical summary
The Loofah library's HTML5 sanitizer does not properly restrict references to external documents in SVG files, allowing an attacker to craft a sanitized SVG that references an arbitrary same-origin external document. This issue arises because Loofah's sanitizer applies its local-reference restriction only to the xlink:href attribute on SVG use and feImage elements, while browsers also accept the plain href attribute. As a result, a crafted sanitized SVG can reference an arbitrary same-origin external document, potentially leading to the rendering of external SVG content containing scripts or other dangerous content, and feImage may load external images for tracking. Applications that sanitize user-supplied SVG
Defensive priority
Medium
Recommended defensive actions
- Review and update Loofah library to version 2.25.2 or later
- Sanitize user-supplied SVG with Loofah's default allowlist with caution
- Monitor for potential external SVG content rendering
- 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 vulnerability is caused by Loofah's HTML5 sanitizer applying its local-reference restriction only to the xlink:href attribute on SVG use and feImage elements, while browsers also accept the plain href attribute. This issue is fixed in version 2.25.2.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73490 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73490
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73490 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73490
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/flavorjones/loofah/commit/20867b9be689521887364b74822c41ef830523c9
-
Source reference
Unverified legacy reference
URL: https://github.com/flavorjones/loofah/pull/308
-
Source reference
Unverified legacy reference
URL: https://github.com/flavorjones/loofah/releases/tag/v2.25.2
-
Source reference
Unverified legacy reference
URL: https://github.com/flavorjones/loofah/security/advisories/GHSA-9wjq-cp2p-hrgf
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.