### [CVE-2007-6013](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6013) ![](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 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.