Cyber Resilience

CVE-2025-1751

Critical

Published: 27 February 2025

Published
27 February 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0008 24.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1751 is a critical-severity SQL Injection (CWE-89) vulnerability in Atisoluciones (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.2th 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-1751 is a SQL injection vulnerability (CWE-89) affecting Ciges version 2.15.5 from ATISoluciones. The issue exists in the $idServicio parameter within the /modules/ajaxBloqueaCita.php endpoint, allowing attackers to execute arbitrary SQL queries that can retrieve, create, update, or delete database content. Published on 2025-02-27, it 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), marking it as critical due to its high impact on confidentiality, integrity, and availability.

An unauthenticated attacker with network access can exploit this vulnerability remotely with low attack complexity and no user interaction. Exploitation enables complete database manipulation, including data extraction, insertion, modification, or deletion, potentially leading to full compromise of the affected application and its data.

Mitigation details are available in the vendor advisory at https://www.atisoluciones.com/incidentes-cve.

EU & UK References

Vulnerability details

A SQL Injection vulnerability has been found in Ciges 2.15.5 from ATISoluciones. This vulnerability allows an attacker to retrieve, create, update and delete database via $idServicio parameter in /modules/ajaxBloqueaCita.php endpoint.

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.
Why these techniques?

Direct unauthenticated remote SQL injection in public-facing web endpoint enables initial exploitation of the application.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

Atisoluciones
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring validation and error handling for untrusted inputs like the $idServicio parameter in the vulnerable endpoint.

prevent

Ensures timely identification, reporting, and correction of the specific SQL injection flaw in Ciges 2.15.5 as described in the vendor advisory.

prevent

Provides protections at public web interfaces to detect and block unauthorized SQL injection attempts on exposed endpoints like /modules/ajaxBloqueaCita.php.

References