LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32780: Incorrect handling of H/2 GOAWAY followed by SETTINGS frames

Envoy is an open source L7 proxy and communication bus designed for large modern service oriented architectures. In affected versions Envoy transitions a H/2 connection to the CLOSED state when it receives a GOAWAY frame without any streams outstanding. The connection state is transitioned to DRAINING when it receives a SETTING frame with the SETTINGS_MAX_CONCURRENT_STREAMS parameter set to 0. Receiving these two frames in the same I/O event results in abnormal termination of the Envoy process due to invalid state transition from CLOSED to DRAINING. A sequence of H/2 frames delivered by an untrusted upstream server will result in Denial of Service in the presence of untrusted **upstream** servers. Envoy versions 1.19.1, 1.18.4 contain fixes to stop processing of pending H/2 frames after connection transition to the CLOSED state.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A malicious or compromised upstream HTTP/2 server could crash vulnerable Envoy processes by triggering an invalid connection-state transition. The impact is availability loss, not data theft or tampering. The issue is fixed in Envoy 1.19.1 and 1.18.4.

Executive priority

Treat as a high-priority availability risk for affected Envoy deployments with untrusted upstreams. Patch promptly, especially where Envoy supports critical traffic paths or customer-facing services.

Technical view

Envoy mishandles HTTP/2 GOAWAY followed by SETTINGS_MAX_CONCURRENT_STREAMS=0 in the same I/O event. With no outstanding streams, Envoy moves to CLOSED, then incorrectly attempts DRAINING, causing abnormal process termination. Affected versions are 1.19.0 and 1.18.0 through 1.18.3.

Likely exposure

Exposure is most likely where affected Envoy versions communicate over HTTP/2 with untrusted, third-party, compromised, or otherwise lower-trust upstream servers. Deployments without such upstream trust boundaries have lower practical exposure, but still need version validation.

Exploitation context

The provided sources do not report active exploitation, and KEV is false. The CVSS vector indicates network access, low complexity, no privileges, no user interaction, changed scope, and high availability impact.

Researcher notes

This is an HTTP/2 connection state-machine flaw, not a confidentiality or integrity issue. Validation should focus on version ranges, upstream trust boundaries, HTTP/2 usage, and evidence of Envoy process termination. Avoid assuming client-side exploitability from the provided sources.

Mitigation direction

  • Upgrade Envoy 1.19.0 to 1.19.1 or later.
  • Upgrade Envoy 1.18.x deployments to 1.18.4 or later.
  • Prioritize proxies with HTTP/2 upstreams to untrusted services.
  • Check Envoy advisory and version history for branch-specific guidance.
  • Monitor for unexplained Envoy restarts until patched.

Validation and detection

  • Inventory all deployed Envoy versions and compare against affected ranges.
  • Identify HTTP/2 upstream clusters connected to lower-trust services.
  • Confirm fixed versions are deployed across all proxy instances.
  • Review process restart telemetry for abnormal Envoy termination patterns.
  • Document any remaining affected instances and compensating controls.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-754: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-32780 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.6CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H3.94Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.6High
CVSS 3.1 vector shape for CVE-2021-32780Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
envoyproxyenvoy>= 1.19.0, < 1.19.1, >= 1.18.0, < 1.18.4Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-754 · source CWE mapping

Improper Check for Unusual or Exceptional Conditions

Improper Check for Unusual or Exceptional Conditions represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.