CVE-2026-93577
Received
Received - Intake
Integer Overflow in GitLab CE/EE Leading to Arbitrary Code Execution
Vulnerability report for CVE-2026-93577, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-24
Last updated on: 2026-09-24
Assigner: GitLab Inc.
Description
Description
GitLab has remediated an issue in GitLab CE/EE affecting all versions from 19.2 before 19.2.7, 19.3 before 19.3.3, and 19.4 before 19.4.1 that under certain conditions could have allowed an authenticated user to execute arbitrary code on the GitLab server due to an integer overflow issue when compiling a specially crafted regular expression in a CI/CD configuration.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gitlab | gitlab_ce | From 19.2 (inc) to 19.2.7 (exc) |
| gitlab | gitlab_ce | From 19.3 (inc) to 19.3.3 (exc) |
| gitlab | gitlab_ce | From 19.4 (inc) to 19.4.1 (exc) |
| gitlab | gitlab_ee | From 19.2 (inc) to 19.2.7 (exc) |
| gitlab | gitlab_ee | From 19.3 (inc) to 19.3.3 (exc) |
| gitlab | gitlab_ee | From 19.4 (inc) to 19.4.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-190 | The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number. |