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.apache.struts.xwork:xwork-core
to version 2.3.24.1 or higher.
org.apache.struts.xwork:xwork-core is a generic command pattern framework. It forms the core of Struts 2.
Affected versions of this package are vulnerable to Improper Input Validation such that the TextParseUtil.translateVariables
method allows remote attackers to execute arbitrary code via a crafted OGNL expression with ANTLR tooling.
Note:
The Struts 2 framework does not pass any user-modifiable input to this method, neither directly nor indirectly. However, a developer crafting a Struts based web application might pass unsanitized user input to TextParseUtil.translateVariables
or ActionSupport's getText
methods. In that case a RCE exploitation might be possible.
Users who are unable to upgrade to the fixed version should not pass unsanitized user input to framework methods that include OGNL expression evaluation.