From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/2] Add graft for Bash CVE-2017-5932 Date: Fri, 10 Feb 2017 13:23:02 +0100 Message-ID: <20170210122302.GA16682@jasmine> References: <20170210094058.6449-1-ludo@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccchq-00039r-QX for guix-devel@gnu.org; Sat, 11 Feb 2017 13:47:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccchn-0003hU-T7 for guix-devel@gnu.org; Sat, 11 Feb 2017 13:47:34 -0500 Content-Disposition: inline In-Reply-To: <20170210094058.6449-1-ludo@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Fri, Feb 10, 2017 at 10:40:56AM +0100, Ludovic Courtès wrote: > Hello! > > This patch fixes Bash CVE-2017-5932, which is a remote code execution > vulnerability triggered by file name completion and disclosed on Wednesday: > > https://github.com/jheyens/bash_completion_vuln/raw/master/2017-01-17.bash_completion_report.pdf > http://www.openwall.com/lists/oss-security/2017/02/07/9 > > I'll apply it today if there are no objections. Thank you!