WordPress Boozang 1.0.0 Cross Site Scripting

WordPress Boozang plugin version 1.0.0 suffers from a cross site scripting vulnerability.


MD5 | 07790d7c65071a3b9f6564d2737b13aa

Class Input Validation Error
Remote Yes

Credit Ricardo Sanchez
Vulnerable Boozang Plugin 1.0.0

Boozang Plugin is prone to a stored cross-site scripting
vulnerability because it fails to sufficiently sanitize user-supplied data.

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 allow the attacker to steal cookie-based authentication credentials and
to launch other attacks.

To exploit this issue following steps:
The XSS reflected because the values are not filter correctly:


Demo Request:
http://localhost/wordpress/wp-content/plugins/boozang/bz.php?projectId=
<script>alert("XSS")</script>

Related Posts