Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/spiffe/spire
  4. ›
  5. GMS-2022-60

GMS-2022-60: Unbounded memory usage on exposed HTTP/2 (non-gRPC) endpoints

January 12, 2022

Impact

The net/http Go package has a reported vulnerability tracked under CVE-2021-44716 which allows attacker controlled HTTP/2 requests to trigger unbounded memory usage in HTTP/2 endpoints. gRPC endpoints are not vulnerable as they rely on their own HTTP/2 implementation instead of the net/http package. HTTP/2 endpoints consuming the net/http package within SPIRE server and agent (or other components in this repository) that are on by default include the following:

  • OIDC Discovery Provider
  • K8s Workload Registrar in webhook mode

The following endpoints are vulnerable when enabled:

  • SPIRE server bundle endpoint (i.e. Federation API)

The following endpoints are NOT vulnerable, since HTTP/2 support in go is not enabled on non-TLS protected endpoints:

  • SPIRE server/agent metrics endpoint when configured for Prometheus
  • SPIRE server/agent health endpoints
  • SPIRE server/agent profiling endpoints

Patches

SPIRE 1.0.3 and 1.1.3 have been released with an upgraded Go toolchain which patches the vulnerability

Workarounds

The vulnerability can be worked around entirely by including the http2server=0 value in the GODEBUG environment variable (see https://github.com/golang/go/issues/50058). This turns off HTTP/2 support on all non-gRPC endpoints. They will still function with HTTP/1.1.

The risk associated with this vulnerability can be somewhat mitigated by limiting the exposure of the endpoints in question. If necessary, vulnerable components or endpoints that are optionally configured can be disabled temporarily.

References

  • https://github.com/golang/go/issues/50058
  • https://go-review.googlesource.com/c/go/+/370574/
  • https://nvd.nist.gov/vuln/detail/CVE-2021-44716

References

  • github.com/advisories/GHSA-m7vp-hqwv-7m5x
  • github.com/spiffe/spire/security/advisories/GHSA-m7vp-hqwv-7m5x

Code Behaviors & Features

Detect and mitigate GMS-2022-60 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.0.3, all versions starting from 1.1.0 before 1.1.3

Fixed versions

  • 1.0.3
  • 1.1.3

Solution

Upgrade to versions 1.0.3, 1.1.3 or above.

Source file

go/github.com/spiffe/spire/GMS-2022-60.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:39 +0000.