From owner-svn-ports-all@freebsd.org Sun Mar 13 14:39:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A57BACF198; Sun, 13 Mar 2016 14:39:52 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DA1CC21; Sun, 13 Mar 2016 14:39:52 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2DEdpDU034706; Sun, 13 Mar 2016 14:39:51 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2DEdpsd034705; Sun, 13 Mar 2016 14:39:51 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201603131439.u2DEdpsd034705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 13 Mar 2016 14:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410971 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2016 14:39:52 -0000 Author: junovitch Date: Sun Mar 13 14:39:50 2016 New Revision: 410971 URL: https://svnweb.freebsd.org/changeset/ports/410971 Log: Expand February PHP entry with extra CVE and all security bugs on changelog Security: CVE-2016-2554 Security: https://vuxml.FreeBSD.org/freebsd/85eb4e46-cf16-11e5-840f-485d605f4717.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Mar 13 13:56:44 2016 (r410970) +++ head/security/vuxml/vuln.xml Sun Mar 13 14:39:50 2016 (r410971) @@ -2497,14 +2497,18 @@ Notes: - php -- pcre vulnerability + php -- multiple vulnerabilities php55 + php55-phar + php55-wddx 5.5.32 php56 + php56-phar + php56-wddx 5.6.18 @@ -2512,11 +2516,32 @@ Notes:

PHP reports:

-
  • PCRE: +
    • Core:
        -
      • Upgraded bundled PCRE library to 8.38.(CVE-2015-8383, - CVE-2015-8386, CVE-2015-8387, CVE-2015-8389, CVE-2015-8390, - CVE-2015-8391, CVE-2015-8393, CVE-2015-8394)
      • +
      • Fixed bug #71039 (exec functions ignore length but look for NULL + termination).
      • +
      • Fixed bug #71323 (Output of stream_get_meta_data can be + falsified by its input).
      • +
      • Fixed bug #71459 (Integer overflow in iptcembed()).
      • +
    • +
    • PCRE: +
        +
      • Upgraded bundled PCRE library to 8.38.(CVE-2015-8383, + CVE-2015-8386, CVE-2015-8387, CVE-2015-8389, CVE-2015-8390, + CVE-2015-8391, CVE-2015-8393, CVE-2015-8394)
      • +
    • +
    • Phar: +
        +
      • Fixed bug #71354 (Heap corruption in tar/zip/phar parser).
      • +
      • Fixed bug #71391 (NULL Pointer Dereference in + phar_tar_setupmetadata()).
      • +
      • Fixed bug #71488 (Stack overflow when decompressing tar + archives). (CVE-2016-2554)
      • +
    • +
    • WDDX: +
        +
      • Fixed bug #71335 (Type Confusion in WDDX Packet + Deserialization).
@@ -2531,12 +2556,14 @@ Notes: CVE-2015-8391 CVE-2015-8393 CVE-2015-8394 + CVE-2016-2554 http://php.net/ChangeLog-5.php#5.6.18 http://php.net/ChangeLog-5.php#5.5.32 2016-02-04 2016-02-09 + 2016-03-13