CVE-2026-5921 PUBLISHED

Server-Side Request Forgery in GitHub Enterprise Server allowed extraction of sensitive environment variables via timing side-channel attack

Assigner: GitHub_P
Reserved: 08.04.2026 Published: 21.04.2026 Updated: 21.04.2026

A server-side request forgery (SSRF) vulnerability was identified in GitHub Enterprise Server that allowed an attacker to extract sensitive environment variables from the instance through a timing side-channel attack against the notebook rendering service. When private mode was disabled, the notebook viewer followed HTTP redirects without revalidating the destination host, enabling an unauthenticated SSRF to internal services. By chaining this with regex filter queries against an internal API and measuring response time differences, an attacker could infer secret values character by character. Exploitation required that private mode be disabled and that the attacker be able to chain the instance's open redirect endpoint through an external redirect to reach internal services. This vulnerability affected all versions of GitHub Enterprise Server prior to 3.21 and was fixed in versions 3.14.26, 3.15.21, 3.16.17, 3.17.14, 3.18.8, 3.19.5, and 3.20.1. This vulnerability was reported via the GitHub Bug Bounty program.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:L/SC:H/SI:H/SA:L/E:P
CVSS Score: 8.9

Product Status

Vendor GitHub
Product Enterprise Server
Versions Default: affected
  • affected from 3.14.0 to 3.14.26 (excl.)
  • affected from 3.15.0 to 3.15.21 (excl.)
  • affected from 3.16.0 to 3.16.17 (excl.)
  • affected from 3.17.0 to 3.17.14 (excl.)
  • affected from 3.18.0 to 3.18.8 (excl.)
  • affected from 3.19.0 to 3.19.5 (excl.)
  • affected from 3.20.0 to 3.20.1 (excl.)

Credits

  • R31n finder

References

Problem Types

  • CWE-918 Server-Side Request Forgery (SSRF) CWE

Impacts

  • CAPEC-462 Cross-Domain Search Timing