sangkrit

Admin password of any wordpress blog can be…


Admin password of any wordpress blog can be reset without any confirmation by simply bypassing the check and resetting the password after passing a special value in the key parameter on the URL of reset page(www.domainname.com/ wp-login.php?action=rp&key[]= ) How one can surmount this security flaw?


1 comment to Admin password of any wordpress blog can be…

  • Open wp-login.php and search this line out,” if ( empty ($key ) ) ” and replace this line with, ” if ( empty($key)|| is_array($key) ) ”
    If you are using the latest version of wordpress i.e. wordpress 3.1.1 then you will find it on line 208.

Leave a Reply