Lucene search
K

271 matches found

Apache Httpd
Apache Httpd
•added 2018/07/18 12:0 a.m.•48 views

Apache Httpd < 2.4.35 : DoS for HTTP/2 connections by continuous SETTINGS

By sending continous SETTINGS frames of maximum size an ongoing HTTP/2 connection could be kept busy and would never time out. This can be abused for a DoS on the server. This only affect a server that has enabled the h2 protocol...

5.9CVSS0.6AI score0.51002EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2018/06/29 12:0 a.m.•40 views

Apache Httpd < 2.4.34 : mod_md, DoS via Coredumps on specially crafted requests

By specially crafting HTTP requests, the modmd challenge handler would dereference a NULL pointer and cause the child process to segfault. This could be used to DoS the server...

7.5CVSS0.8AI score0.51714EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2018/05/08 12:0 a.m.•58 views

Apache Httpd < 2.4.34 : DoS for HTTP/2 connections by crafted requests

By specially crafting HTTP/2 requests, workers would be allocated 60 seconds longer than necessary, leading to worker exhaustion and a denial of service. This issue only affects servers that have configured and enabled HTTP/2 support, which is not the default...

7.5CVSS2.2AI score0.17103EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2018/01/23 12:0 a.m.•67 views

Apache Httpd < 2.4.33 : Possible out of bound access after failure in reading the HTTP request

A specially crafted request could have crashed the Apache HTTP Server prior to version 2.4.33, 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...

5.9CVSS2.2AI score0.15564EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2018/01/23 12:0 a.m.•70 views

Apache Httpd < 2.4.33 : Possible out of bound read in mod_cache_socache

A specially crafted HTTP request header could have crashed the Apache HTTP Server prior to version 2.4.33 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 modcachesocache...

7.5CVSS2.7AI score0.70101EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2018/01/23 12:0 a.m.•51 views

Apache Httpd < 2.4.33 : Possible write of after free on HTTP/2 stream shutdown

When an HTTP/2 stream was destroyed after being handled, the Apache HTTP Server prior to version 2.4.33 could have written a NULL pointer potentially to an already freed memory. The memory pools maintained by the server make this vulnerabilty hard to trigger in usual configurations, the reporter...

5.9CVSS1.6AI score0.13436EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2017/12/07 12:0 a.m.•80 views

Apache Httpd < 2.4.33 : Out of bound write in mod_authnz_ldap when using too small Accept-Language values

modauthnzldap, 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...

7.5CVSS1.4AI score0.18197EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2017/11/24 12:0 a.m.•189 views

Apache Httpd < 2.4.33 : <FilesMatch> bypass with a trailing newline in the file name

The expression specified in could match '$' to a newline character in a malicious filename, rather than matching only the end of the filename. This could be exploited in environments where uploads of some files are are externally blocked, but only by matching the trailing portion of the filename...

8.1CVSS0.6AI score0.86006EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2017/11/14 12:0 a.m.•61 views

Apache Httpd < 2.4.33 : Tampering of mod_session data for CGI applications

When modsession 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 "HTTPSESSION" variable name used by modsession to forward its data to CGIs, since the prefix...

5.3CVSS0.4AI score0.10118EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2017/07/12 12:0 a.m.•72 views

Apache Httpd < 2.2.35-never : Use-after-free when using <Limit > with an unrecognized method in .htaccess ("OptionsBleed")

When an unrecognized HTTP Method is given in an directive in an .htaccess file, and that .htaccess file is processed by the corresponding request, the global methods table is corrupted in the current worker process, resulting in erratic behaviour. This behavior may be avoided by listing all unusu...

7.5CVSS7.8AI score0.94999EPSS
Exploits9Affected Software1
Apache Httpd
Apache Httpd
•added 2017/07/12 12:0 a.m.•88 views

Apache Httpd < 2.4.28 : Use-after-free when using <Limit > with an unrecognized method in .htaccess ("OptionsBleed")

When an unrecognized HTTP Method is given in an directive in an .htaccess file, and that .htaccess file is processed by the corresponding request, the global methods table is corrupted in the current worker process, resulting in erratic behaviour. This behavior may be avoided by listing all unusu...

