Skip to main content

GitLab EUVDEUVD-2025-210916

| CVE-2025-14871 HIGH
Allocation of Resources Without Limits or Throttling (CWE-770)
2026-09-16 GitLab GHSA-22cc-9j92-vx92
7.5
CVSS 3.1 · Vendor: GitLab
Share

Severity by source

Vendor (GitLab) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
7.5 HIGH

Unauthenticated network-accessible GraphQL endpoint with no user interaction; only availability is impacted, so C:N/I:N.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (GitLab).

CVSS VectorVendor: GitLab

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

3
Patch available
Sep 16, 2026 - 07:01 EUVD
Analysis Generated
Sep 16, 2026 - 07:01 vuln.today
CVE Published
Sep 16, 2026 - 06:34 cve.org
HIGH 7.5

DescriptionCVE.org

GitLab has remediated an issue in GitLab CE/EE affecting all versions from 18.4.6 before 19.1.8, 19.2 before 19.2.6, and 19.3 before 19.3.2 that under certain conditions could have allowed an unauthenticated user to cause denial of service due to improper resource allocation limits in the GraphQL complexity calculation logic.

AnalysisAI

Unauthenticated denial of service in GitLab CE/EE caused by flawed resource accounting in the GraphQL complexity calculation logic, allowing a crafted query to consume disproportionate server resources. Exploitation affects GitLab 18.4.6 through 19.1.7, 19.2.0 through 19.2.5, and 19.3.0 through 19.3.1 - any Internet- or network-reachable instance with the GraphQL API enabled. Public exploit code exists (a HackerOne report is cited as the source), but there is no CISA KEV listing confirming active in-the-wild exploitation at time of analysis.

Technical ContextAI

GitLab exposes a GraphQL API (built on the graphql-ruby library) at /api/graphql, which is enabled by default on GitLab CE and EE instances. To defend against abusive queries, GitLab applies a query complexity analyzer that scores a query before execution and rejects it if the score exceeds a configured maximum. CWE-770 (Allocation of Resources Without Limits or Throttling) describes the root cause precisely: the complexity calculation logic mis-scores certain query shapes - such as deeply nested fields or recursive fragment structures - so expensive queries pass the gate and are executed. Because the underlying Ruby/Puma worker processes are single-threaded and resource-bounded, a small number of these under-counted queries can saturate workers and exhaust memory, degrading or halting the GitLab instance. The CPE string cpe:2.3:a:gitlab:gitlab confirms the affected package is the core GitLab application itself, covering both Community and Enterprise editions.

RemediationAI

Vendor-released patches are available: upgrade to GitLab 19.3.2, 19.2.6, or 19.1.8 (or later in each maintained series) as documented at https://docs.gitlab.com/releases/patches/patch-release-gitlab-19-3-2-released/; follow GitLab's standard upgrade path rather than skipping minor versions to avoid migration failures. If immediate upgrade is not possible, compensating controls include placing GitLab behind a reverse proxy or WAF and applying per-IP rate limiting on /api/graphql - trade-off: aggressive limits can throttle legitimate API clients, CI runners, and integrations. Blocking or disabling the GraphQL API entirely eliminates the attack surface but breaks features that depend on it (e.g., certain frontend interactions, some integrations and third-party tooling). Restricting network access to the GitLab web interface to trusted networks or VPN reduces exposure but is ineffective against internal or authenticated-network attackers. As defense in depth, enable GitLab's built-in Rack Attack / rate-limiting settings and monitor for worker saturation on Puma.

More in Gitlab

View all
CVE-2021-22205 CRITICAL POC
10.0 Apr 23

An issue has been discovered in GitLab CE/EE affecting all versions starting from 11.9. Rated critical severity (CVSS 10

CVE-2023-7028 CRITICAL POC
10.0 Jan 12

An issue has been discovered in GitLab CE/EE affecting all versions from 16.1 prior to 16.1.6, 16.2 prior to 16.2.9, 16.

CVE-2026-85706 CRITICAL POC
10.0 Sep 12

Unauthenticated arbitrary file read in GitLab CE/EE lets remote attackers retrieve files from the GitLab server via the

CVE-2013-4490 MEDIUM POC
6.5 May 13

The SSH key upload feature (lib/gitlab_keys.rb) in gitlab-shell before 1.7.3, as used in GitLab 5.0 before 5.4.1 and 6.x

CVE-2022-2992 CRITICAL POC
9.9 Oct 17

A vulnerability in GitLab CE/EE affecting all versions from 11.10 prior to 15.1.6, 15.2 to 15.2.4, 15.3 to 15.3.2 allows

CVE-2026-87719 CRITICAL POC
9.9 Sep 12

Sensitive credential and configuration disclosure in GitLab Enterprise Edition allows an authenticated user with Duo Cha

CVE-2018-18843 CRITICAL POC
10.0 Dec 04

The Kubernetes integration in GitLab Enterprise Edition 11.x before 11.2.8, 11.3.x before 11.3.9, and 11.4.x before 11.4

CVE-2024-45409 CRITICAL POC
9.8 Sep 10

The Ruby SAML library is for implementing the client side of a SAML authorization. Rated critical severity (CVSS 9.8), t

CVE-2022-1162 CRITICAL POC
9.8 Apr 04

A hardcoded password was set for accounts registered using an OmniAuth provider (e.g. Rated critical severity (CVSS 9.8)

CVE-2022-0735 CRITICAL POC
9.8 Mar 28

An issue has been discovered in GitLab CE/EE affecting all versions starting from 12.10 before 14.6.5, all versions star

CVE-2021-22175 CRITICAL POC
9.8 Jun 11

When requests to the internal network for webhooks are enabled, a server-side request forgery vulnerability in GitLab af

CVE-2021-22203 CRITICAL POC
9.8 Apr 02

An issue has been discovered in GitLab CE/EE affecting all versions starting from 13.7.9 before 13.8.7, all versions sta

Share

EUVD-2025-210916 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy