4 matches found
CVE-2020-8088
panellogin.php in UseBB 1.0.12 allows type juggling for login bypass because != is used instead of !== for password hashes, which mishandles hashes that begin with 0e followed by exclusively numerical characters...
Design/Logic Flaw
panellogin.php in UseBB 1.0.12 allows type juggling for login bypass because != is used instead of !== for password hashes, which mishandles hashes that begin with 0e followed by exclusively numerical characters...
CVE-2020-8088
panellogin.php in UseBB 1.0.12 allows type juggling for login bypass because != is used instead of !== for password hashes, which mishandles hashes that begin with 0e followed by exclusively numerical characters...
CVE-2020-8088
CVE-2020-8088 affects UseBB 1.0.12, where panel_login.php is vulnerable to a login bypass caused by type juggling: the code uses != instead of !== for password hashes, mishandling hashes that begin with 0e and are numeric-only. This leads to potential authentication bypass without requiring a cor...