All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-3325
CRITICALpublished 2026-04-29 09:16 UTC · 3 months ago · modified 2026-06-17 10:43 UTC
10.0
CVSS / 10
// description
SQL injection (SQLi) in MegaCMS v12.0.0, specifically in the “id_territorio” parameter of the “/web_comunications/cms/get_provincias” endpoint. The vulnerability arises from inadequate validation and sanitisation of user input. Specifically, via a POST request, the “id_territorio” parameter, used immediately after the registration form is submitted, could be manipulated by an unauthenticated attacker to execute arbitrary SQL queries.
// weaknesses (CWE)
- CWE-89