From 605e9cfe6d95ba68d5e05dd0e36da5065163070b Mon Sep 17 00:00:00 2001 From: erwanlr Date: Tue, 1 Jul 2014 22:10:01 +0200 Subject: [PATCH] Changes the vulnerable version of timthumb to 1.33 instead of 1.34 --- lib/common/models/wp_timthumb/vulnerable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/models/wp_timthumb/vulnerable.rb b/lib/common/models/wp_timthumb/vulnerable.rb index b644836a..0f8261a5 100644 --- a/lib/common/models/wp_timthumb/vulnerable.rb +++ b/lib/common/models/wp_timthumb/vulnerable.rb @@ -15,7 +15,7 @@ class WpTimthumb < WpItem end def check_rce_132 - return rce_132_vuln unless VersionCompare.is_newer_or_same?('1.34', version) + return rce_132_vuln unless VersionCompare.is_newer_or_same?('1.33', version) end # Vulnerable versions : >= 2.0 and < 2.8.14