![]() Equipping You to Communicate Effectively | support CMN & share a library of 19K+ images, videos, etc Go Pro! |
![]() | ![]() |
| |||||||
![]() |
| | Thread Tools | Search this Thread | Rate Thread | Display Modes |
| ||||
| WordPress: Security Alert http://blogs.zdnet.com/security/?p=4002 Quote:
IMO, until there is a fix for this, prevent that code from executing in that section, see the second link above for location of code: Code: case 'resetpss':
case 'rp':
die ('Due to technical issues with WordPress, please contact the administrator to reset your password.');
.... (the code that is normally in here) ...
break; |
| ||||
| Not sure how final this is, but here a fix that may do it: http://core.trac.wordpress.org/changeset/11798 |
| The Following User Says Thank You to greg4god For This Useful Post: | ||
blonborg (Tuesday, August 11th, 2009) | ||
| |||
| Greg, thanks for the heads up! I implemented the fix on one site, then upgraded the other from 2.7x to 2.83 and applied the fix. In the meantime, Wordpress has released 2.84. Bill |