From owner-freebsd-security Tue Sep 15 03:52:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09070 for freebsd-security-outgoing; Tue, 15 Sep 1998 03:52:58 -0700 (PDT) (envelope-from owner-freebsd-security@FreeBSD.ORG) Received: from ns0.fast.net.uk (ns0.fast.net.uk [194.207.104.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09064 for ; Tue, 15 Sep 1998 03:52:55 -0700 (PDT) (envelope-from netadmin@fastnet.co.uk) Received: from bofh.fast.net.uk (bofh.fast.net.uk [194.207.104.22]) by ns0.fast.net.uk (8.9.0/8.8.7) with ESMTP id LAA24610 for ; Tue, 15 Sep 1998 11:52:36 +0100 (BST) Received: from bofh.fast.net.uk (bofh.fast.net.uk [194.207.104.22]) by bofh.fast.net.uk (8.9.1/8.8.8) with SMTP id LAA00407 for ; Tue, 15 Sep 1998 11:52:36 +0100 (BST) (envelope-from netadmin@fastnet.co.uk) Date: Tue, 15 Sep 1998 11:52:36 +0100 (BST) From: Jay Tribick X-Sender: netadmin@bofh.fast.net.uk To: security@FreeBSD.ORG Subject: grep ohdear /dev/zero in a tight loop freezes FreeBSD && OpenBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Background ---------- FreeBSD bofh.fast.net.uk 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #0 root@bofh.fast.net.uk:/usr/src/sys/compile/GENERIC i386 login.conf (ulimit) restrictions: lockd:\ :priority=20:\ :openfiles=32:\ :openfiles-cur=32:\ :memoryuse-cur=10M:\ :maxproc-cur=32:\ :cputime=1h:\ :stacksize=2M:\ :memorylocked=4M:\ :memoryuse=10M:\ :coredumpsize=0M:\ :welcome=/etc/motd.lusers: Problem ------- Executing the following shell script effectively freezes a BSD box (tested on FreeBSD 2.2.6 & latest OpenBSD) regardless of the above process, cpu and memory restrictions within 15-30 seconds: #!/bin/bash while() do grep ohdear /dev/zero & done Any ideas on how to fix this or secure against it? Regards, Jay Tribick -- [| Network Admin | FastNet International | http://fast.net.uk/ |] [| Finger netadmin@fastnet.co.uk for contact info & PGP PubKey |] [| +44 (0)1273 T: 677633 F: 621631 e: netadmin@fast.net.uk |] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message