7.5CVSS7.8AI score0.94999EPSS
Exploits9Affected Software1
Apache Httpd
Apache Httpd
•added 2017/06/30 12:0 a.m.•47 views

Apache Httpd < 2.4.27 : Read after free in mod_http2

When under stress, closing many connections, the HTTP/2 handling code would sometimes access memory after it has been freed, resulting in potentially erratic behaviour...

7.5CVSS1.5AI score0.09507EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2017/06/28 12:0 a.m.•64 views

Apache Httpd < 2.2.34 : Uninitialized memory reflection in mod_auth_digest

The value placeholder in Proxy-Authorization headers of type 'Digest' was not initialized or reset before or between successive key=value assignments. by modauthdigest. Providing an initial key with no '=' assignment could reflect the stale value of uninitialized pool memory used by the prior...

9.1CVSS3.1AI score0.5677EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2017/06/28 12:0 a.m.•79 views

Apache Httpd < 2.4.27 : Uninitialized memory reflection in mod_auth_digest

The value placeholder in Proxy-Authorization headers of type 'Digest' was not initialized or reset before or between successive key=value assignments. by modauthdigest. Providing an initial key with no '=' assignment could reflect the stale value of uninitialized pool memory used by the prior...

9.1CVSS3.1AI score0.5677EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2017/05/06 12:0 a.m.•98 views

Apache Httpd < 2.4.26 : ap_find_token() Buffer Overread

The HTTP strict parsing changes added in 2.2.32 and 2.4.24 introduced a bug in token list parsing, which allows apfindtoken to search past the end of its input string. By maliciously crafting a sequence of request headers, an attacker may be able to cause a segmentation fault, or to force...

7.5CVSS2AI score0.57472EPSS
Exploits1Affected Software1
Apache Httpd
Apache Httpd
•added 2017/05/06 12:0 a.m.•48 views

Apache Httpd < 2.2.34 : ap_find_token() Buffer Overread

The HTTP strict parsing changes added in 2.2.32 and 2.4.24 introduced a bug in token list parsing, which allows apfindtoken to search past the end of its input string. By maliciously crafting a sequence of request headers, an attacker may be able to cause a segmentation fault, or to force...

7.5CVSS2AI score0.57472EPSS
Exploits1Affected Software1
Apache Httpd
Apache Httpd
•added 2017/02/06 12:0 a.m.•119 views

Apache Httpd < 2.4.26 : ap_get_basic_auth_pw() Authentication Bypass

Use of the apgetbasicauthpw by third-party modules outside of the authentication phase may lead to authentication requirements being bypassed. Third-party module writers SHOULD use apgetbasicauthcomponents, available in 2.2.34 and 2.4.26, instead of apgetbasicauthpw. Modules which call the legacy...

9.8CVSS2AI score0.20231EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2017/02/06 12:0 a.m.•89 views

Apache Httpd < 2.2.34 : ap_get_basic_auth_pw() Authentication Bypass

Use of the apgetbasicauthpw by third-party modules outside of the authentication phase may lead to authentication requirements being bypassed. Third-party module writers SHOULD use apgetbasicauthcomponents, available in 2.2.34 and 2.4.26, instead of apgetbasicauthpw. Modules which call the legacy...

9.8CVSS2AI score0.20231EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/12/05 12:0 a.m.•117 views

Apache Httpd < 2.4.26 : mod_ssl Null Pointer Dereference

modssl may dereference a NULL pointer when third-party modules call aphookprocessconnection during an HTTP request to an HTTPS port...

9.8CVSS0.6AI score0.19953EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/12/05 12:0 a.m.•95 views

Apache Httpd < 2.2.34 : mod_ssl Null Pointer Dereference

modssl may dereference a NULL pointer when third-party modules call aphookprocessconnection during an HTTP request to an HTTPS port...

9.8CVSS0.6AI score0.19953EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/11/22 12:0 a.m.•57 views

Apache Httpd < 2.4.25 : HTTP/2 CONTINUATION denial of service

