Cyber Resilience

CVE-2025-12664

High

Published: 08 April 2026

Published
08 April 2026
Modified
14 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0006 18.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-12664 is a high-severity Improper Validation of Specified Quantity in Input (CWE-1284) vulnerability in Gitlab Gitlab. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 18.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 SC-5 (Denial-of-service Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-12664 is a denial-of-service vulnerability in GitLab Community Edition (CE) and Enterprise Edition (EE), affecting all versions from 13.0 prior to 18.8.9, 18.9 prior to 18.9.5, and 18.10 prior to 18.10.3. The flaw enables an unauthenticated user to trigger a DoS condition by sending repeated GraphQL queries, leading to resource exhaustion. It carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) and maps to CWE-1284 (Improper Validation of Specified Index or Position).

An unauthenticated attacker with network access can exploit this vulnerability by repeatedly submitting GraphQL queries to the GitLab instance. Successful exploitation results in denial of service through high resource consumption, with no requirements for privileges or user interaction and no impact on confidentiality or integrity.

GitLab has remediated the issue with patches in versions 18.8.9, 18.9.5, and 18.10.3. Administrators should upgrade affected instances to these versions or later to mitigate the vulnerability, as detailed in the official patch release notes, associated GitLab work item, and HackerOne disclosure report.

EU & UK References

Vulnerability details

GitLab has remediated an issue in GitLab CE/EE affecting all versions from 13.0 before 18.8.9, 18.9 before 18.9.5, and 18.10 before 18.10.3 that could have allowed an unauthenticated user to cause denial of service by sending repeated GraphQL queries.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Directly enables application-level DoS via unauthenticated GraphQL query abuse leading to resource exhaustion (T1499.004).

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

CVEs Like This One

CVE-2025-14511Same product: Gitlab Gitlab
CVE-2026-1092Same product: Gitlab Gitlab
CVE-2025-14513Same product: Gitlab Gitlab
CVE-2026-0958Same product: Gitlab Gitlab
CVE-2026-1388Same product: Gitlab Gitlab
CVE-2026-3988Same product: Gitlab Gitlab
CVE-2026-1725Same product: Gitlab Gitlab
CVE-2024-2878Same product: Gitlab Gitlab
CVE-2025-14869Same product: Gitlab Gitlab
CVE-2025-1257Same product: Gitlab Gitlab

Affected Assets

gitlab
gitlab
13.0.0 — 18.8.9 · 18.9.0 — 18.9.5 · 18.10.0 — 18.10.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Denial-of-service protection directly prevents resource exhaustion from repeated unauthenticated GraphQL queries via mechanisms like rate limiting.

prevent

Flaw remediation requires patching the specific GraphQL vulnerability in GitLab to eliminate the DoS condition.

prevent

Information input validation mitigates improper validation of GraphQL queries (CWE-1284) that enables resource exhaustion.

References