CVE-2026-76634
Received Received - Intake

WeGIA Insecure Direct Object Reference in Employee Profile

Vulnerability report for CVE-2026-76634, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-20

Last updated on: 2026-08-20

Assigner: VulnCheck

Description

WeGIA before 3.9.2 contains an insecure direct object reference vulnerability in the employee profile page that allows authenticated attackers to access arbitrary employee records by injecting an id_pessoa parameter through a request extraction function that overwrites the session-derived identifier. Attackers can enumerate all user identifiers to retrieve full profile data for any employee account, including name, CPF, address, contact details, and administrative flags.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-20
Last Modified
2026-08-20
Generated
2026-08-20
AI Q&A
2026-08-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
labredescefetrj wegia to 3.9.2 (exc)
labredescefetrj wegia to 3.9.3 (inc)
wegia wegia to 3.9.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-76634 is an Insecure Direct Object Reference (IDOR) vulnerability in WeGIA software versions prior to 3.9.2. It allows authenticated attackers to access arbitrary employee records by manipulating the id_pessoa parameter in the profile_funcionario.php file. The vulnerability stems from the use of extract($_REQUEST) which overwrites the session-derived user identifier, enabling attackers to enumerate all user IDs and retrieve full profile data including sensitive personal information.

Detection Guidance

Check WeGIA versions prior to 3.9.2 by inspecting the software version in your system. Look for the use of extract($_REQUEST) in profile_funcionario.php at line 28, which allows parameter injection. Test by accessing the profile page with modified id_pessoa parameters to see if unauthorized data is returned.

Commands: Check version: grep -r "WeGIA" /path/to/installation. Inspect code: grep -n "extract(\$_REQUEST)" /path/to/profile_funcionario.php. Test access: curl -u username:password "http://target/wegia/profile_funcionario.php?id_pessoa=1" and compare responses for different IDs.

Impact Analysis

This vulnerability allows attackers to access sensitive employee data such as names, CPF (tax ID), addresses, contact details, and administrative permissions. Attackers can enumerate all user accounts and retrieve complete profile information for any employee, potentially leading to identity theft, fraud, or unauthorized administrative access if admin flags are exposed.

Compliance Impact

This vulnerability likely violates data protection regulations like GDPR and HIPAA by exposing personally identifiable information (PII) without proper authorization. GDPR requires protection of personal data and may impose fines for unauthorized access. HIPAA mandates safeguards for protected health information, which could be compromised through this vulnerability.

Mitigation Strategies

Upgrade WeGIA to version 3.9.2 or later immediately to patch the vulnerability. Remove or replace the extract($_REQUEST) function in profile_funcionario.php to prevent parameter injection. Implement strict input validation for the id_pessoa parameter to ensure it matches the authenticated user's session ID.

Restrict access to profile_funcionario.php temporarily if an upgrade is not immediately possible. Monitor logs for unusual access patterns or attempts to enumerate user IDs. Review all employee records accessed during the vulnerable period for potential data exposure.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-76634. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart