Cyber Resilience

CVE-2026-1475

Critical

Published: 27 January 2026

Published
27 January 2026
Modified
10 February 2026
KEV Added
Patch
CVSS Score v4 9.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0033 24.4th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-1475 is a critical-severity SQL Injection (CWE-89) vulnerability in Quatuor Evaluacion De Desempeno. 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 24.4th 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-2026-1475 is an out-of-band SQL injection (OOB SQLi) vulnerability affecting the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. The flaw resides in the 'Id_usuario' parameter within the '/evaluacion_acciones_evalua.aspx' endpoint, enabling attackers to extract sensitive information from the underlying database through external channels without the application directly returning the data. This issue, linked to CWE-89, carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), highlighting high confidentiality impact with no requirements for privileges or user interaction.

Remote, unauthenticated attackers can exploit this vulnerability over the network with low complexity. By injecting malicious payloads into the vulnerable parameter, they can trigger out-of-band data exfiltration, such as via DNS or HTTP requests to attacker-controlled servers, allowing retrieval of confidential database contents like user data or other stored information.

The INCIBE-CERT advisory at https://www.incibe.es/en/incibe-cert/notices/aviso/out-band-sql-injection-quatuor-performance-evaluation details this vulnerability and is the primary reference for further guidance on detection and response.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameter ‘Id_usuario' in ‘/evaluacion_acciones_evalua.aspx’, could allow an attacker to extract sensitive information from…

more

the database through external channels, without the affected application returning the data directly, compromising the confidentiality of the stored information.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

OOB SQLi in public web app endpoint directly enables remote exploitation of exposed application (T1190) and extraction of database contents (T1213.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-1476Same product: Quatuor Evaluacion De Desempeno
CVE-2026-1482Same product: Quatuor Evaluacion De Desempeno
CVE-2026-1480Same product: Quatuor Evaluacion De Desempeno
CVE-2026-1473Same product: Quatuor Evaluacion De Desempeno
CVE-2026-1478Same product: Quatuor Evaluacion De Desempeno
CVE-2026-1472Same product: Quatuor Evaluacion De Desempeno
CVE-2026-1477Same product: Quatuor Evaluacion De Desempeno
CVE-2026-1479Same product: Quatuor Evaluacion De Desempeno
CVE-2026-1481Same product: Quatuor Evaluacion De Desempeno
CVE-2026-1483Same product: Quatuor Evaluacion De Desempeno

Affected Assets

quatuor
evaluacion de desempeno
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by implementing input validation mechanisms on parameters like 'Id_usuario' to reject malicious payloads.

prevent

Requires timely identification, reporting, and correction of flaws like this OOB SQLi vulnerability through patching or code remediation.

detect

Enables vulnerability scanning to identify SQL injection flaws in web applications like the affected '/evaluacion_acciones_evalua.aspx' endpoint.

References