You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary.
Learn more on MITRE.
Brief Description
Remotely exploitable crash in Envoy's HTTP2 Metadata, when an empty METADATA map is sent.
Impact
Denial of service.
Mitigation
Do not enable HTTP2 Metadata frame support.
References
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25303
Attack vector(s)
A remote attacker can send an HTTP2 request with a METADATA frame containing empty METADATA map causing a Envoy to crash.