lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Thu, 23 Aug 2007 18:17:01 -0400
From: Jared DeMott <demottja@....edu>
To: full-disclosure@...ts.grok.org.uk
Subject: Ipswitch FTP XSS leads to FTP server compromise

VDA Labs Advisory:
--------------------------
Ipswitch FTP XSS leads to FTP server compromise.  The Vendor has been
notified, and given the PoC.


Synopsis:
------------
There is XSS vulnerability when the WS_FTP server logs client FTP
commands. All user commands are logged.  When the FTP command is invalid
(error), special characters are converted to HTML chars (< = &lt;, >  = 
&gt;), and logged.  However, when the FTP command is valid, there is no
sanity check.  Thus, it is possible to inject HTML and Javascript into
the log file.

The WS_FTP administration interface (IIS web application written in ASP)
has a view log option.  When logs are viewed, it is possible to steal
the administrator cookie, or even better, DIRECTLY create a new user (or
admin) account for FTP server.

We've created a little PoC that will create a new system administrator
account when the admin view logs.  The PoC is simple and injects an
<iframe> that leads to another html file that creates the new account.


Discovered by:
------------------
John Harwold, VDA Labs, LLC

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