WeGIA versions before 3.9.2 contain a critical authorization bypass vulnerability in the password change workflow. Any authenticated user can change their account password without providing existing credentials. The flaw stems from the unconditional exclusion of the alterarSenha method from permission checks in controle/control.php. Attackers manipulate the redir parameter to redirect to alterar_senha.php, routing through verificarSenhaConfig() instead of the expected verificarSenha() function. This effectively bypasses current password verification entirely. The vulnerability enables attackers to convert temporary session access into permanent account takeover. A fix was released in WeGIA version 3.9.2.