Files
CVEs-PoC/2016/CVE-2016-2222.md
T
2024-06-18 02:51:15 +02:00

21 lines
877 B
Markdown

### [CVE-2016-2222](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2222)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The wp_http_validate_url function in wp-includes/http.php in WordPress before 4.4.2 allows remote attackers to conduct server-side request forgery (SSRF) attacks via a zero value in the first octet of an IPv4 address in the u parameter to wp-admin/press-this.php.
### POC
#### Reference
- https://wpvulndb.com/vulnerabilities/8376
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/Afetter618/WordPress-PenTest
- https://github.com/csclgraham1/Assignment-7
- https://github.com/dinotrooper/codepath_week7_8