PatchSiren cyber security CVE debrief
CVE-2026-35395 LabRedesCefetRJ CVE debrief
CVE-2026-35395 is a SQL injection vulnerability in WeGIA, a web manager for charitable institutions. The vulnerability exists in the DespachoDAO.php file, where the id_memorando parameter is extracted from $_REQUEST without validation and directly interpolated into SQL queries. This allows any authenticated user to execute arbitrary SQL commands against the database, potentially leading to data breaches or system compromise. The vulnerability has a CVSS score of 8.8 and is considered high severity. It is fixed in version 3.6.9.
- Vendor
- LabRedesCefetRJ
- Product
- WeGIA
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-04-06
- Original CVE updated
- 2026-07-24
- Advisory published
- 2026-04-06
- Advisory updated
- 2026-07-24
Who should care
Administrators and users of WeGIA versions prior to 3.6.9 should be aware of this vulnerability and take steps to mitigate it. This includes reviewing system deployments, validating affected scope, and planning vendor-supported updates or mitigations. Security teams should monitor for suspicious database activity and implement additional security measures to prevent exploitation.
Technical summary
The CVE-2026-35395 vulnerability is a SQL injection vulnerability in the WeGIA web manager for charitable institutions. The vulnerability exists in the dao/memorando/DespachoDAO.php file, where user input is not properly validated before being used in SQL queries. This allows authenticated users to execute arbitrary SQL commands, potentially leading to data breaches or system compromise. The vulnerability has a CVSS score of 8.8 and is considered high severity. The vulnerability is fixed in version 3.6.9.
Defensive priority
High
Recommended defensive actions
- Upgrade to WeGIA version 3.6.9 or later
- Validate and sanitize user input to prevent SQL injection
- Monitor for suspicious database activity
- Implement additional security measures to prevent exploitation
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE-2026-35395 vulnerability was reported by an unknown source and is described in the NVD database. WeGIA, a web manager for charitable institutions, contains a SQL injection vulnerability in dao/memorando/DespachoDAO.php. The id_memorando parameter is extracted from $_REQUEST without validation and directly interpolated into SQL queries, allowing any authenticated user to execute arbitrary SQL commands against the database. The vulnerability is fixed in version 3.6.9. Evidence is limited, and defenders should verify affected scope and vendor guidance.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-35395 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-35395
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-35395 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-35395
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-43jm-pcrq-w7gv
[email protected] - Exploit, Vendor Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.