PatchSiren cyber security CVE debrief
CVE-2026-55877 symfony CVE debrief
A cross-site scripting vulnerability exists in Symfony UX, a JavaScript ecosystem for Symfony. The vulnerability affects versions 2.17.0 before 2.36.1 and 3.0.0 before 3.2.0. The ux_icon() Twig function is marked as 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.
- Vendor
- symfony
- Product
- ux
- CVSS
- MEDIUM 6.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-08
- Original CVE updated
- 2026-07-10
- Advisory published
- 2026-07-08
- Advisory updated
- 2026-07-10
Who should care
Developers and administrators using Symfony UX versions 2.17.0 before 2.36.1 and 3.0.0 before 3.2.0 should be aware of this vulnerability and take steps to mitigate it. This includes operators, platform administrators, vulnerability management teams, and security teams who need to review and address the vulnerability.
Technical summary
The ux_icon() Twig function in Symfony UX is marked as is_safe=['html'] and Icon::toHtml() inlines SVG source verbatim. This allows 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. The vulnerability has a CVSS score of 6.1 and a severity of MEDIUM. Affected product context includes Symfony UX versions 2.17.0 before 2.36.1 and 3.0.0 before 3.2.0.
Defensive priority
Medium priority
Recommended defensive actions
- Update Symfony UX to version 2.36.1 or 3.2.0
- Validate and sanitize user input
- Implement content security policy
- Review compensating controls for exposed systems
- Check relevant monitoring, detection, and logs for exposed assets
- Track exceptions and retest remediated assets
- Confirm whether affected product deployments exist in managed environments
Evidence notes
The vulnerability is fixed in versions 2.36.1 and 3.2.0. The NVD entry is currently Awaiting Analysis. Evidence is limited to CVE and NVD information. Defenders should verify affected deployments, review official advisories, and plan updates or mitigations. Additional source grounding and evidence limits are needed to fully understand the vulnerability.
Official resources
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-08T22:17:15.920Z and has not been modified since then. The NVD entry is currently Awaiting Analysis.