Уязвимость в Go HTTP/2 сервере, позволяющая исчерпание памяти через крупные заголовки
Описание
В сервере на Go, обрабатывающем HTTP/2-запросы, обнаружена уязвимость, позволяющая злоумышленнику вызвать чрезмерный рост использования памяти. Соединения HTTP/2 содержат кеш заголовков, отправленных клиентом. Хотя общее количество записей в этом кеше ограничено, отправка очень крупных ключей может заставить сервер выделять до 64 МБ памяти на каждое открытое соединение.
Тип уязвимости
Неконтролируемый рост памяти
Ссылки
- PatchVendor Advisory
- PatchVendor Advisory
- PatchThird Party Advisory
- Mailing ListRelease NotesThird Party Advisory
- Mailing List
- Mailing List
- Mailing List
Уязвимые конфигурации
Одно из
Одно из
EPSS
5.3 Medium
CVSS3
Дефекты
Связанные уязвимости
An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.
An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.
An attacker can cause excessive memory growth in a Go server accepting ...
golang.org/x/net/http2 vulnerable to possible excessive memory growth
EPSS
5.3 Medium
CVSS3