CVE-2026-54767 PUBLISHED

WeGIA: Hardcoded Secret Key Backdoor — Mass Data Destruction via deletar_socios.php

Assigner: GitHub_M
Reserved: 15.06.2026 Published: 17.09.2026 Updated: 17.09.2026

WeGIA is a web manager for charitable institutions. Prior to 3.8.5, web/html/socio/sistema/controller/deletar_socios.php exposes an unauthenticated GET endpoint whose chave parameter is checked only against a hardcoded chave_correta value embedded in the public source repository. A remote attacker who obtains that value can reach the endpoint's TRUNCATE TABLE operations for the endereco, pessoafisica, pessoajuridica, and socio tables without an administrative session or application authorization, permanently destroying member and contributor records. The attack requires the affected tables to exist and the web process database account to possess truncation privileges. This issue is fixed in version 3.8.5.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
CVSS Score: 9.1

Product Status

Vendor LabRedesCefetRJ
Product WeGIA
Versions
  • Version < 3.8.5 is affected

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE
  • CWE-798: Use of Hard-coded Credentials CWE