CVE Catalog

CVE-2026-55877

MediumCVSS 6.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.19%

9th percentile - higher than 9% of all known CVEs

Summary

A vulnerability in Symfony UX allows XSS via the ux_icon() Twig function, which marks output as safe (is_safe=['html']) and embeds SVG source verbatim. Unsanitized local SVG files or Iconify JSON responses can contain malicious scripts, event handlers, or dangerous URL schemes.

Risk Assessment

An attacker can inject malicious JavaScript into the page, leading to session theft, redirects, or content manipulation visible to users.

Recommendation

Upgrade Symfony UX to version 2.36.1 or 3.2.0 immediately, which contain the fix for this vulnerability.

Other vulnerabilities in Symfony UX

See all
Original NVD description (English source)

Symfony UX is a JavaScript ecosystem for Symfony. From 2.17.0 before 2.36.1 and from 3.0.0 before 3.2.0, the ux_icon() Twig function is marked is_safe=['html'] and Icon::toHtml() inlines SVG source verbatim, allowing unsanitized local SVG files or Iconify on-demand JSON body responses containing nested script elements, on* event handlers, or dangerous URL schemes to execute cross-site scripting. This issue is fixed in versions 2.36.1 and 3.2.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS