In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Incorrect Regular Expression vulnerabilities in an interactive lesson.
Start learningUpgrade symfony/routing to version 5.4.52, 6.4.40, 7.4.12, 8.0.12 or higher.
Affected versions of this package are vulnerable to Incorrect Regular Expression in the route URL requirements when a requirement is set as an alternation (such as _locale: 'ar|bg|...|vi|...|zh_CN'). An attacker can bypass security redirect restrictions by suppling a URL that passes any but the first and the last alternatives since they are the only ones anchored by ^ and $ in UrlGenerator constructed pattern '#^'.$req.'$#'.