CVE-2026-89078
Received
Received - Intake
Double Free in GitLab CE/EE CI/CD Configuration
Vulnerability report for CVE-2026-89078, 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 a double free issue when parsing 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-415 | The product calls free() twice on the same memory address. |