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 Input Validation vulnerabilities in an interactive lesson.
Start learningUpgrade org.glassfish:jakarta.el
to version 3.0.4 or higher.
Affected versions of this package are vulnerable to Improper Input Validation. A bug in the ELParserTokenManager
enables invalid EL expressions to be evaluated as if they were valid.
The bug seems to be in the parser’s grammar - $
or #
followed by a character that is not {
, $
or #
will be treated as a literal expression. The pertinent case is when the character following the $
or #
chars is a backslash. The parser will then consume the backslash as part of the literal expression and will leave the character that follows it unescaped.
Note:
org.glassfish:javax.el
is deprecated, users can move to use org.glassfish:jakarta.el
instead where this issue is first fixed in version 3.0.4
.