From owner-freebsd-bugs Thu Dec 21 17:20:22 2000 From owner-freebsd-bugs@FreeBSD.ORG Thu Dec 21 17:20:17 2000 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5283137B698 for ; Thu, 21 Dec 2000 17:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBM1K2g58899; Thu, 21 Dec 2000 17:20:02 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 21 Dec 2000 17:20:02 -0800 (PST) Resent-Message-Id: <200012220120.eBM1K2g58899@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, iasenkk@hotmail.com Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4CEE37B404 for ; Thu, 21 Dec 2000 17:18:21 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBM1ILd58673; Thu, 21 Dec 2000 17:18:21 -0800 (PST) (envelope-from nobody) Message-Id: <200012220118.eBM1ILd58673@freefall.freebsd.org> Date: Thu, 21 Dec 2000 17:18:21 -0800 (PST) From: iasenkk@hotmail.com Sender: nobody@FreeBSD.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/23740: kernel DoS tha could be executed by any user Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23740 >Category: kern >Synopsis: kernel DoS tha could be executed by any user >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 21 17:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Iasen Kostoff >Release: 4.2 >Organization: >Environment: FreeBSD HellRaZoR.tbyte.org 4.2-RELEASE FreeBSD 4.2-RELEASE #2: Wed Dec 20 02:13:45 EET 20 00 root@HellRaZoR.tbyte.org:/usr/src/sys/compile/TQONIX4 i386 >Description: int main() { while(1) fork(); return(1); } it produces kernel panic (kernel resources exhausted) >How-To-Repeat: int main() { while(1) fork(); return(1); } compile and run >Fix: just report for now >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message