CVE-2026-9312
Analyzed
Analyzed - Analysis Complete
SSRF via Path Traversal in GitHub Enterprise Server
Publication date: 2026-05-27
Last updated on: 2026-06-02
Assigner: GitHub, Inc. (Products Only)
Description
Description
A server-side request forgery (SSRF) vulnerability was identified in GitHub Enterprise Server that allowed an unauthenticated attacker to send crafted requests to internal services by exploiting insufficient input validation in an upload endpoint. By injecting path traversal content into request parameters, an attacker could bypass the intended request flow and redirect internal API calls, potentially accessing internal services and exposing sensitive credentials. This vulnerability affected all versions of GitHub Enterprise Server prior to 3.22 and was fixed in versions 3.16.20, 3.17.17, 3.18.11, 3.19.8, 3.20.4, and 3.21.1. This vulnerability was reported via the GitHub Bug Bounty program.
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.16 (exc) |
| github | enterprise_server | From 3.18.0 (inc) to 3.18.10 (exc) |
| github | enterprise_server | From 3.19.0 (inc) to 3.19.7 (exc) |
| github | enterprise_server | From 3.20.0 (inc) to 3.20.3 (exc) |
| github | enterprise_server | From 3.16.0 (inc) to 3.16.19 (exc) |
| github | enterprise_server | 3.21.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |