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.
Published: 2026-08-20
Score: 8.6 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is an instance of CWE-620 and CWE-862. WeGIA before version 3.9.2 contains an authorization bypass that allows any authenticated user to change the account password without providing the current password. The flaw originates in the unconditional exclusion of the alterarSenha method from permission checks in controle/control.php. By manipulating the redir parameter to point to alterar_senha.php, the request is routed through verificarSenhaConfig() rather than verificarSenha(), which bypasses the verification of the existing password and enables the attacker to convert a temporary session into a permanent account takeover.

Affected Systems

All installations of WeGIA by LabRedesCefetRJ running a version earlier than 3.9.2 are impacted. The vulnerability lies in core control logic and the alterarsenha handling code, affecting every authenticated user on those systems.

Risk and Exploitability

The flaw scores a CVSS of 8.6, indicating high severity, and it is not listed in the CISA KEV catalog. No EPSS data is available, so the exploitation probability cannot be quantified. An attacker only needs an authenticated session and the ability to craft an HTTP request that modifies the redir parameter. Successful exploitation results in an unauthorized password reset and full control over the victim’s account, effectively a full privilege escalation within the application.

Generated by OpenCVE AI on August 20, 2026 at 22:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official patch by upgrading WeGIA to version 3.9.2 or later.
  • If an upgrade cannot be applied immediately, modify the controle/control.php logic to require current password verification before allowing any password change via alterarSenha, or disable the alterarSenha functionality for non‑admin users.
  • Implement a web application firewall rule or input validation that blocks tampering of the redir parameter to enforce legitimate password change flows.

Generated by OpenCVE AI on August 20, 2026 at 22:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Labredescefetrj
Labredescefetrj wegia
Vendors & Products Labredescefetrj
Labredescefetrj wegia

Thu, 20 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
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.
Title WeGIA < 3.9.2 Authorization Bypass Password Change via alterarSenha
Weaknesses CWE-620
CWE-862
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}

cvssV4_0

{'score': 8.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Labredescefetrj Wegia
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-20T15:18:18.615Z

Reserved: 2026-08-19T14:53:58.574Z

Link: CVE-2026-76633

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-20T14:17:59.680

Modified: 2026-08-20T16:18:19.223

Link: CVE-2026-76633

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T22:15:04Z

Weaknesses