Lucene search
+L

1039 matches found

RedHat Linux
RedHat Linux
added 2022/03/15 10:00 a.m.12 views

httpd: Out-of-bounds write in ap_escape_quotes() via malicious input

An out-of-bounds write in function apescapequotes of httpd allows an unauthenticated remote attacker to crash the server or potentially execute code on the system with the privileges of the httpd user, by providing malicious input to the function...

9.8CVSS7.4AI score0.39402EPSS
SaveExploits0References4
OSV
OSV
added 2022/03/14 11:15 a.m.5 views

DEBIAN-CVE-2022-22720

Apache HTTP Server 2.4.52 and earlier fails to close inbound connection when errors are encountered discarding the request body, exposing the server to HTTP Request Smuggling...

9.8CVSS8.5AI score0.28189EPSS
SaveExploits0References1
OSV
OSV
added 2022/03/14 11:15 a.m.4 views

DEBIAN-CVE-2022-22719

A carefully crafted request body can cause a read to a random memory area which could cause the process to crash. This issue affects Apache HTTP Server 2.4.52 and earlier...

7.5CVSS8.4AI score0.69097EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2022/03/14 11:15 a.m.9 views

CVE-2022-22719

A carefully crafted request body can cause a read to a random memory area which could cause the process to crash. This issue affects Apache HTTP Server 2.4.52 and earlier...

7.5CVSS7.3AI score0.69097EPSS
SaveExploits0References19Affected Software1
OSV
OSV
added 2022/03/14 11:15 a.m.8 views

UBUNTU-CVE-2022-23943

Out-of-bounds Write vulnerability in modsed of Apache HTTP Server allows an attacker to overwrite heap memory with possibly attacker provided data. This issue affects Apache HTTP Server 2.4 version 2.4.52 and prior versions...

9.8CVSS7.2AI score0.50401EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2022/03/14 11:15 a.m.10 views

CVE-2022-22720

Apache HTTP Server 2.4.52 and earlier fails to close inbound connection when errors are encountered discarding the request body, exposing the server to HTTP Request Smuggling...

9.8CVSS7.3AI score0.28189EPSS
SaveExploits0References20Affected Software1
CNNVD
CNNVD
added 2022/03/14 12:00 a.m.10 views

Apache HTTP Server 输入验证错误漏洞

Apache HTTP Server is an open source web server from the Apache Foundation. A denial-of-service vulnerability exists in Apache HTTP Server 2.4.52 and earlier versions, which stems from a well-designed request body that reads random memory regions and can be exploited by attackers to crash process...

7.5CVSS8.2AI score0.69097EPSS
SaveExploits0References37
CNNVD
CNNVD
added 2022/03/14 12:00 a.m.7 views

Apache HTTP Server 缓冲区错误漏洞

Apache HTTP Server is an open source web server from the Apache Foundation. The server is fast, reliable, and extensible via a simple API.A buffer overflow vulnerability exists in Apache HTTP Server, which stems from a networked system or product that does not properly validate data boundaries wh...

9.8CVSS8.5AI score0.50401EPSS
SaveExploits0References35
IBM Security Bulletins
IBM Security Bulletins
added 2022/02/23 7:21 p.m.67 views

Security Bulletin: Network Intrusion Prevention System is affected by multiple Apache web server vulnerabilities (CVE-2013-6438, CVE-2014-0098, CVE-2014-0226, CVE-2014-0231)

Summary Security vulnerabilities have been discovered in the Apache web server component bundled with IBM Security Network Intrusion Prevention System. Vulnerability Details CVE-ID: CVE-2013-6438 DESCRIPTION: Apache HTTP Server is vulnerable to a denial of service, caused by an error in the modda...

6.8CVSS8.2AI score0.85744EPSS
SaveExploits7Affected Software1
VulnCheck KEV
VulnCheck KEV
added 2022/02/22 12:00 a.m.12 views

VulnCheck KEV: CVE-2017-7659

A maliciously constructed HTTP/2 request could cause modhttp2 in Apache HTTP Server 2.4.24, 2.4.25 to dereference a NULL pointer and crash the server process...

7.5CVSS6.7AI score0.53939EPSS
SaveIn wildExploits0References2
VulnCheck KEV
VulnCheck KEV
added 2022/02/22 12:00 a.m.11 views

VulnCheck KEV: CVE-2017-7668

The HTTP strict parsing changes added in Apache httpd 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...

