CVE-2026-8606
Analyzed
Analyzed - Analysis Complete
Server-Side Request Forgery in GitHub Enterprise Server
Publication date: 2026-05-27
Last updated on: 2026-06-01
Assigner: GitHub, Inc. (Products Only)
Description
Description
A Server-Side Request Forgery (SSRF) vulnerability was identified in GitHub Enterprise Server that allowed an attacker to cause the server to issue HTTP requests to internal services via the security advisories package lookup feature. By directing requests to an internal management service and measuring response timing, an attacker could infer the values of sensitive environment variables, including signing secrets and private keys. Exploitation required GitHub Packages to be enabled; on instances not running in private mode the vulnerability was exploitable without authentication, otherwise any authenticated user could exploit it. This vulnerability affected all versions of GitHub Enterprise Server prior to 3.21.1 and was fixed in versions 3.20.3, 3.19.7, 3.18.10, 3.17.16, and 3.16.19. 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 | to 3.16.19 (exc) |
| 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 | 3.21.0 |
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. |