From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 03/04: gnu: openjpeg: Add fixes for CVE-2016-{9850,9851}. Date: Sun, 11 Dec 2016 01:02:14 -0500 Message-ID: <20161211060214.GA30740@jasmine> References: <20161210200323.4764.51747@vcs.savannah.gnu.org> <20161210200324.4B8C12201B9@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFxDP-0003pG-5z for guix-devel@gnu.org; Sun, 11 Dec 2016 01:02:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFxDL-00085z-Rj for guix-devel@gnu.org; Sun, 11 Dec 2016 01:02:27 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:36386) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cFxDL-00084v-Lp for guix-devel@gnu.org; Sun, 11 Dec 2016 01:02:23 -0500 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id AAEAE24428 for ; Sun, 11 Dec 2016 01:02:16 -0500 (EST) Content-Disposition: inline In-Reply-To: <20161210200324.4B8C12201B9@vcs.savannah.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: guix-devel@gnu.org On Sat, Dec 10, 2016 at 08:03:24PM +0000, Efraim Flashner wrote: > efraim pushed a commit to branch master > in repository guix. > > commit a304b6c362dcfadfaa2cfe2a67f5e948f247fd51 > Author: Efraim Flashner > Date: Sat Dec 10 21:45:29 2016 +0200 > > gnu: openjpeg: Add fixes for CVE-2016-{9850,9851}. > > * gnu/packages/image.scm (openjpeg)[replacement]: New field. > (openjpeg/fixed): New variable, patch against CVE-2016-9850, > CVE-2016-9851. > * gnu/packages/patches/openjpeg-CVE-2016-9850-CVE-2016-9851.patch: New file. > * gnu/local.mk (dist_patch_DATA): Register it. I think this patch should have been sent to guix-devel for review. The patches are from a 3rd-party repository. The author does seem to have a relationship to the OpenJPEG project (from past commits), but nobody else from OpenJPEG commented on these changes yet: https://github.com/uclouvain/openjpeg/issues/871 https://github.com/uclouvain/openjpeg/issues/872 https://github.com/uclouvain/openjpeg/pull/873/files While poking around, I noticed there is a newer OpenJPEG release (2.1.2), and a bunch of recent bugs: https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=openjpeg Especial CVE-2016-8332: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8332