CVE-2026-35395 PUBLISHED

WeGIA has a SQL Injection in DespachoDAO.php via id_memorando parameter

Assigner: GitHub_M
Reserved: 02.04.2026 Published: 06.04.2026 Updated: 07.04.2026

WeGIA is a Web manager for charitable institutions. Prior to 3.6.9, WeGIA (Web gerenciador para instituições assistenciais) 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. This vulnerability is fixed in 3.6.9.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 8.8

Product Status

Vendor LabRedesCefetRJ
Product WeGIA
Versions
  • Version < 3.6.9 is affected

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE