exploit-db-mirror/platforms/php/webapps/35136.txt
Offensive Security 46921ae8d6 Updated 11_02_2014
2014-11-02 04:45:04 +00:00

10 lines
No EOL
722 B
Text
Executable file

source: http://www.securityfocus.com/bid/45548/info
The Accept Signups Plugin for WordPress is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.
An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
Accept Signups 0.1 is vulnerable; other versions may also be affected.
http://www.example.com/wordpress/wp-content/plugins/accept-signups/accept-signups_submit.php?email=clshack<script>alert(String.fromCharCode(72,
101, 108, 108, 111, 32, 58, 68, 32))</script>