Insecure generation of random numbers In org.springframework.security:spring-security-core
Description
Spring Security uses insufficiently random values Spring Security versions 4.2.x prior to 4.2.12, 5.0.x prior to 5.0.12, and 5.1.x prior to 5.1.5 contain an insecure randomness vulnerability when using SecureRandomFactoryBean#setSeed to configure a SecureRandom instance. In order to be impacted, an honest application must provide a seed and make the resulting random material available to an attacker for inspection.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
maven | 4.2.12, 5.0.12, 5.1.5 | ||
maven | 4.2.12.release, 5.0.12.release, 5.1.5.release | ||
maven | 4.3.0.release, 5.0.13.release, 5.1.6.release |
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2.