The product, by default, initializes an internal variable with an insecure or less secure value than is possible.
Impact: Modify Application Data
An attacker could gain access to and modify sensitive data or system information.
// $user and $pass automatically set from POST request* if (login_user($user,$pass)) { ``` $authorized = true; }
phpphp
...*