Apache HTTP Server protocol handler for the HTTP/2 protocol checks received request headers against the size limitations as configured for the server and used for the HTTP/1 protocol as well. On violation of these restrictions and HTTP response is sent to the client with a status code indicating why the request was rejected. This rejection response was not fully initialised in the HTTP/2 protocol handler if the offending header was the very first one received or appeared in a a footer. This led to a NULL pointer dereference on initialised memory, crashing reliably the child process. Since such a triggering HTTP/2 request is easy to craft and submit, this can be exploited to DoS the server. This issue affected mod_http2 1.15.17 and Apache HTTP Server version 2.4.47 only. Apache HTTP Server 2.4.47 was never released.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
Configuration 3 (hide)
|
Configuration 4 (hide)
|
History
01 May 2024, 17:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
07 Nov 2023, 03:34
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
Information
Published : 2021-06-15 09:15
Updated : 2024-05-01 17:15
NVD link : CVE-2021-31618
Mitre link : CVE-2021-31618
CVE.ORG link : CVE-2021-31618
JSON object : View
Products Affected
oracle
- enterprise_manager_ops_center
- zfs_storage_appliance_kit
- instantis_enterprisetrack
apache
- http_server
debian
- debian_linux
fedoraproject
- fedora
CWE
CWE-476
NULL Pointer Dereference