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 Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection') vulnerabilities in an interactive lesson.
Start learningUpgrade org.springframework.webflow:spring-webflow to version 3.0.2, 4.0.1 or higher.
org.springframework.webflow:spring-webflow is a maven plugin for Spring Web Flow.
Affected versions of this package are vulnerable to Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection') via the WebFlowELExpressionParser function. An attacker can execute arbitrary Unified EL expressions by supplying crafted input during data binding.
Note:
This is only exploitable if the following conditions are met:
The application explicitly configures the WebFlowELExpressionParser or its base class "ELExpressionParser".
The useSpringBinding configuration property has not been set to true.
View states do not use the <binding> element on a view state to declare the properties to bind.