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.
Published: 2026-09-23
Score: 9.9 Critical
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The vulnerability is an integer overflow or wraparound in the regex compiler used by GitLab during parsing of CI/CD configuration files. When an authenticated user submits a specially crafted regular expression, the overflow can lead to arbitrary code execution on the GitLab server. This flaw is classified as CWE-190 and allows a compromised server to be fully controlled by the attacker, impacting confidentiality, integrity, and availability.

Affected Systems

Affected versions include GitLab Community Edition and Enterprise Edition from 19.2.x before 19.2.7, 19.3.x before 19.3.3, and 19.4.x before 19.4.1. All installations of GitLab running those versions are vulnerable.

Risk and Exploitability

The CVSS score of 9.9 indicates a critical severity, and while an EPSS score is not reported, the absence of an EPSS rating does not reduce the potential for exploitation. The issue is not listed in the CISA KEV catalog. An attacker requires authenticated access with permission to modify CI/CD configurations; from there, the specially crafted regex can trigger overflow and supply arbitrary code to the server. Because the flaw resides in input handling for user-supplied data, it is likely exploitable in environments where pipeline configuration changes are made by users with commit rights.

Generated by OpenCVE AI on September 24, 2026 at 00:23 UTC.

Remediation

Vendor Solution

Upgrade to versions 19.2.7, 19.3.3, 19.4.1 or above.


OpenCVE Recommended Actions

  • Upgrade to GitLab 19.2.7, 19.3.3, 19.4.1 or newer as recommended by the vendor.
  • Restrict creation or modification of CI/CD pipelines to trusted developers and enforce code‑review approval for any regex additions that could trigger the overflow.
  • Audit CI/CD configuration changes for suspicious regex patterns and monitor pipeline logs for abnormal execution behavior.

Generated by OpenCVE AI on September 24, 2026 at 00:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 23 Sep 2026 23:30:00 +0000

Type Values Removed Values Added
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.
Title Integer Overflow or Wraparound in GitLab
First Time appeared Gitlab
Gitlab gitlab
Weaknesses CWE-190
CPEs cpe:2.3:a:gitlab:gitlab:*:*:*:*:*:*:*:*
Vendors & Products Gitlab
Gitlab gitlab
References
Metrics cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitLab

Published:

Updated: 2026-09-23T23:04:45.296Z

Reserved: 2026-09-18T10:34:29.905Z

Link: CVE-2026-93577

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T00:17:22.850

Modified: 2026-09-24T00:17:22.850

Link: CVE-2026-93577

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T00:30:07Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound