exploit-db-mirror/platforms/php/webapps/30715.txt
Offensive Security a849a67d66 Updated 01_07_2014
2014-01-07 04:09:46 +00:00

9 lines
No EOL
609 B
Text
Executable file

source: http://www.securityfocus.com/bid/26228/info
WordPress is prone to a cross-site scripting vulnerability because the application 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 may help the attacker steal cookie-based authentication credentials and launch other attacks.
This issue affects WordPress 2.3; other versions may also be vulnerable.
http://www.example.com/wp-admin/edit-post-rows.php?posts_columns[]=<script>alert(123);</script>