CVE-2026-48784

Summary

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 5.4.53, 6.4.41, 7.4.13, and 8.0.13, UrlGenerator::doGenerate() used strtr() dot-segment encoding that skipped every other chained ../ or ./ segment, allowing attacker-controlled route parameters to generate URLs that collapse to a different path under RFC 3986 normalization. This issue is fixed in versions 5.4.53, 6.4.41, 7.4.13, and 8.0.13.

Affected Software

VendorProductVersion RangeStatus
symfonysymfony< 5.4.53affected
symfonysymfony>= 6.0.0-BETA1, < 6.4.41affected
symfonysymfony>= 7.0.0-BETA1, < 7.4.13affected
symfonysymfony>= 8.0.0-BETA1, < 8.0.13affected
symfonyrouting< 5.4.53affected
symfonyrouting>= 6.0.0-BETA1, < 6.4.41affected
symfonyrouting>= 7.0.0-BETA1, < 7.4.13affected
symfonyrouting>= 8.0.0-BETA1, < 8.0.13affected

Weaknesses

  • CWE-172: CWE-172: Encoding Error
  • CWE-601: CWE-601: URL Redirection to Untrusted Site ('Open Redirect')

References