Merge pull request #89 from mstanislav/master

Addition of AUTHBYPASS type and new vulnerability
This commit is contained in:
Ryan Dewhurst
2012-12-13 11:15:22 -08:00

View File

@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
ryandewhurst at gmail
This file contains vulnerabilities associated with WordPress plugins.
TYPE = ["SQLI", "MULTI", "REDIRECT", "RCE", "RFI", "LFI", "UPLOAD", "UNKNOWN", "XSS", "CSRF"]
TYPE = ["SQLI", "MULTI", "REDIRECT", "RCE", "RFI", "LFI", "UPLOAD", "UNKNOWN", "XSS", "CSRF", "AUTHBYPASS"]
<plugin name="">
<vulnerability>
@@ -2420,5 +2420,12 @@ File Upload Vulnerability</title>
<type>RCE</type>
</vulnerability>
</plugin>
<plugin name="portable-phpmyadmin">
<vulnerability>
<title>portable-phpMyAdmin &lt; 1.3.1 Authentication Bypass</title>
<reference>http://www.exploit-db.com/exploits/23356</reference>
<type>AUTHBYPASS</type>
</vulnerability>
</plugin>
</vulnerabilities>