CVE-2025-40717
Published: 08 July 2025
Summary
CVE-2025-40717 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-40717 is a SQL injection vulnerability (CWE-89) in Quiter Gateway by Quiter, affecting versions prior to 4.7.0. The issue exists in the pagina.filter.categoria mensaje parameter of the /QuiterGatewayWeb/api/v1/sucesospagina endpoint, where insufficient input validation allows arbitrary SQL commands to be injected.
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 over the network with low complexity, no privileges or user interaction required. Unauthenticated remote attackers can leverage this flaw to retrieve, create, update, and delete databases, achieving high-impact confidentiality, integrity, and availability violations.
Mitigation involves upgrading to Quiter Gateway version 4.7.0 or later, as the vulnerability affects only prior releases. Additional details on this and related vulnerabilities in Quiter products are available in the INCIBE-CERT advisory at https://www.incibe.es/en/incibe-cert/notices/aviso/multiple-vulnerabilities-quiterweb-autoweb-quiter.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-20460
- 🇪🇸 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 pagina.filter.categoria mensaje in /QuiterGatewayWeb/api/v1/sucesospagina.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct unauthenticated SQL injection in public web API endpoint enables remote exploitation of public-facing application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validating and sanitizing the vulnerable pagina.filter.categoria mensaje input parameter to block SQL injection payloads.
Mandates identification, prioritization, and remediation of the SQL injection flaw by upgrading to Quiter Gateway version 4.7.0 or later.
Enforces restrictions on input types, formats, and volumes for the API endpoint parameter to limit opportunities for SQL injection exploitation.