We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d317e5 commit 15c8d92Copy full SHA for 15c8d92
modules/exploits/unix/webapp/php_wordpress_total_cache.rb
@@ -38,6 +38,7 @@ def initialize(info = {})
38
[
39
[ 'OSVDB', '92652' ],
40
[ 'BID', '59316' ],
41
+ [ 'URL', 'http://wordpress.org/support/topic/pwn3d' ],
42
[ 'URL', 'http://www.acunetix.com/blog/web-security-zone/wp-plugins-remote-code-execution/' ]
43
],
44
'Privileged' => false,
@@ -230,7 +231,7 @@ def check
230
231
232
if res.headers['X-Powered-By'] and res.headers['X-Powered-By'] =~ /W3 Total Cache\/([0-9\.]*)/
233
version = $1
- if version <= "0.9.2.3"
234
+ if version <= "0.9.2.8"
235
return Exploit::CheckCode::Vulnerable
236
else
237
return Exploit::CheckCode::Safe
0 commit comments