CVE-2021-39204: Excessive CPU usage
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.6033%
CWE
Published
9/10/2021
Updated
2/1/2023
KEV Status
No
Technology
Go
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
github.com/pomerium/pomerium | go | < 0.14.8 | 0.14.8 |
github.com/pomerium/pomerium | go | = 0.15.0 | 0.15.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability originates from Envoy's HTTP/2 stream handling logic, not directly from Pomerium's Go codebase. The advisory explicitly states Pomerium's fix was to update its embedded Envoy
binary (a compiled dependency). The actual vulnerable functions would be in Envoy's C++ code (e.g., HTTP/2
stream reset handling with O(n²) complexity), but these are not part of the Pomerium Go package's source code. Without access to Envoy's specific patched functions or Pomerium's direct code modifications, we cannot confidently identify vulnerable functions within the provided Go ecosystem packages.