Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
6DescriptionGitHub Advisory
WeGIA is a web manager for charitable institutions. Prior to version 3.6.7, the file html/socio/sistema/deletar_tag.php uses extract($_REQUEST) on line 14 and directly concatenates the $id_tag variable into SQL queries on lines 16-17 without prepared statements or sanitization. Version 3.6.7 patches the vulnerability.
AnalysisAI
SQL injection in WeGIA charitable institution management software allows authenticated remote attackers to execute arbitrary database queries with high impact to confidentiality, integrity, and availability. The vulnerability stems from unsafe use of extract($_REQUEST) combined with unsanitized SQL concatenation in the tag deletion module (deletar_tag.php), affecting all versions prior to 3.6.7. No public exploit identified at time of analysis, with EPSS probability data not available for this recent CVE.
Technical ContextAI
WeGIA is a PHP-based web management platform for charitable institutions maintained by LabRedesCefetRJ. The vulnerability exists in html/socio/sistema/deletar_tag.php where the code uses extract($_REQUEST) on line 14, which unpacks all GET/POST parameters into local variables. The extracted $id_tag variable is then directly concatenated into SQL queries on lines 16-17 without parameterized statements or input validation, creating a classic SQL injection vector (CWE-89). The extract() function is particularly dangerous in PHP as it allows attackers to overwrite existing variables or inject new ones by controlling HTTP request parameters. This anti-pattern combined with dynamic SQL construction enables attackers to manipulate query logic, bypass authentication checks, extract sensitive data, modify records, or potentially execute database-level commands depending on the database user's privileges.
RemediationAI
Vendor-released patch: WeGIA version 3.6.7 fully remediates this vulnerability by implementing proper input sanitization and likely replacing direct SQL concatenation with prepared statements in the deletar_tag.php module. Organizations running WeGIA should immediately upgrade to version 3.6.7 or later by obtaining the patched release from the official GitHub repository at https://github.com/LabRedesCefetRJ/WeGIA. The security advisory at https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-74xm-6wgf-x37j provides detailed vulnerability information and upgrade instructions. As a temporary workaround if immediate patching is not feasible, administrators could restrict access to the deletar_tag.php endpoint through web server configuration rules or implement web application firewall rules to filter suspicious input patterns targeting the id_tag parameter, though these measures should be considered temporary mitigations only while planning for the definitive upgrade to 3.6.7.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16884