Reflected Cross-site scripting vulnerability 3.7.3
-
This issue requires a valid credential to be used.
Vulnerability description:
The “wptouch__wptouch_pro__site_title” and “wptouch__wptouch_pro__force_locale” parameters do not filter dangerous chars, allowing users to inject javascript code in the page in a non-permanent waySteps to replicate:
1) Open the Core settings page on http://localhost/wordpress/wp-admin/admin.php?page=wptouch-admin-general-settings
2) Using a proxy, for example Burp Interceptor, edit the values for the “wptouch__wptouch_pro__site_title” and “wptouch__wptouch_pro__force_locale” parameters adding this example payload:"><script>alert(123)</script>3) Submit the changes
4) Observe the alert message:
http://i.imgur.com/jtferBZ.png
The topic ‘Reflected Cross-site scripting vulnerability 3.7.3’ is closed to new replies.