#VU105881 Security features bypass in Spring Security - CVE-2025-22228
Published: March 19, 2025
Spring Security
VMware, Inc
Description
The vulnerability allows a remote attacker to gain unauthorized access to the application.
The vulnerability exists due to BCryptPasswordEncoder does not properly enforce maximum password length and will return "true" for passwords larger than 72 characters as long as the first 72 characters are the same. This can be used set weak passwords that can be easily brute-forced.