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 twig/twig
to version 1.44.8, 2.16.1, 3.11.1, 3.14.0 or higher.
twig/twig is a flexible, fast, and secure template language for PHP.
Affected versions of this package are vulnerable to Protection Mechanism Failure due to the incomplete enforcement of sandbox security measures. An attacker can execute arbitrary code or access unauthorized data by crafting malicious templates that exploit this oversight.
Note:
Exploiting this vulnerability is possible when all these conditions are met:
The sandbox is disabled globally;
The sandbox is enabled via a sandboxed include()
function which references a template name (like included.twig
) and not a Template
or TemplateWrapper
instance;
The included template has been loaded before the include()
call but in a non-sandbox context (possibly as the sandbox has been globally disabled).