The HTTP/2 protocol implementation modhttp2 had an incomplete handling of the LimitRequestFields directive. This allowed an attacker to inject unlimited request headers into the server, leading to eventual memory exhaustion...

7.5CVSS5.1AI score0.7907EPSS
Exploits4Affected Software1
Apache Httpd
Apache Httpd
•added 2016/11/18 12:0 a.m.•44 views

Apache Httpd < 2.4.26 : mod_http2 Null Pointer Dereference

A maliciously constructed HTTP/2 request could cause modhttp2 to dereference a NULL pointer and crash the server process...

7.5CVSS0.8AI score0.53939EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/10/13 12:0 a.m.•54 views

Apache Httpd < 2.4.25 : IP address spoofing when proxying using mod_remoteip and mod_rewrite

For configurations using proxying with modremoteip and certain modrewrite rules, an attacker could spoof their IP address for logging and PHP scripts. Note this issue was fixed in Apache HTTP Server 2.4.24 but was retrospectively allocated a low severity CVE in 2020...

5.3CVSS1AI score0.06091EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/07/24 12:0 a.m.•69 views

Apache Httpd < 2.4.25 : mod_userdir CRLF injection

Possible CRLF injection allowing HTTP response splitting attacks for sites which use moduserdir. This issue was mitigated by changes made in 2.4.25 and 2.2.32 which prohibit CR or LF injection into the "Location" or other outbound header key or value...

6.1CVSS1.1AI score0.19798EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/07/24 12:0 a.m.•98 views

Apache Httpd < 2.2.32 : mod_userdir CRLF injection

Possible CRLF injection allowing HTTP response splitting attacks for sites which use moduserdir. This issue was mitigated by changes made in 2.4.25 and 2.2.32 which prohibit CR or LF injection into the "Location" or other outbound header key or value...

6.1CVSS1.1AI score0.19798EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/07/11 12:0 a.m.•64 views

Apache Httpd < 2.4.25 : DoS vulnerability in mod_auth_digest

Malicious input to modauthdigest will cause the server to crash, and each instance continues to crash even for subsequently valid requests...

7.5CVSS0.6AI score0.20952EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/07/02 12:0 a.m.•73 views

Apache Httpd < 2.2.32 : HTTP_PROXY environment variable "httpoxy" mitigation

HTTPPROXY is a well-defined environment variable in a CGI process, which collided with a number of libraries which failed to avoid colliding with this CGI namespace. A mitigation is provided for the httpd CGI environment to avoid populating the "HTTPPROXY" variable from a "Proxy:" header, which h...

8.1CVSS1AI score0.55724EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/07/02 12:0 a.m.•96 views

Apache Httpd < 2.4.25 : HTTP_PROXY environment variable "httpoxy" mitigation

HTTPPROXY is a well-defined environment variable in a CGI process, which collided with a number of libraries which failed to avoid colliding with this CGI namespace. A mitigation is provided for the httpd CGI environment to avoid populating the "HTTPPROXY" variable from a "Proxy:" header, which h...

8.1CVSS1AI score0.55724EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/06/30 12:0 a.m.•43 views

Apache Httpd < 2.4.23 : TLS/SSL X.509 client certificate auth bypass with HTTP/2

For configurations enabling support for HTTP/2, SSL client certificate validation was not enforced if configured, allowing clients unauthorized access to protected resources over HTTP/2. This issue affected releases 2.4.18 and 2.4.20 only...

7.5CVSS1.8AI score0.18802EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/02/10 12:0 a.m.•188 views

Apache Httpd < 2.4.25 : Apache HTTP Request Parsing Whitespace Defects

Apache HTTP Server, prior to release 2.4.25 and 2.2.32, accepted a broad pattern of unusual whitespace patterns from the user-agent, including bare CR, FF, VTAB in parsing the request line and request header lines, as well as HTAB in parsing the request line. Any bare CR present in request lines...

7.5CVSS7.7AI score0.13252EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/02/10 12:0 a.m.•91 views

Apache Httpd < 2.2.32 : Apache HTTP Request Parsing Whitespace Defects

