CVE-2024-32974 MEDIUM

CVE-2024-32974: Envoy affected by a crash in EnvoyQuicServerStream::OnInitialHeadersComplete()

Vendor Envoyproxy
Product envoy
Weakness CWE-416
Published June 4, 2024
Last update August 2, 2024

CVSS base score

5.9/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction None
Confidentiality None
Integrity None

CVSS vector

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

What the vulnerability does

01Description

Envoy is a cloud-native, open source edge and service proxy. A crash was observed in `EnvoyQuicServerStream::OnInitialHeadersComplete()` with following call stack. It is a use-after-free caused by QUICHE continuing push request headers after `StopReading()` being called on the stream. As after `StopReading()`, the HCM's `ActiveStream` might have already be destroyed and any up calls from QUICHE could potentially cause use after free.

Key dates

02Disclosure timeline

June 4, 2024 CVE published
August 2, 2024 Record updated