WordPress Influencer Marketing And Press Release System 2.2 XSS

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

Class Input Validation Error Remote Yes Reflected Yes Credit Ricardo Sanchez Vulnerable Influencer Marketing & Press Release System plugin 2.2 Influencer Marketing & Press Release System 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 "impress_s" value is not filter correcly and it is possible bypassing the sanitize_text_field() wordpress function: <input type="text" id="impress_search_feed_input" name="impress_s" value="<?php echo (isset($_GET['impress_s']) && !empty($_GET['impress_s'])) ? sanitize_text_field($_GET['impress_s']) : ""; ?>" required="required" /> Demo url:*http://localhost/wordpress/wp-admin/admin.php?impress_s= <http://localhost/wordpress/wp-admin/admin.php?impress_s=>" onmouseover=alert(1) display=&page=imkt_feed&impress_search_btn=impress_search_feed_btn*


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