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 com.xuxueli:xxl-job-core
to version 2.4.1 or higher.
com.xuxueli:xxl-job-core is a distributed task scheduling framework.
Affected versions of this package are vulnerable to Improper Neutralization of Special Elements Used in a Template Engine via the deserialize()
function in JdkSerializeTool.java
, which accesses templates on the classpath with freemarker
. An attacker in control of spring.freemarker.templateLoaderPath
can inject a template to execute code when a given page is accessed.
${"freemarker.template.utility.ObjectConstructor"?new()("org.springframework.expression.spel.standard.SpelExpressionParser").parseExpression("T(java.lang.Runtime).getRuntime().exec("open -a calculator")").getValue()}