Debian Apache2 vulnerabilities
242 known vulnerabilities affecting debian/apache2.
Total CVEs
242
CISA KEV
5
actively exploited
Public exploits
49
Exploited in wild
7
Severity breakdown
CRITICAL25HIGH66MEDIUM72LOW79
Vulnerabilities
Page 5 of 13
CVE-2019-17567MEDIUMCVSS 5.3fixed in apache2 2.4.48-2 (bookworm)2019
CVE-2019-17567 [MEDIUM] CVE-2019-17567: apache2 - Apache HTTP Server versions 2.4.6 to 2.4.46 mod_proxy_wstunnel configured on an ...
Apache HTTP Server versions 2.4.6 to 2.4.46 mod_proxy_wstunnel configured on an URL that is not necessarily Upgraded by the origin server was tunneling the whole connection regardless, thus allowing for subsequent requests on the same connection to pass through with no HTTP validation, authentication or authorization possibly configured.
Scope: local
bookworm: res
debian
CVE-2019-10098MEDIUMCVSS 6.1PoCfixed in apache2 2.4.41-1 (bookworm)2019
CVE-2019-10098 [MEDIUM] CVE-2019-10098: apache2 - In Apache HTTP server 2.4.0 to 2.4.39, Redirects configured with mod_rewrite tha...
In Apache HTTP server 2.4.0 to 2.4.39, Redirects configured with mod_rewrite that were intended to be self-referential might be fooled by encoded newlines and redirect instead to an unexpected URL within the request URL.
Scope: local
bookworm: resolved (fixed in 2.4.41-1)
bullseye: resolved (fixed in 2.4.41-1)
forky: resolved (fixed in 2.4.41-1)
sid: resolved (fix
debian
CVE-2019-0220MEDIUMCVSS 5.3fixed in apache2 2.4.38-3 (bookworm)2019
CVE-2019-0220 [MEDIUM] CVE-2019-0220: apache2 - A vulnerability was found in Apache HTTP Server 2.4.0 to 2.4.38. When the path c...
A vulnerability was found in Apache HTTP Server 2.4.0 to 2.4.38. When the path component of a request URL contains multiple consecutive slashes ('/'), directives such as LocationMatch and RewriteRule must account for duplicates in regular expressions while other aspects of the servers processing will implicitly collapse them.
Scope: local
bookworm: resolved (fixed i
debian
CVE-2019-0196MEDIUMCVSS 5.3fixed in apache2 2.4.38-3 (bookworm)2019
CVE-2019-0196 [MEDIUM] CVE-2019-0196: apache2 - A vulnerability was found in Apache HTTP Server 2.4.17 to 2.4.38. Using fuzzed n...
A vulnerability was found in Apache HTTP Server 2.4.17 to 2.4.38. Using fuzzed network input, the http/2 request handling could be made to access freed memory in string comparison when determining the method of a request and thus process the request incorrectly.
Scope: local
bookworm: resolved (fixed in 2.4.38-3)
bullseye: resolved (fixed in 2.4.38-3)
forky: resolve
debian
CVE-2019-0197MEDIUMCVSS 4.2fixed in apache2 2.4.38-3 (bookworm)2019
CVE-2019-0197 [MEDIUM] CVE-2019-0197: apache2 - A vulnerability was found in Apache HTTP Server 2.4.34 to 2.4.38. When HTTP/2 wa...
A vulnerability was found in Apache HTTP Server 2.4.34 to 2.4.38. When HTTP/2 was enabled for a http: host or H2Upgrade was enabled for h2 on a https: host, an Upgrade request from http/1.1 to http/2 that was not the first request on a connection could lead to a misconfiguration and crash. Server that never enabled the h2 protocol or that only enabled it for https:
debian
CVE-2018-1312CRITICALCVSS 9.8fixed in apache2 2.4.33-1 (bookworm)2018
CVE-2018-1312 [CRITICAL] CVE-2018-1312: apache2 - In Apache httpd 2.2.0 to 2.4.29, when generating an HTTP Digest authentication c...
In Apache httpd 2.2.0 to 2.4.29, when generating an HTTP Digest authentication challenge, the nonce sent to prevent reply attacks was not correctly generated using a pseudo-random seed. In a cluster of servers using a common Digest authentication configuration, HTTP requests could be replayed across servers by an attacker without detection.
Scope: local
bookworm:
debian
CVE-2018-1333HIGHCVSS 7.5fixed in apache2 2.4.34-1 (bookworm)2018
CVE-2018-1333 [HIGH] CVE-2018-1333: apache2 - By specially crafting HTTP/2 requests, workers would be allocated 60 seconds lon...
By specially crafting HTTP/2 requests, workers would be allocated 60 seconds longer than necessary, leading to worker exhaustion and a denial of service. Fixed in Apache HTTP Server 2.4.34 (Affected 2.4.18-2.4.30,2.4.33).
Scope: local
bookworm: resolved (fixed in 2.4.34-1)
bullseye: resolved (fixed in 2.4.34-1)
forky: resolved (fixed in 2.4.34-1)
sid: resolved (fixed
debian
CVE-2018-1303HIGHCVSS 7.5fixed in apache2 2.4.33-1 (bookworm)2018
CVE-2018-1303 [HIGH] CVE-2018-1303: apache2 - A specially crafted HTTP request header could have crashed the Apache HTTP Serve...
A specially crafted HTTP request header could have crashed the Apache HTTP Server prior to version 2.4.30 due to an out of bound read while preparing data to be cached in shared memory. It could be used as a Denial of Service attack against users of mod_cache_socache. The vulnerability is considered as low risk since mod_cache_socache is not widely used, mod_cache_dis
debian
CVE-2018-8011HIGHCVSS 7.5PoCfixed in apache2 2.4.34-1 (bookworm)2018
CVE-2018-8011 [HIGH] CVE-2018-8011: apache2 - By specially crafting HTTP requests, the mod_md challenge handler would derefere...
By specially crafting HTTP requests, the mod_md challenge handler would dereference a NULL pointer and cause the child process to segfault. This could be used to DoS the server. Fixed in Apache HTTP Server 2.4.34 (Affected 2.4.33).
Scope: local
bookworm: resolved (fixed in 2.4.34-1)
bullseye: resolved (fixed in 2.4.34-1)
forky: resolved (fixed in 2.4.34-1)
sid: resolv
debian
CVE-2018-1302MEDIUMCVSS 5.9fixed in apache2 2.4.33-1 (bookworm)2018
CVE-2018-1302 [MEDIUM] CVE-2018-1302: apache2 - When an HTTP/2 stream was destroyed after being handled, the Apache HTTP Server ...
When an HTTP/2 stream was destroyed after being handled, the Apache HTTP Server prior to version 2.4.30 could have written a NULL pointer potentially to an already freed memory. The memory pools maintained by the server make this vulnerability hard to trigger in usual configurations, the reporter and the team could not reproduce it outside debug builds, so it is cla
debian
CVE-2018-1283MEDIUMCVSS 5.3fixed in apache2 2.4.33-1 (bookworm)2018
CVE-2018-1283 [MEDIUM] CVE-2018-1283: apache2 - In Apache httpd 2.4.0 to 2.4.29, when mod_session is configured to forward its s...
In Apache httpd 2.4.0 to 2.4.29, when mod_session is configured to forward its session data to CGI applications (SessionEnv on, not the default), a remote user may influence their content by using a "Session" header. This comes from the "HTTP_SESSION" variable name used by mod_session to forward its data to CGIs, since the prefix "HTTP_" is also used by the Apache H
debian
CVE-2018-11763MEDIUMCVSS 5.9fixed in apache2 2.4.35-1 (bookworm)2018
CVE-2018-11763 [MEDIUM] CVE-2018-11763: apache2 - In Apache HTTP Server 2.4.17 to 2.4.34, by sending continuous, large SETTINGS fr...
In Apache HTTP Server 2.4.17 to 2.4.34, by sending continuous, large SETTINGS frames a client can occupy a connection, server thread and CPU time without any connection timeout coming to effect. This affects only HTTP/2 connections. A possible mitigation is to not enable the h2 protocol.
Scope: local
bookworm: resolved (fixed in 2.4.35-1)
bullseye: resolved (fixed
debian
CVE-2018-1301MEDIUMCVSS 5.9fixed in apache2 2.4.33-1 (bookworm)2018
CVE-2018-1301 [MEDIUM] CVE-2018-1301: apache2 - A specially crafted request could have crashed the Apache HTTP Server prior to v...
A specially crafted request could have crashed the Apache HTTP Server prior to version 2.4.30, due to an out of bound access after a size limit is reached by reading the HTTP header. This vulnerability is considered very hard if not impossible to trigger in non-debug mode (both log and build level), so it is classified as low risk for common server usage.
Scope: loc
debian
CVE-2018-17189LOWCVSS 5.3fixed in apache2 2.4.38-1 (bookworm)2018
CVE-2018-17189 [MEDIUM] CVE-2018-17189: apache2 - In Apache HTTP server versions 2.4.37 and prior, by sending request bodies in a ...
In Apache HTTP server versions 2.4.37 and prior, by sending request bodies in a slow loris way to plain resources, the h2 stream for that request unnecessarily occupied a server thread cleaning up that incoming data. This affects only HTTP/2 (mod_http2) connections.
Scope: local
bookworm: resolved (fixed in 2.4.38-1)
bullseye: resolved (fixed in 2.4.38-1)
forky: r
debian
CVE-2018-17199LOWCVSS 7.5fixed in apache2 2.4.38-1 (bookworm)2018
CVE-2018-17199 [HIGH] CVE-2018-17199: apache2 - In Apache HTTP Server 2.4 release 2.4.37 and prior, mod_session checks the sessi...
In Apache HTTP Server 2.4 release 2.4.37 and prior, mod_session checks the session expiry time before decoding the session. This causes session expiry time to be ignored for mod_session_cookie sessions since the expiry time is loaded when the session is decoded.
Scope: local
bookworm: resolved (fixed in 2.4.38-1)
bullseye: resolved (fixed in 2.4.38-1)
forky: resolve
debian
CVE-2017-9788CRITICALCVSS 9.1fixed in apache2 2.4.27-1 (bookworm)2017
CVE-2017-9788 [CRITICAL] CVE-2017-9788: apache2 - In Apache httpd before 2.2.34 and 2.4.x before 2.4.27, the value placeholder in ...
In Apache httpd before 2.2.34 and 2.4.x before 2.4.27, the value placeholder in [Proxy-]Authorization headers of type 'Digest' was not initialized or reset before or between successive key=value assignments by mod_auth_digest. Providing an initial key with no '=' assignment could reflect the stale value of uninitialized pool memory used by the prior request, leadi
debian
CVE-2017-7679CRITICALCVSS 9.8fixed in apache2 2.4.25-4 (bookworm)2017
CVE-2017-7679 [CRITICAL] CVE-2017-7679: apache2 - In Apache httpd 2.2.x before 2.2.33 and 2.4.x before 2.4.26, mod_mime can read o...
In Apache httpd 2.2.x before 2.2.33 and 2.4.x before 2.4.26, mod_mime can read one byte past the end of a buffer when sending a malicious Content-Type response header.
Scope: local
bookworm: resolved (fixed in 2.4.25-4)
bullseye: resolved (fixed in 2.4.25-4)
forky: resolved (fixed in 2.4.25-4)
sid: resolved (fixed in 2.4.25-4)
trixie: resolved (fixed in 2.4.25-4)
debian
CVE-2017-3167CRITICALCVSS 9.8fixed in apache2 2.4.25-4 (bookworm)2017
CVE-2017-3167 [CRITICAL] CVE-2017-3167: apache2 - In Apache httpd 2.2.x before 2.2.33 and 2.4.x before 2.4.26, use of the ap_get_b...
In Apache httpd 2.2.x before 2.2.33 and 2.4.x before 2.4.26, use of the ap_get_basic_auth_pw() by third-party modules outside of the authentication phase may lead to authentication requirements being bypassed.
Scope: local
bookworm: resolved (fixed in 2.4.25-4)
bullseye: resolved (fixed in 2.4.25-4)
forky: resolved (fixed in 2.4.25-4)
sid: resolved (fixed in 2.4.2
debian
CVE-2017-3169CRITICALCVSS 9.8fixed in apache2 2.4.25-4 (bookworm)2017
CVE-2017-3169 [CRITICAL] CVE-2017-3169: apache2 - In Apache httpd 2.2.x before 2.2.33 and 2.4.x before 2.4.26, mod_ssl may derefer...
In Apache httpd 2.2.x before 2.2.33 and 2.4.x before 2.4.26, mod_ssl may dereference a NULL pointer when third-party modules call ap_hook_process_connection() during an HTTP request to an HTTPS port.
Scope: local
bookworm: resolved (fixed in 2.4.25-4)
bullseye: resolved (fixed in 2.4.25-4)
forky: resolved (fixed in 2.4.25-4)
sid: resolved (fixed in 2.4.25-4)
trixi
debian
CVE-2017-15710HIGHCVSS 7.5fixed in apache2 2.4.33-1 (bookworm)2017
CVE-2017-15710 [HIGH] CVE-2017-15710: apache2 - In Apache httpd 2.0.23 to 2.0.65, 2.2.0 to 2.2.34, and 2.4.0 to 2.4.29, mod_auth...
In Apache httpd 2.0.23 to 2.0.65, 2.2.0 to 2.2.34, and 2.4.0 to 2.4.29, mod_authnz_ldap, if configured with AuthLDAPCharsetConfig, uses the Accept-Language header value to lookup the right charset encoding when verifying the user's credentials. If the header value is not present in the charset conversion table, a fallback mechanism is used to truncate it to a two ch
debian