diff --git a/data/plugin_vulns.xml b/data/plugin_vulns.xml index a9ff5ef9..7cf76401 100644 --- a/data/plugin_vulns.xml +++ b/data/plugin_vulns.xml @@ -4461,7 +4461,7 @@ - portable-phpMyAdmin - Authentication Bypass + Portable-phpMyAdmin - Authentication Bypass 98766 2013-4454 @@ -4480,6 +4480,23 @@ AUTHBYPASS 1.3.1 + + Portable phpMyAdmin - /pma/phpinfo.php Direct Request System Information Disclosure + + 98766 + http://seclists.org/oss-sec/2013/q4/138 + + + + Portable phpMyAdmin 1.4.1 - Multiple Script Direct Request Authentication Bypass + + 98767 + 2013-4454 + 55270 + http://seclists.org/oss-sec/2013/q4/138 + + AUTHBYPASS + @@ -4801,8 +4818,9 @@ 2.0.13 - WooCommerce 2.0.17 - Cross Site Scripting + WooCommerce 2.0.17 - hide-wc-extensions-message Parameter Reflected XSS + 98754 http://packetstormsecurity.com/files/123684/ XSS @@ -7477,4 +7495,16 @@ + + + Videowall - index.php page_id Parameter Reflected XSS + + 98765 + http://packetstormsecurity.com/files/123693/ + http://seclists.org/bugtraq/2013/Oct/98 + + XSS + + + diff --git a/lib/common/models/wp_version/output.rb b/lib/common/models/wp_version/output.rb index 229eee06..e9965a32 100644 --- a/lib/common/models/wp_version/output.rb +++ b/lib/common/models/wp_version/output.rb @@ -10,7 +10,7 @@ class WpVersion < WpItem unless vulnerabilities.empty? puts - puts red('[!]') + " We have identified #{vulnerabilities.size} vulnerabilities from the version number :" + puts red('[!]') + " We have identified #{vulnerabilities.size} vulnerabilities from the version number:" vulnerabilities.output end