From owner-freebsd-security@FreeBSD.ORG Fri Sep 26 16:31:16 2014 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3133161A for ; Fri, 26 Sep 2014 16:31:16 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C030722D for ; Fri, 26 Sep 2014 16:31:15 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id u56so1950482wes.24 for ; Fri, 26 Sep 2014 09:31:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=UNtiojbDPxsVLNOZ0InQgyagyF2N166ZFebqQG37uBo=; b=dJuVg55MYL9dYTul9HgGeIumTJFqtOkp46Ug5Ji1CDBLtdb6U1gYGKoHTUaDopO/8O FOsAIKnYVbTSXY9yzojgkS9+gOIL6VN6l9lhVwb/lcTqxfB4UnY0G2Vk0Qxmyb52nIP+ I4WQu6EODI+XaspS8I0uImXvnEaQ66jF1/kJMskplh8SKoDnCYfHJiQh+t27hFlu86BK 3EeSo4T0sc/QIfUKsI/wyAE1lMJ/kG4y61XbFU292jipamABA9WtdJrxwvClR2Y50jBv oLRmhEPtgMbp+Q5t1BtnBmSq4L9y/DY2Dj0TBqvz10oADo4h3GZI4F4m4n1jiOID8mlJ qBow== MIME-Version: 1.0 X-Received: by 10.180.91.70 with SMTP id cc6mr28603006wib.66.1411749074110; Fri, 26 Sep 2014 09:31:14 -0700 (PDT) Sender: ndorfman@gmail.com Received: by 10.194.82.72 with HTTP; Fri, 26 Sep 2014 09:31:14 -0700 (PDT) In-Reply-To: <20140926162937.GA48704@ismet.erje.net> References: <542416C0.2040203@tefre.com> <20140926162937.GA48704@ismet.erje.net> Date: Fri, 26 Sep 2014 12:31:14 -0400 X-Google-Sender-Auth: Xzc-Y-onIqCzK3eClADpJWepwlU Message-ID: Subject: Re: Bash ShellShock bug(s) From: Nathan Dorfman To: Robert Joosten Content-Type: text/plain; charset=UTF-8 Cc: freebsd-security@freebsd.org X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 16:31:16 -0000 On Fri, Sep 26, 2014 at 12:29 PM, Robert Joosten wrote: > What about /bin/sh ? /bin/sh isn't bash on FreeBSD and doesn't have this problem. -nd.