WordPress Emag Marketplace Connector 1.0 Cross Site Scripting

WordPress Emag Marketplace Connector plugin version 1.0 suffers from a cross site scripting vulnerability.


MD5 | c8259171cfc851752080208d056d00b0

Class Input Validation Error
Remote Yes

Credit Ricardo Sanchez
Vulnerable Emag Marketplace Connector 1.0

Emag Marketplace Connector 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/emag-marketplace-connector/templates/order/awb-meta-box.php?post=
"/><script>alert("XSS")</script>

Related Posts