CVE-2026-48761

Summary

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. From 6.1.0 until 6.4.41, 7.4.13, and 8.0.13, UrlAttributeSanitizer::getSupportedAttributes() omitted URL-bearing attributes on <object>, <applet>, <iframe>, and <img>, and <meta http-equiv="refresh"> URLs inside content bypassed URL sanitization, allowing explicitly enabled elements or attributes to pass javascript: and similar payloads into sanitized output. This issue is fixed in versions 6.4.41, 7.4.13, and 8.0.13.

Affected Software

VendorProductVersion RangeStatus
symfonysymfony>= 6.1.0, < 6.4.41affected
symfonysymfony>= 7.0.0-BETA1, < 7.4.13affected
symfonysymfony>= 8.0.0-BETA1, < 8.0.13affected
symfonyhtml-sanitizer>= 6.1.0, < 6.4.41affected
symfonyhtml-sanitizer>= 7.0.0-BETA1, < 7.4.13affected
symfonyhtml-sanitizer>= 8.0.0-BETA1, < 8.0.13affected

Weaknesses

  • CWE-79: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
  • CWE-1023: CWE-1023: Incomplete Comparison with Missing Factors

References