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 learningThere is no fixed version for axis:axis
.
axis:axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.
Affected versions of this package are vulnerable to Improper Input Validation via the ServiceFactory.getService
functionality, which allows potentially dangerous lookup mechanisms. Exploiting this vulnerability is possible when passing untrusted input to this API method and might result in DoS, SSRF and even RCE.
Note
As Axis 1 has been EOL it is recommended to migrate to a different SOAP engine, such as Apache Axis 2/Java.
As a workaround, you may review your code to verify no untrusted or unsanitized input is passed to ServiceFactory.getService
, or by applying the patch from the commit shared in the references.