CVE-2023-45288
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.
- T
Tim Bastin detected CVE-2023-45288 with a risk of 2.7
System updated the risk assessment from 2.7 to 1.35
System recalculated raw risk assessment
- T
Tim Bastin fixed CVE-2023-45288
- T
Tim Bastin detected CVE-2023-45288 with a risk of 2.7
System updated the risk assessment from 2.7 to 1.35
System recalculated raw risk assessment
System updated the risk assessment from 1.35 to 2.7
System recalculated raw risk assessment
System removed scanner:
System removed scanner:
System removed scanner:
- T
Tim Bastin fixed CVE-2023-45288
System detected CVE-2023-45288 with a risk of 2.7
- T
Tim Bastin fixed CVE-2023-45288
System detected CVE-2023-45288 with a risk of 2.7
Add a comment
Affected component
stdlib