CVE-2024-11222
Received
Received - Intake
Race Condition in GitLab CE/EE Pipeline Creation
Vulnerability report for CVE-2024-11222, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-16
Last updated on: 2026-09-16
Assigner: GitLab Inc.
Description
Description
GitLab has remediated an issue in GitLab CE/EE affecting all versions from 13.0 before 19.1.8, 19.2 before 19.2.6, and 19.3 before 19.3.2 that under certain conditions could have allowed a developer user to perform actions in the context of another user's merge request commit due to a race condition issue in pipeline creation.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gitlab | gitlab_ce | From 13.0 (inc) to 19.1.8 (exc) |
| gitlab | gitlab_ce | to 19.2.6 (exc) |
| gitlab | gitlab_ce | to 19.3.2 (exc) |
| gitlab | gitlab_ee | From 13.0 (inc) to 19.1.8 (exc) |
| gitlab | gitlab_ee | to 19.2.6 (exc) |
| gitlab | gitlab_ee | to 19.3.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-367 | The product checks the state of a resource before using that resource, but the resource's state can change between the check and the use in a way that invalidates the results of the check. |