7.5CVSS7.1AI score0.57472EPSS
SaveIn wildExploits1References2
BDU FSTEC
BDU FSTEC
added 2022/01/17 12:00 a.m.12 views

The vulnerability of the free Apache2 web server, related to HTTP request processing flaws, allows attackers to compromise data integrity.

The vulnerability of the free Apache2 web server is related to deficiencies in HTTP request processing. Exploiting this vulnerability allows a malicious actor to compromise data integrity...

5.3CVSS6.6AI score0.60266EPSS
SaveExploits0References12Affected Software7
BDU FSTEC
BDU FSTEC
added 2022/01/17 12:00 a.m.11 views

The vulnerability of the ap_escape_quotes() function in the Apache HTTP Server, related to writing beyond the buffer limit in memory, allows attackers to access confidential data, compromise its integrity, and cause service failures.

The vulnerability of the apescapequotes function in the Apache HTTP Server is related to the lack of input validation in this function. Exploiting this vulnerability can allow an attacker to gain access to confidential data, compromise its integrity, and cause service failures...

9.8CVSS7.1AI score0.39402EPSS
SaveExploits0References15Affected Software9
BDU FSTEC
BDU FSTEC
added 2021/12/28 12:00 a.m.8 views

The vulnerability of the Apache HTTP server, related to the occurrence of out-of-bound operations in memory, allows attackers to execute arbitrary code.

The vulnerability of the Apache HTTP server is related to the execution of operations outside the memory buffer. Exploiting this vulnerability allows a remote attacker to execute arbitrary code by sending a specially crafted HTTP request...

10CVSS9.1AI score0.9684EPSS
SaveExploits6References24Affected Software10
Hacker One
Hacker One
added 2021/12/22 1:20 p.m.257 views

Internet Bug Bounty: Buffer overflow in req_parsebody method in lua_request.c

Software Versions ------------------- Ubuntu - 18.04 32-bit Apache 2.4.51 32-bit Description ------------- This bug is present in "reqparsebody" method of modules/lua/luarequest.c file. Below mentioned lines of code cause this bug. cpp ... sizet vlen = 0; ... ... vlen = end - crlf - 8; buffer =...

7.5CVSS9.4AI score0.9684EPSS
SaveExploits6
BDU FSTEC
BDU FSTEC
added 2021/12/21 12:00 a.m.11 views

The vulnerability of the mod_proxy_http function in the Apache HTTP Server, related to pointer arithmetic errors, allows attackers to cause service interruptions.

The vulnerability of the modproxyhttp function in the Apache HTTP Server is related to pointer arithmetic errors. Exploiting this vulnerability allows a remote attacker to cause service interruptions...

7.8CVSS7.2AI score0.4937EPSS
SaveExploits0References16Affected Software7
OSV
OSV
added 2021/12/20 12:15 p.m.13 views

AZL-7043 CVE-2021-44224 affecting package httpd for versions less than 2.4.52-1

A crafted URI sent to httpd configured as a forward proxy ProxyRequests on can cause a crash NULL pointer dereference or, for configurations mixing forward and reverse proxy declarations, can allow for requests to be directed to a declared Unix Domain Socket endpoint Server Side Request Forgery...

8.2CVSS7AI score0.82295EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/12/20 12:15 p.m.9 views

CVE-2021-44790

A carefully crafted request body can cause a buffer overflow in the modlua multipart parser r:parsebody called from Lua scripts. The Apache httpd team is not aware of an exploit for the vulnerabilty though it might be possible to craft one. This issue affects Apache HTTP Server 2.4.51 and earlier...

9.8CVSS7.7AI score0.9684EPSS
SaveExploits6References25Affected Software1
CNNVD
CNNVD
added 2021/12/20 12:00 a.m.6 views

Apache HTTP Server 代码问题漏洞

Apache HTTP Server is the United States Apache Apache Foundation of an open source web server . The server is fast, reliable and can be expanded through a simple API. A code issue vulnerability exists in Apache HTTP Server that stems from a null pointer reference error in the product. The...

8.2CVSS7.1AI score0.82295EPSS
SaveExploits0References45
OSV
OSV
added 2021/12/08 10:15 a.m.8 views

CVE-2021-20038

A Stack-based buffer overflow vulnerability in SMA100 Apache httpd server's modcgi module environment variables allows a remote unauthenticated attacker to potentially execute code as a 'nobody' user in the appliance. This vulnerability affected SMA 200, 210, 400, 410 and 500v appliances firmware...

9.8CVSS7.7AI score0.99912EPSS
SaveExploits6References4
Rows per page
Query Builder