cve/2025/CVE-2025-22228.md
2025-09-29 21:09:30 +02:00

1.1 KiB

CVE-2025-22228

Description

BCryptPasswordEncoder.matches(CharSequence,String) will incorrectly return true for passwords larger than 72 characters as long as the first 72 characters are the same.

POC

Reference

No PoCs from references.

Github