Apache HTTP Server, prior to release 2.4.25 and 2.2.32, accepted a broad pattern of unusual whitespace patterns from the user-agent, including bare CR, FF, VTAB in parsing the request line and request header lines, as well as HTAB in parsing the request line. Any bare CR present in request lines...

7.5CVSS7.7AI score0.13252EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/02/02 12:0 a.m.•35 views

Apache Httpd < 2.4.20 : mod_http2: denial of service by thread starvation

By manipulating the flow control windows on streams, a client was able to block server threads for long times, causing starvation of worker threads. Connections could still be opened, but no streams where processed for these. This issue affected HTTP/2 support in 2.4.17 and 2.4.18...

5.9CVSS1.1AI score0.15327EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2016/01/20 12:0 a.m.•95 views

Apache Httpd < 2.4.25 : Padding Oracle in Apache mod_session_crypto

Prior to Apache HTTP release 2.4.25, modsessioncrypto was encrypting its data/cookie using the configured ciphers with possibly either CBC or ECB modes of operation AES256-CBC by default, hence no selectable or builtin authenticated encryption. This made it vulnerable to padding oracle attacks,...

7.5CVSS1.5AI score0.49024EPSS
Exploits4Affected Software1
Apache Httpd
Apache Httpd
•added 2015/11/15 12:0 a.m.•217 views

Apache Httpd < 2.2.34 : mod_mime Buffer Overread

modmime can read one byte past the end of a buffer when sending a malicious Content-Type response header...

9.8CVSS0.5AI score0.39341EPSS
Exploits3Affected Software1
Apache Httpd
Apache Httpd
•added 2015/11/15 12:0 a.m.•130 views

Apache Httpd < 2.4.26 : mod_mime Buffer Overread

modmime can read one byte past the end of a buffer when sending a malicious Content-Type response header...

9.8CVSS0.5AI score0.39341EPSS
Exploits3Affected Software1
Apache Httpd
Apache Httpd
•added 2015/04/04 12:0 a.m.•37 views

Apache Httpd < 2.2.31 : HTTP request smuggling attack against chunked request parser

An HTTP request smuggling attack was possible due to a bug in parsing of chunked requests. A malicious client could force the server to misinterpret the request length, allowing cache poisoning or credential hijacking if an intermediary proxy is in use...

5CVSS6.2AI score0.72712EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2015/04/04 12:0 a.m.•73 views

Apache Httpd < 2.4.16 : HTTP request smuggling attack against chunked request parser

An HTTP request smuggling attack was possible due to a bug in parsing of chunked requests. A malicious client could force the server to misinterpret the request length, allowing cache poisoning or credential hijacking if an intermediary proxy is in use...

5CVSS6.2AI score0.72712EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2015/02/03 12:0 a.m.•34 views

Apache Httpd < 2.4.16 : Crash in ErrorDocument 400 handling

A crash in ErrorDocument handling was found. If ErrorDocument 400 was configured pointing to a local URL-path with the INCLUDES filter active, a NULL dereference would occur when handling the error, causing the child process to crash. This issue affected the 2.4.12 release only...

5CVSS8.1AI score0.14734EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2015/01/28 12:0 a.m.•38 views

Apache Httpd < 2.4.16 : mod_lua: Crash in websockets PING handling

A stack recursion crash in the modlua module was found. A Lua script executing the r:wsupgrade function could crash the process if a malicious client sent a carefully crafted PING request. This issue affected releases 2.4.7 through 2.4.12 inclusive...

5CVSS8.7AI score0.18939EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2014/11/09 12:0 a.m.•62 views

Apache Httpd < 2.4.12 : mod_lua multiple "Require" directive handling is broken

Fix handling of the Require line in modlua when a LuaAuthzProvider is used in multiple Require directives with different arguments. This could lead to different authentication rules than expected...

4.3CVSS6.9AI score0.22016EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2014/09/17 12:0 a.m.•32 views

Apache Httpd < 2.4.12 : mod_proxy_fcgi out-of-bounds memory read

