mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-26 05:17:47 +02:00
23 lines
1.2 KiB
Markdown
23 lines
1.2 KiB
Markdown
### [CVE-2021-44224](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44224)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
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). This issue affects Apache HTTP Server 2.4.7 up to 2.4.51 (included).
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.oracle.com/security-alerts/cpuapr2022.html
|
|
- https://www.oracle.com/security-alerts/cpujan2022.html
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/PierreChrd/py-projet-tut
|
|
- https://github.com/Totes5706/TotesHTB
|
|
- https://github.com/bioly230/THM_Skynet
|
|
- https://github.com/firatesatoglu/shodanSearch
|
|
|