SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-76633

HIGH · CVSS 8.1 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-20 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability allows any authenticated user to change their account password without needing to provide existing credentials, due to a lack of permission checks in the password change flow of WeGIA versions prior to 3.9.2. This flaw can lead to unauthorized account takeover, as attackers can exploit the redir parameter to bypass password verification. Organizations using affected versions should prioritize patching this vulnerability to prevent potential account compromises.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-76633
Severity
HIGH
CVSS
8.1
EPSS
0.24%

Original NVD Description

WeGIA before 3.9.2 contains an authorization bypass vulnerability in the password change flow that allows any authenticated user to change their account password without providing existing credentials by exploiting the unconditional exclusion of the alterarSenha method from permission checks in controle/control.php. Attackers can manipulate the redir parameter to point to alterar_senha.php, routing through verificarSenhaConfig() instead of verificarSenha() to bypass current password verification and convert temporary session access into permanent account takeover.