When mod_remoteip was configured to use a trusted intermediary proxy server using the "PROXY" protocol, a specially crafted PROXY header could trigger a stack buffer overflow or NULL pointer deference. This vulnerability could only be triggered by a trusted proxy and not by untrusted HTTP clients.
Tag: Apache Software Foundation
ASA-2019-00516 – Apache HTTP Server: mod_http2, DoS attack by exhausting h2 workers
A malicious client could perform a DoS attack by flooding a connection with requests and basically never reading responses on the TCP connection. Depending on h2 worker dimensioning, it was possible to block those with relatively few connections.
ASA-2019-00515 – Apache HTTP Server: mod_http2, memory corruption on early pushes
HTTP/2 very early pushes, for example configured with "H2PushResource", could lead to an overwrite of memory in the pushing request's pool, leading to crashes. The memory copied is that of the configured push link header values, not data supplied by the client.
ASA-2019-00514 – Apache HTTP Server: mod_http2, read-after-free in h2 connection shutdown
Using fuzzed network input, the http/2 session handling could be made to read memory after being freed, during connection shutdown.
ASA-2019-00513 – Apache HTTP Server: mod_rewrite potential open redirect
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.
ASA-2019-00512 – Apache HTTP Server: Limited Cross-Site Scripting (XSS) in mod_proxy error page
A limited Cross-Site Scripting (XSS) issue was reported affecting the mod_proxy error page. An attacker could cause the link on the error page to be malformed and instead point to a page of their choice. This would only be exploitable where a server was set up with proxying enabled but was misconfigured in such a way that the Proxy Error page was displayed.
ASA-2019-00371 – Apache Tomcat: HTTP/2 DoS
The fix for CVE-2019-0199 was incomplete and did not address connection window exhaustion on write. By not sending WINDOW_UPDATE messages for the connection window (stream 0) clients were able to cause server-side threads to block eventually leading to thread exhaustion and a DoS.
ASA-2018-00102 – Apache Hadoop: Privilege escalation vulnerability
A user who can escalate to yarn user can possibly run arbitrary commands as root user.