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 Missing Authentication for Critical Function vulnerabilities in an interactive lesson.
Start learningUpgrade org.apache.storm:storm-client to version 2.8.7 or higher.
Affected versions of this package are vulnerable to Missing Authentication for Critical Function via the TlsTransportPlugin. An attacker can gain unauthorized access by establishing a TLS connection without presenting a valid client certificate, as the system assigns an anonymous principal and does not reject the connection.
Note: This is only exploitable if client certificate authentication is not required and authorization rules do not explicitly deny access to CN=ANONYMOUS.
This vulnerability can be mitigated by applying the following steps:
Enabling mandatory client certificate authentication.
Ensuring authorization rules explicitly deny access to CN=ANONYMOUS.
Reviewing all ACL configurations for implicit default-allow behavior.