An out-of-bounds memory read was found in modproxyfcgi. A malicious FastCGI server could send a carefully crafted response which could lead to a crash when reading past the end of a heap memory or stack buffer. This issue affects version 2.4.10 only...

5CVSS8.3AI score0.10499EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2014/09/08 12:0 a.m.•52 views

Apache Httpd < 2.4.12 : mod_cache crash with empty Content-Type header

A NULL pointer deference was found in modcache. A malicious HTTP server could cause a crash in a caching forward proxy configuration. This crash would only be a denial of service if using a threaded MPM...

5CVSS5.8AI score0.13205EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2014/07/01 12:0 a.m.•47 views

Apache Httpd < 2.4.10 : WinNT MPM denial of service

A flaw was found in the WinNT MPM in httpd versions 2.4.1 to 2.4.9, when using the default AcceptFilter for that platform. A remote attacker could send carefully crafted requests that would leak memory and eventually lead to a denial of service against the server...

5CVSS6.4AI score0.16372EPSS
Exploits0Affected Software1
Apache Httpd
Apache Httpd
•added 2014/06/16 12:0 a.m.•58 views

Apache Httpd < 2.4.10 : mod_cgid denial of service

A flaw was found in modcgid. If a server using modcgid hosted CGI scripts which did not consume standard input, a remote attacker could cause child processes to hang indefinitely, leading to denial of service...

5CVSS4.9AI score0.43809EPSS
Exploits1Affected Software1
Apache Httpd
Apache Httpd
•added 2014/06/16 12:0 a.m.•55 views

Apache Httpd < 2.2.29 : mod_cgid denial of service

A flaw was found in modcgid. If a server using modcgid hosted CGI scripts which did not consume standard input, a remote attacker could cause child processes to hang indefinitely, leading to denial of service...

5CVSS4.9AI score0.43809EPSS
Exploits1Affected Software1
Apache Httpd
Apache Httpd
•added 2014/05/30 12:0 a.m.•148 views

Apache Httpd < 2.2.29 : mod_status buffer overflow

A race condition was found in modstatus. An attacker able to access a public server status page on a server using a threaded MPM could send a carefully crafted request which could lead to a heap buffer overflow. Note that it is not a default or recommended configuration to have a public accessibl...

6.8CVSS6.2AI score0.85744EPSS
Exploits4Affected Software1
Apache Httpd
Apache Httpd
•added 2014/05/30 12:0 a.m.•72 views

Apache Httpd < 2.4.10 : mod_status buffer overflow

A race condition was found in modstatus. An attacker able to access a public server status page on a server using a threaded MPM could send a carefully crafted request which could lead to a heap buffer overflow. Note that it is not a default or recommended configuration to have a public accessibl...

6.8CVSS6.2AI score0.85744EPSS
Exploits4Affected Software1
Apache Httpd
Apache Httpd
•added 2014/04/07 12:0 a.m.•52 views

Apache Httpd < 2.4.10 : mod_proxy denial of service

A flaw was found in modproxy in httpd versions 2.4.6 to 2.4.9. A remote attacker could send a carefully crafted request to a server configured as a reverse proxy, and cause the child process to crash. This could lead to a denial of service against a threaded MPM...

4.3CVSS6.6AI score0.35543EPSS
Exploits2Affected Software1
Apache Httpd
Apache Httpd
•added 2014/02/25 12:0 a.m.•56 views

Apache Httpd < 2.2.27 : mod_log_config crash

A flaw was found in modlogconfig. A remote attacker could send a specific truncated cookie causing a crash. This crash would only be a denial of service if using a threaded MPM...

5CVSS7.2AI score0.25999EPSS
Exploits2Affected Software1
Apache Httpd
Apache Httpd
•added 2014/02/25 12:0 a.m.•81 views

Apache Httpd < 2.4.9 : mod_log_config crash

A flaw was found in modlogconfig. A remote attacker could send a specific truncated cookie causing a crash. This crash would only be a denial of service if using a threaded MPM...

5CVSS7.2AI score0.25999EPSS
Exploits2Affected Software1
Total number of security vulnerabilities271