Wordpress uCan Post plugin <= 1.0.09 Stored XSS

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

# Exploit Title: Wordpress uCan Post plugin <= 1.0.09 Stored XSS # Dork: inurl:/wp-content/plugins/ucan-post/ # Date: 2012/01/18 # Author: Gianluca Brindisi (gATbrindi.si @gbrindisi http://brindi.si/g/) # Software Link: http://downloads.wordpress.org/plugin/ucan-post.1.0.09.zip # Version: 1.0.09 1) You need permissions to publish a post from the public interface: The submission form is not well sanitized and will result in stored xss in admin pages: * Name field is not sanitized and it's injectable with a payload which will be stored in the pending submission page in admin panel POC: myname'"><script>window.alert(document.cookie)</script> * Email field is not sanitized but can it will check for a valid email address so the maximum result will be a reflected xss POC: my@mail.com'"><script>window.alert(document.cookie)</script> * Post Title is not sanitized and it's injectable with a payload which will be stored in the pending submissions page in admin panel POC: title'"><script>window.alert(document.cookie)</script>

References:

http://brindi.si/g/


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