mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
19 lines
782 B
Markdown
19 lines
782 B
Markdown
### [CVE-2009-2762](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2762)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
wp-login.php in WordPress 2.8.3 and earlier allows remote attackers to force a password reset for the first user in the database, possibly the administrator, via a key[] array variable in a resetpass (aka rp) action, which bypasses a check that assumes that $key is not an array.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.exploit-db.com/exploits/9410
|
|
- http://www.exploit-db.com/exploits/9410
|
|
|
|
#### Github
|
|
- https://github.com/llouks/cst312
|
|
|