The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 applicationsUpgrade symfony/symfony to version 5.4.53, 6.4.41, 7.4.13, 8.0.13 or higher.
symfony/symfony is a PHP framework for web applications and a set of reusable PHP components.
Affected versions of this package are vulnerable to Improper Encoding or Escaping of Output via the UrlGenerator due to incorrectly encoding chained dot-segments (../ or ./). The legacy implementation used a strtr function that skipped escaping adjacent occurrences. If a route accepted broad parameter requirements (like .+), an attacker could input chained ../ segments, causing the generated URL to contain unescaped dots. When processed by strict RFC 3986 consumers (such as HTTP clients, reverse proxies, or internal routers), the path collapses off the intended route, creating a round-trip route integrity issue.