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.springframework.security:spring-security-config
to version 5.7.8, 5.8.3, 6.0.3 or higher.
org.springframework.security:spring-security-config is a security configuration package for Spring Framework.
Affected versions of this package are vulnerable to Session Fixation due to the logout functionality not properly clearing the security context when using serialized versions. Additionally, it is not possible to explicitly save an empty security context to the HttpSessionSecurityContextRepository
. This allows users to stay authenticated after a logout.
NOTE: Applications are only vulnerable if any of the following conditions are true:
The SecurityContextHolderFilter
or requireExplicitSave(true)
is in use with logout support for serialized sessions, and invalidateHttpSession(false)
.
Users are logged out manually by saving an empty SecurityContext
into the HttpSessionSecurityContextRepository
.
A custom SecurityContextRepository
is in use that does not rely on the HttpSession
.