Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Bugtraq: Re: Denial of Service Attacks INFO

Re: Denial of Service Attacks INFO

From: Fred Cohen <fc_at_all.net>
Date: Wed, 22 May 1996 14:57:43 -0400

> > UDP Bomb - By sending a UDP packet with incorrect information in the
> > header, some Sun-OS 4.1.3 Unix boxes will panic and then reboot.
>
> Anyone willing to say _what_ this magic incorrect information is? I'd
> much rather not have to take the time to grab the patch, uncompile both
> it and the file(s) it replaces, and try to figure it out from there.

For example:

        from-IP=127.0.0.1
        to-IP=target
        Packet type: UDP
        from UDP port 7 (echo)
        to UDP port 7 (echo)

UDP port echos the packet to localhost which echoes the packet to localhost, ...
infinite loop - resource exhaustion - ...

Similar things work on systat, daytime, time, and other UDP services
that return results to the source of the inbound packet and don't depend
on packet content.

To get 2 hosts with one packet:

        from-IP= target 1
        to-IP=target 2

they bounce the packets back and forth between each other.

Add source routing to absorb bandwidth to more intermediate sites along
the way. Add high priority, etc. to make it even more abusive.

By the way - a common Web cashing server now uses UDP port 7 packets to
check for changed files, so any server that supports this cache scheme
is also susceptible to these attacks.

-> See: Info-Sec Heaven at URL http://all.net/
Management Analytics - 330-686-0090 - PO Box 1480, Hudson, OH 44236
Received on May 23 1996

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]
edgeos