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 org.apache.struts:struts2-core to version 6.1.1 or higher.
org.apache.struts:struts2-core is a popular open-source framework for developing web applications in the Java programming language.
Affected versions of this package are vulnerable to Missing XML Validation. An attacker can access sensitive information or cause a denial of service by submitting specially crafted XML input.
This vulnerability can be mitigated by:
Using a custom SAXParserFactory: set xwork.saxParserFactory= to a custom factory class that disables external entities by default.
Defining JVM-level configuration: configure the JVM's default XML parser to disable external entities via system properties (set to empty string to block all protocols):