PatchSiren

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-08-19
Advisory published
2026-07-08
Advisory updated
2026-08-19

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.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-55877 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-55877 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

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

Supplemental references

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.