CVE-2026-3854
Received
Received - Intake
Improper Neutralization in GitHub Enterprise Server Enables RCE
Publication date: 2026-03-10
Last updated on: 2026-04-28
Assigner: GitHub, Inc. (Products Only)
Description
Description
An improper neutralization of special elements vulnerability was identified in GitHub Enterprise Server that allowed an attacker with push access to a repository to achieve remote code execution on the instance. During a git push operation, user-supplied push option values were not properly sanitized before being included in internal service headers. Because the internal header format used a delimiter character that could also appear in user input, an attacker could inject additional metadata fields through crafted push option values. This vulnerability was reported via the GitHub Bug Bounty program and has been fixed in GitHub Enterprise Server versions 3.14.25, 3.15.20, 3.16.16, 3.17.13, 3.18.7 and 3.19.4.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| github | enterprise_server | From 3.17.0 (inc) to 3.17.12 (exc) |
| github | enterprise_server | From 3.18.0 (inc) to 3.18.6 (exc) |
| github | enterprise_server | From 3.19.0 (inc) to 3.19.3 (exc) |
| github | enterprise_server | to 3.14.24 (exc) |
| github | enterprise_server | From 3.15.0 (inc) to 3.15.19 (exc) |
| github | enterprise_server | From 3.16.0 (inc) to 3.16.15 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-77 | The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component. |