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 applicationsAvoid using all malicious instances of the org.springframework.security:spring-security-webauthn package.
Affected versions of this package are vulnerable to Comparison of Object References Instead of Object Contents in the process of comparing UserVerificationRequirement during WebAuthn authentication ceremonies when using distributed HTTP session stores. An attacker can bypass user verification by exploiting the fact that deserialized session objects do not match the expected static constant, causing the verification requirement to be silently disabled. This is only exploitable if the application uses WebAuthn authentication, explicitly sets userVerification to REQUIRED, and utilizes a distributed HTTP session store such as Redis, JDBC, or Hazelcast.