Skip to content

net/http, x/net/http2: close connections when receiving too many headers

Moderate severity GitHub Reviewed Published Apr 4, 2024 to the GitHub Advisory Database • Updated May 2, 2024

Package

gomod golang.org/x/net (Go)

Affected versions

< 0.23.0

Patched versions

0.23.0
gomod golang.org/x/net/http2 (Go)
< 0.23.0
0.23.0
gomod net/http (Go)
< 1.21.9
>= 1.22.0-0, < 1.22.2
1.21.9
1.22.2

Description

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.

References

Published by the National Vulnerability Database Apr 4, 2024
Published to the GitHub Advisory Database Apr 4, 2024
Reviewed Apr 4, 2024
Last updated May 2, 2024

Severity

Moderate
5.3
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Weaknesses

CVE ID

CVE-2023-45288

GHSA ID

GHSA-4v7x-pqxf-cx7m

Source code

No known source code
Checking history
See something to contribute? Suggest improvements for this vulnerability.