Severity by source
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N
Lifecycle Timeline
3DescriptionGitHub Advisory
WeGIA is a web manager for charitable institutions. In versions prior to 3.7.3, a Stored Cross-Site Scripting (XSS) vulnerability allows an authenticated user to inject malicious JavaScript into the Processo de Aceitação (html/atendido/processo_aceitacao.php) page, which is executed when user access the the page, enabling session hijacking and account takeover. This vulnerability is fixed in 3.7.3.
AnalysisAI
Stored Cross-Site Scripting in WeGIA versions prior to 3.7.3 allows authenticated high-privilege users to inject malicious JavaScript into the Processo de Aceitação page that executes when any user accesses the vulnerable endpoint, enabling session hijacking and account takeover. The vulnerability is confined to high-privilege authenticated access (PR:H) with no user interaction required on the victim side, though scope is changed (S:C) indicating cross-context impact. No public exploit code or active exploitation has been identified.
Technical ContextAI
WeGIA is a PHP-based web application for managing charitable institution processes. The vulnerability resides in the Processo de Aceitação module (html/atendido/processo_aceitacao.php), a PHP page that processes and displays user-submitted data without proper output encoding or input sanitization. This is a classic CWE-79 Stored XSS flaw where untrusted data is persisted in the application state (likely database or session storage) and later rendered in HTML context without escaping. The attack vector is HTTP/network-based, suggesting the malicious payload is delivered via web form submission or API call to the vulnerable endpoint, then stored server-side and reflected to other users browsing the same page.
RemediationAI
Upgrade WeGIA to version 3.7.3 or later immediately. The vendor has released a patched version addressing the stored XSS vulnerability in the Processo de Aceitação module. If immediate patching is not feasible, implement compensating controls: restrict HTTP access to the vulnerable endpoint (html/atendido/processo_aceitacao.php) using web application firewall rules or reverse proxy to block script-like payloads in POST/GET parameters; disable or revoke high-privilege user accounts that are not actively required for operations, reducing the attack surface; and enable content security policies (CSP) with script-src 'self' to mitigate reflected XSS impact even if stored payloads execute. Note that WAF rules may produce false positives if legitimate administrative workflows require special characters, and CSP may break legitimate page functionality if inline scripts are used.
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-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29195