Wordpress Cookie Authentication Vulnerability
Posted Nov 20, 2007 9:45 UTC (Tue) by
Velmont (subscriber, #46433)
Parent article:
Wordpress Cookie Authentication Vulnerability
Hmm. In my own CMS (before I went over to use WordPress), I salted the extra md5 in the cookie, like this:
cookie_pass = md5( md5(password) + config['salt'] + userid )
Wouldn't that be safer if every user must define config['salt'] in their config file?
(
Log in to post comments)