Show filters
871 Total Results
Displaying 171-180 of 871
Sort by:
Attacker Value
Unknown

CVE-2022-29404

Disclosure Date: June 09, 2022 (last updated February 23, 2025)
In Apache HTTP Server 2.4.53 and earlier, a malicious request to a lua script that calls r:parsebody(0) may cause a denial of service due to no default limit on possible input size.
Attacker Value
Unknown

CVE-2022-28615

Disclosure Date: June 09, 2022 (last updated February 23, 2025)
Apache HTTP Server 2.4.53 and earlier may crash or disclose information due to a read beyond bounds in ap_strcmp_match() when provided with an extremely large input buffer. While no code distributed with the server can be coerced into such a call, third-party modules or lua scripts that use ap_strcmp_match() may hypothetically be affected.
Attacker Value
Unknown

CVE-2022-28614

Disclosure Date: June 09, 2022 (last updated February 23, 2025)
The ap_rwrite() function in Apache HTTP Server 2.4.53 and earlier may read unintended memory if an attacker can cause the server to reflect very large input using ap_rwrite() or ap_rputs(), such as with mod_luas r:puts() function. Modules compiled and distributed separately from Apache HTTP Server that use the 'ap_rputs' function and may pass it a very large (INT_MAX or larger) string must be compiled against current headers to resolve the issue.
Attacker Value
Unknown

CVE-2022-28330

Disclosure Date: June 09, 2022 (last updated February 23, 2025)
Apache HTTP Server 2.4.53 and earlier on Windows may read beyond bounds when configured to process requests with the mod_isapi module.
Attacker Value
Unknown

CVE-2022-26377

Disclosure Date: June 09, 2022 (last updated February 23, 2025)
Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling') vulnerability in mod_proxy_ajp of Apache HTTP Server allows an attacker to smuggle requests to the AJP server it forwards requests to. This issue affects Apache HTTP Server Apache HTTP Server 2.4 version 2.4.53 and prior versions.
Attacker Value
Unknown

CVE-2021-40668

Disclosure Date: June 09, 2022 (last updated February 23, 2025)
The Android application HTTP File Server (Version 1.4.1) by 'slowscript' is affected by a path traversal vulnerability that permits arbitrary directory listing, file read, and file write.
Attacker Value
Unknown

CVE-2022-29631

Disclosure Date: June 06, 2022 (last updated February 23, 2025)
Jodd HTTP v6.0.9 was discovered to contain multiple CLRF injection vulnerabilities via the components jodd.http.HttpRequest#set and `jodd.http.HttpRequest#send. These vulnerabilities allow attackers to execute Server-Side Request Forgery (SSRF) via a crafted TCP payload.
Attacker Value
Unknown

CVE-2020-26185

Disclosure Date: May 31, 2022 (last updated February 23, 2025)
Dell BSAFE Micro Edition Suite, versions prior to 4.5.1, contain a Buffer Over-Read Vulnerability.
Attacker Value
Unknown

CVE-2020-26184

Disclosure Date: May 31, 2022 (last updated February 23, 2025)
Dell BSAFE Micro Edition Suite, versions prior to 4.5.1, contain an Improper Certificate Validation vulnerability.
Attacker Value
Unknown

CVE-2022-21230

Disclosure Date: May 01, 2022 (last updated February 23, 2025)
This affects all versions of package org.nanohttpd:nanohttpd. Whenever an HTTP Session is parsing the body of an HTTP request, the body of the request is written to a RandomAccessFile when the it is larger than 1024 bytes. This file is created with insecure permissions that allow its contents to be viewed by all users on the host machine. **Workaround:** Manually specifying the -Djava.io.tmpdir= argument when launching Java to set the temporary directory to a directory exclusively controlled by the current user can fix this issue.