Cyber Resilience

CVE-2026-1458

MediumDDoS

Published: 11 February 2026

Published
11 February 2026
Modified
12 February 2026
KEV Added
Patch
CVSS Score v3.1 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0004 11.8th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-1458 is a medium-severity Allocation of Resources Without Limits or Throttling (CWE-770) vulnerability in Gitlab Gitlab. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 11.8th 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-10 (Information Input Validation).

Deeper analysis

CVE-2026-1458 is a denial-of-service vulnerability in GitLab Community Edition (CE) and Enterprise Edition (EE), affecting all versions from 8.0 prior to 18.6.6, 18.7 prior to 18.7.4, and 18.8 prior to 18.8.4. The issue stems from CWE-770 (Allocation of Resources Without Limits or Throttling) and CWE-434 (Unrestricted Upload of File with Dangerous Type), allowing malicious file uploads under certain conditions to trigger resource exhaustion. It has a CVSS v3.1 base score of 6.5 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H), indicating medium severity with high impact on availability.

An attacker with low privileges (PR:L per CVSS, though described as potentially unauthenticated under specific conditions) can exploit this remotely over the network with low complexity and no user interaction required. By uploading specially crafted malicious files, the attacker triggers a denial-of-service condition, consuming excessive server resources and disrupting service availability for legitimate users without impacting confidentiality or integrity.

GitLab has remediated the vulnerability through patch releases, including GitLab 18.8.4 as detailed in their release notes. Security practitioners should upgrade affected instances to GitLab 18.6.6, 18.7.4, 18.8.4, or later versions. Additional details are available in the GitLab issue tracker (gitlab.com/gitlab-org/gitlab/-/issues/587698) and the originating HackerOne report (hackerone.com/reports/3517644).

EU & UK References

Vulnerability details

GitLab has remediated an issue in GitLab CE/EE affecting all versions from 8.0 before 18.6.6, 18.7 before 18.7.4, and 18.8 before 18.8.4 that, under certain conditions could have allowed an unauthenticated user to cause denial of service by uploading malicious…

more

files.

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.
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?

CVE enables remote exploitation of public-facing GitLab app (T1190) via malicious uploads, directly causing application DoS through resource exhaustion (T1499.004).

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

CVEs Like This One

CVE-2025-1257Same product: Gitlab Gitlab
CVE-2026-1102Same product: Gitlab Gitlab
CVE-2025-13929Same product: Gitlab Gitlab
CVE-2025-13927Same product: Gitlab Gitlab
CVE-2024-9631Same product: Gitlab Gitlab
CVE-2025-13928Same product: Gitlab Gitlab
CVE-2026-1725Same product: Gitlab Gitlab
CVE-2026-1092Same product: Gitlab Gitlab
CVE-2026-1069Same product: Gitlab Gitlab
CVE-2025-14513Same product: Gitlab Gitlab

Affected Assets

gitlab
gitlab
8.0.0 — 18.6.6 · 8.0.0 — 18.6.6 · 18.7.0 — 18.7.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires mechanisms to protect against resource exhaustion caused by malicious file uploads that trigger uncontrolled allocation (CWE-770).

prevent

Enforces validation of uploaded files to block dangerous or specially crafted content (CWE-434) before it can consume server resources.

prevent

Limits allocation and availability of system resources so that a single upload cannot exhaust capacity and produce denial of service.

References