mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-04 05:38:02 +02:00
19 lines
911 B
Markdown
19 lines
911 B
Markdown
### [CVE-2020-7071](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7071)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In PHP versions 7.3.x below 7.3.26, 7.4.x below 7.4.14 and 8.0.0, when validating URL with functions like filter_var($url, FILTER_VALIDATE_URL), PHP will accept an URL with invalid password as valid URL. This may lead to functions that rely on URL being valid to mis-parse the URL and produce wrong data as components of the URL.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.oracle.com/security-alerts/cpuoct2021.html
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/Live-Hack-CVE/CVE-2020-7071
|
|
|