CVE-2025-40714
Published: 08 July 2025
Summary
CVE-2025-40714 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-40714 is a SQL injection vulnerability (CWE-89) affecting versions of Quiter Gateway by Quiter prior to 4.7.0. The flaw resides in the "campo id_factura" parameter within the /<Client>FacturaE/listado_facturas_ficha.jsp endpoint, enabling attackers to execute arbitrary SQL commands that can retrieve, create, update, or delete database contents. It has been assigned 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 critical severity due to its high impact on confidentiality, integrity, and availability.
The vulnerability can be exploited remotely over the network by unauthenticated attackers with low complexity and no user interaction required. Successful exploitation grants full control over the underlying database, allowing arbitrary data manipulation, extraction of sensitive information, or disruption of services.
For mitigation details, refer to the INCIBE-CERT advisory at https://www.incibe.es/en/incibe-cert/notices/aviso/multiple-vulnerabilities-quiterweb-autoweb-quiter, which covers multiple vulnerabilities in Quiter products including this SQL injection issue.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-20463
- 🇪🇸 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 campo id_factura in /<Client>FacturaE/listado_facturas_ficha.jsp.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote exploitation of a public-facing web application via unauthenticated SQL injection on a web endpoint.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation of the vulnerable id_factura parameter to block malicious SQL injection payloads before they reach the database.
Mandates timely remediation of the SQL injection flaw through patching to Quiter Gateway version 4.7.0 or later.
Vulnerability scanning detects the SQL injection vulnerability in the listado_facturas_ficha.jsp endpoint for prioritization and remediation.