-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: John M. Horan <[email protected]>
- Loading branch information
1 parent
cea5879
commit 749cc36
Showing
3 changed files
with
165 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
106 changes: 106 additions & 0 deletions
106
vulnerabilities/tests/test_data/apache_httpd/CVE-2021-44224.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
{ | ||
"CVE_data_meta": { | ||
"ASSIGNER": "[email protected]", | ||
"ID": "CVE-2021-44224", | ||
"STATE": "REVIEW", | ||
"TITLE": "Possible NULL dereference or SSRF in forward proxy configurations in Apache HTTP Server 2.4.51 and earlier" | ||
}, | ||
"affects": { | ||
"vendor": { | ||
"vendor_data": [ | ||
{ | ||
"product": { | ||
"product_data": [ | ||
{ | ||
"product_name": "Apache HTTP Server", | ||
"version": { | ||
"version_data": [ | ||
{ | ||
"version_affected": ">=", | ||
"version_name": "Apache HTTP Server 2.4", | ||
"version_value": "2.4.7" | ||
}, | ||
{ | ||
"version_affected": "<=", | ||
"version_name": "Apache HTTP Server 2.4", | ||
"version_value": "2.4.51" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"vendor_name": "Apache Software Foundation" | ||
} | ||
] | ||
} | ||
}, | ||
"credit": [ | ||
{ | ||
"lang": "eng", | ||
"value": "漂亮鼠" | ||
}, | ||
{ | ||
"lang": "eng", | ||
"value": "TengMA(@Te3t123)" | ||
} | ||
], | ||
"data_format": "MITRE", | ||
"data_type": "CVE", | ||
"data_version": "4.0", | ||
"description": { | ||
"description_data": [ | ||
{ | ||
"lang": "eng", | ||
"value": "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).\n\nThis issue affects Apache HTTP Server 2.4.7 up to 2.4.51 (included)." | ||
} | ||
] | ||
}, | ||
"generator": { | ||
"engine": "Vulnogram 0.0.9" | ||
}, | ||
"impact": [ | ||
{ | ||
"other": "moderate" | ||
} | ||
], | ||
"problemtype": { | ||
"problemtype_data": [ | ||
{ | ||
"description": [ | ||
{ | ||
"lang": "eng", | ||
"value": "CWE-476 NULL Pointer Dereference" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references": { | ||
"reference_data": [ | ||
{ | ||
"refsource": "CONFIRM" | ||
} | ||
] | ||
}, | ||
"source": { | ||
"discovery": "UNKNOWN" | ||
}, | ||
"timeline": [ | ||
{ | ||
"lang": "eng", | ||
"time": "2021-11-18", | ||
"value": "Reported to security team" | ||
}, | ||
{ | ||
"lang": "eng", | ||
"time": "2021-12-14", | ||
"value": "fixed by r1895955, r1896044 in 2.4.x" | ||
}, | ||
{ | ||
"lang": "eng", | ||
"time": "2021-12-20", | ||
"value": "2.4.52 released" | ||
} | ||
] | ||
} |