WordPress 2kb Amazon Affiliates Store 2.1.0 Cross Site Scripting

2017.09.21
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-79

Class Input Validation Error CVE Remote Yes Reflected Yes Credit rsanchezr Vulnerable 2kb amazon affiliates store WP plugin 2kb amazon affiliates store WP plugin is prone to a 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 "page" and "kbAction" values aren't filter correcly. <input type="hidden" name="page" value="<?php echo $_GET['page'];?>"/> <input type="hidden" name="kbAction" value="<?php echo $_GET['kbAction'];?>"/> Demo url: http://localhost/wordpress/wp-admin/admin.php?page=kbAmz&kbAction=demo%22%3E%3Cscript%3Ealert%281234%29%3C%2Fscript%3E


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top