The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: milov@uwlax.edu (Milo Velimirovic)
Subject: [pups] User Mode DoS Attacks (was Re: Issues of AUUGN)
Date: Thu, 5 Oct 2006 08:46:13 -0500	[thread overview]
Message-ID: <E183486F-6903-48DA-BBC2-D35A498B86A6@uwlax.edu> (raw)
In-Reply-To: <mailman.1.1160013601.40099.pups@minnie.tuhs.org>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 760 bytes --]

> But you'd need kernel mode for that; this is a DoS attack (one of the
> first?) launched by a user.

The userland DoS I remember:

main() {
	while(1)
		fork();
}

And in fact I tried it once on the 11/45 I had access to. Not pretty.  
It can be made less disastrous by judicious addition of a wait(); call.

--Milo, wondering how contemporary UNIX will deal with such  
pathological behavior....

--
Milo Velimirović
University of Wisconsin - La Crosse
La Crosse, Wisconsin 54601 USA
43 48 48 N 91 13 53 W
--
There's a reason Dennis Ritchie and Ken Thompson have been awarded  
the U.S. National Medal of Technology (1998) and are fellows of the  
Computer History Museum Online. Dave Cutler hasn't and isn't.
"You are not expected to understand this."





       reply	other threads:[~2006-10-05 13:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1.1160013601.40099.pups@minnie.tuhs.org>
2006-10-05 13:46 ` Milo Velimirovic [this message]
2006-10-05 14:33   ` Bill Gunshannon
2006-10-05 14:44     ` Johnny Billquist
2006-10-05 14:51   ` Tore Sinding Bekkedal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E183486F-6903-48DA-BBC2-D35A498B86A6@uwlax.edu \
    --to=milov@uwlax.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).