Files
CVEs-PoC/2014/CVE-2014-0166.md
T
2024-05-26 14:27:05 +02:00

18 lines
717 B
Markdown

### [CVE-2014-0166](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0166)
![](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_validate_auth_cookie function in wp-includes/pluggable.php in WordPress before 3.7.2 and 3.8.x before 3.8.2 does not properly determine the validity of authentication cookies, which makes it easier for remote attackers to obtain access via a forged cookie.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Ettack/POC-CVE-2014-0166