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 applicationsLearn about Remote Code Execution (RCE) vulnerabilities in an interactive lesson.
Start learningUpgrade symphony/symphony
to version 4.4.0, 4.4.13, 5.1.0, 5.1.5 or higher.
symphony/symphony is a PHP framework for web applications and a set of reusable PHP components.
Affected versions of this package are vulnerable to Remote Code Execution (RCE). The CachingHttpClient
class from the HttpClient
Symfony component relies on the HttpCache
class to handle requests. HttpCache
uses internal headers like X-Body-Eval
and X-Body-File
to control the restoration of cached responses. The class was initially written with surrogate caching and ESI support in mind (all HTTP calls come from a trusted backend in that scenario). But when used by CachingHttpClient
and if an attacker can control the response for a request being made by the CachingHttpClient
, remote code execution is possible.