Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments enchance #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions database/http/apache-2.4.41.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,52 @@
{
"list": [
//CVE-2020-11984
//Apache HTTP 2.4.32 to 2.4.44
{
"severity": 3,
"name": "CVE-2020-11984",
"type": "Remote Code Execution",
"message": "Apache HTTP server 2.4.32 to 2.4.44 mod_proxy_uwsgi info disclosure and possible RCE",
"ref": "https://nvd.nist.gov/vuln/detail/CVE-2020-11984"
},
//CVE-2021-26691
//Apache 2.4.0 to 2.4.46
{
"severity": 3,
"name": "CVE-2021-26691",
"type": "DoS",
"message": "In Apache HTTP Server versions 2.4.0 to 2.4.46 a specially crafted SessionHeader sent by an origin server could cause a heap overflow.",
"ref": "https://nvd.nist.gov/vuln/detail/CVE-2021-26691"
},
//CVE-2020-35452
//Apache 2.4.0 to 2.4.46
{
"severity": 3,
"name": "CVE-2020-35452",
"type": "DoS",
"message": "Apache HTTP Server versions 2.4.0 to 2.4.46 A specially crafted Digest nonce can cause a stack overflow in mod_auth_digest. There is no report of this overflow being exploitable, nor the Apache HTTP Server team could create one, though some particular compiler and/or compilation option might make it possible, with limited consequences anyway due to the size (a single byte) and the value (zero byte) of the overflow",
"ref": "https://nvd.nist.gov/vuln/detail/CVE-2020-35452"
},
//CVE-2019-17567
//Apache 2.4.6 to 2.4.46
{
"severity": 2,
"name": "CVE-2019-17567",
"type": "Misc",
"message": "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.",
"ref": "https://nvd.nist.gov/vuln/detail/CVE-2019-17567"
},
//CVE-2020-1927
//Apache 2.4.0 to 2.4.41
{
"severity": 2,
"name": "CVE-2020-1927",
"type": "Misc",
"message": "In Apache HTTP Server 2.4.0 to 2.4.41, redirects configured with mod_rewrite that were intended to be self-referential might be fooled by encoded newlines and redirect instead to an an unexpected URL within the request URL.",
"ref": "https://nvd.nist.gov/vuln/detail/CVE-2020-1927"
},
//CVE-2020-1934
//Apache 2.4.0 to 2.4.41
{
"severity": 2,
"name": "CVE-2020-1934",
Expand Down