From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Sassmannshausen Subject: bug#27808: PHP CVE-2017-11144, CVE-2017-11145, CVE-2017-11362 Date: Tue, 25 Jul 2017 17:26:35 +0200 Message-ID: <87k22wo7v8.fsf@pompo.co> References: <20170724185744.GA4997@jasmine.lan> Reply-To: alex@pompo.co Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1da1jo-0005JV-8s for bug-guix@gnu.org; Tue, 25 Jul 2017 11:27:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1da1jj-00052t-2E for bug-guix@gnu.org; Tue, 25 Jul 2017 11:27:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53414) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1da1ji-00052n-SQ for bug-guix@gnu.org; Tue, 25 Jul 2017 11:27:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1da1ji-0007RR-0V for bug-guix@gnu.org; Tue, 25 Jul 2017 11:27:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <20170724185744.GA4997@jasmine.lan> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Leo Famulari Cc: 27808@debbugs.gnu.org Hi Leo, I've just submitted a patch to update PHP to version 7.1.7, which resolves the CVEs. Unfortunately PHP has 4 test errors on my machine (but also on the previous version), so I could not fully build it (disabling tests results in a working version of PHP). The relevant patch is at 27826. If someone could try building it, on x86_64 then we could be sure it's just my local environment that messes things up… Alex Leo Famulari writes: > Apparently our PHP package is vulnerable to CVE-2017-11144, > CVE-2017-11145, and CVE-2017-11362: > > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11144 > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11145 > > This one looks especially bad: > > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11362 > > Can someone please take a look at this?