bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible parsing dos problem


From: Paul Jarc
Subject: Re: Possible parsing dos problem
Date: Mon, 12 May 2003 12:01:19 -0400
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

rskaliotis@andover.edu wrote:
> The string :(){ :|:;:&};: causes problems when run in a bash shell. The error
> message "bash: fork: Resource temporarily unavailable" is displayed until you
> kill the "script." While this is running, it appears to be a DOS attack
> preventing every other user on the machine from running commands.

Right.  bash is creating as many processes and pipes as it can, just
like you told it to do.  Solution: don't do that.  It's just like
"rm -rf /".


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]