SQL Injection Risk in WeGIA Web Manager by LabRedesCefetRJ
CVE-2026-33991
8.8HIGH
What is CVE-2026-33991?
WeGIA, a web management tool for charitable institutions, contains a vulnerability that allows SQL injection due to unsafe handling of user inputs. Specifically, prior to version 3.6.7, the file html/socio/sistema/deletar_tag.php improperly uses extract($_REQUEST) leading to the $id_tag variable being directly incorporated into SQL queries. This practice of concatenating unsanitized input without prepared statements exposes the application to SQL injection attacks, potentially allowing an attacker to manipulate database queries. Version 3.6.7 addresses this vulnerability, emphasizing the necessity of input validation and parameterized queries to enhance security.
Affected Version(s)
WeGIA < 3.6.7
