In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.
The product generates a hash for a password, but it uses a scheme that does not provide a sufficient level of computational effort that would make password cracking attacks infeasible or expensive.
Link | Tags |
---|---|
https://bugs.php.net/bug.php?id=81744 | vendor advisory |
https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4 | vendor advisory exploit |
https://security.netapp.com/advisory/ntap-20230331-0008/ |