Skip to content

admin.php: fix authentication bypass vulnerability

username-removed-459979 requested to merge scumjr/Jirafeau:master into master

An attacker ban bypass the authentication form by passing an array instead of a string (https://www.owasp.org/index.php/PHP_Security_Cheat_Sheet#Input_handling). The identity operator should fix the vulnerability.

Merge request reports