Use of a One-Way Hash without a Salt in WeGIA - #VU130450
Published: May 7, 2026
WeGIA
Detailed vulnerability description
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to use of a one-way hash without a salt in html/login.php when hashing and verifying user passwords during login. A remote attacker can obtain password hashes from the pessoa table and perform offline cracking to disclose sensitive information.
The password change flow in controle/FuncionarioControle.php follows the same unsalted SHA-256 hashing pattern.