CVE-2025-40716
Published: 08 July 2025
Summary
CVE-2025-40716 is a critical-severity SQL Injection (CWE-89) vulnerability in Quiter Quiter Gateway. Its CVSS base score is 9.3 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 47.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-40716 is a SQL injection vulnerability (CWE-89) in Quiter Gateway by Quiter, affecting versions prior to 4.7.0. The issue exists in the suceso.contenido mensaje parameter of the /QMSCliente/Sucesos.action endpoint, which allows attackers to retrieve, create, update, and delete databases.
The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating it is exploitable remotely over the network by any unauthenticated attacker with low attack complexity and no user interaction. Successful exploitation enables high-impact compromise of confidentiality, integrity, and availability, permitting arbitrary database manipulation.
The INCIBE advisory at https://www.incibe.es/en/incibe-cert/notices/aviso/multiple-vulnerabilities-quiterweb-autoweb-quiter covers this and other vulnerabilities in QuiterWeb, Autoweb, and Quiter products. Mitigation requires upgrading to Quiter Gateway version 4.7.0 or later, where the vulnerability is addressed.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-20461
- 🇪🇸 INCIBE: www.incibe.es
Vulnerability details
SQL injection vulnerability in versions prior to 4.7.0 of Quiter Gateway by Quiter. This vulnerability allows an attacker to retrieve, create, update and delete databases through the suceso.contenido mensaje in /QMSCliente/Sucesos.action.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in unauthenticated public-facing web endpoint directly enables remote exploitation of the application (T1190).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates SQL injection by validating the suceso.contenido mensaje parameter in /QMSCliente/Sucesos.action to reject malicious SQL payloads.
Remediates the root SQL injection flaw by identifying, patching, and upgrading Quiter Gateway to version 4.7.0 or later.
Boundary protection via web application firewalls monitors and blocks SQL injection attempts targeting the vulnerable endpoint.