mirror of
https://github.com/0xMarcio/cve.git
synced 2025-12-30 04:49:42 +00:00
18 lines
713 B
Markdown
18 lines
713 B
Markdown
### [CVE-2007-6013](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6013)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Wordpress 1.5 through 2.3.1 uses cookie values based on the MD5 hash of a password MD5 hash, which allows attackers to bypass authentication by obtaining the MD5 hash from the user database, then generating the authentication cookie from that hash.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/3375
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|