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 Arbitrary Code Injection vulnerabilities in an interactive lesson.
Start learningUpgrade mtdowling/jmespath.php to version 2.9.1 or higher.
Affected versions of this package are vulnerable to Arbitrary Code Injection via unescaped JMESPath handling in the CompilerRuntime. An attacker can execute PHP source code by supplying a malicious JMESPath expression, which is included in a cache file and subsequently executed. In addition to the JmesPath\CompilerRuntime vector, if JP_PHP_COMPILE is enabled, JmesPath\search() on the malicious expression string is also an exploitable vector.
This vulnerability can be avoided by using the default AstRuntime (without JP_PHP_COMPILE) for untrusted expressions.