BugTraq
Back to list
|
Post reply
Re: HYSA-2006-005 WordPress 2.0.1 Remote DoS Exploit
Mar 10 2006 03:29AM
scaturan negimaki com
afaik, there is no hardcoded workaround other than disable anonymous registration, using .htaccess/httpd.conf restrictions, or removing wp-register.php
for the time being, if you're using mod_security, you can block it using something like this:
SecFilterSelective "THE_REQUEST" "wp-register.php" "id:1004,deny,log,status:412"
more info. at http://www.modsecurity.org/
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
for the time being, if you're using mod_security, you can block it using something like this:
SecFilterSelective "THE_REQUEST" "wp-register.php" "id:1004,deny,log,status:412"
more info. at http://www.modsecurity.org/
[ reply ]