CVE Catalog

CVE-2026-54767

CriticalCVSS 9.1
Published: Updated: Translated: NVD NIST

Summary

In WeGIA (a web manager for charitable institutions) prior to 3.8.5, the deletar_socios.php endpoint is accessible without authentication, and its chave parameter is checked only against a hardcoded value embedded in the public repository. An attacker who knows that value can trigger TRUNCATE TABLE operations on the endereco, pessoafisica, pessoajuridica, and socio tables, permanently destroying member and contributor records.

Risk Assessment

An unauthenticated attacker can permanently delete member and contributor data, leading to data loss and disruption of the organization's operations.

Recommendation

Update WeGIA to version 3.8.5 or later and restrict the privileges of the database account used by the application (remove TRUNCATE capability).

Other vulnerabilities in WeGIA

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS