From owner-svn-ports-head@freebsd.org Sun Apr 3 14:19:02 2016 Return-Path: Delivered-To: svn-ports-head@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 BA55BB00296; Sun, 3 Apr 2016 14:19:02 +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 781501FDB; Sun, 3 Apr 2016 14:19:02 +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 u33EJ1T2047752; Sun, 3 Apr 2016 14:19:01 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u33EJ1Wh047751; Sun, 3 Apr 2016 14:19:01 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201604031419.u33EJ1Wh047751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 3 Apr 2016 14:19:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412474 - 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-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2016 14:19:02 -0000 Author: junovitch Date: Sun Apr 3 14:19:01 2016 New Revision: 412474 URL: https://svnweb.freebsd.org/changeset/ports/412474 Log: Document multiple vulnerabilities from the 31 Mar 16 PHP releases PR: 208465 Reported by Christian Schwarz Security: https://vuxml.FreeBSD.org/freebsd/482d40cb-f9a3-11e5-92ce-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Apr 3 13:44:12 2016 (r412473) +++ head/security/vuxml/vuln.xml Sun Apr 3 14:19:01 2016 (r412474) @@ -58,6 +58,78 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + php -- multiple vulnerabilities + + + php70 + php70-fileinfo + php70-mbstring + php70-phar + php70-snmp + 7.0.5 + + + php56 + php56-fileinfo + php56-mbstring + php56-phar + php56-snmp + 5.6.20 + + + php55 + php55-fileinfo + php55-mbstring + php55-phar + php55-snmp + 5.5.34 + + + + +

The PHP Group reports:

+
+
  • Fileinfo: +
      +
    • Fixed bug #71527 (Buffer over-write in finfo_open with + malformed magic file).
    • +
  • +
  • mbstring: +
      +
    • Fixed bug #71906 (AddressSanitizer: negative-size-param (-1) + in mbfl_strcut).
    • +
  • +
  • Phar: +
      +
    • Fixed bug #71860 (Invalid memory write in phar on filename with + \0 in name).
    • +
  • +
  • SNMP: +
      +
    • Fixed bug #71704 (php_snmp_error() Format String Vulnerability). +
    • +
  • +
  • Standard: +
      +
    • Fixed bug #71798 (Integer Overflow in php_raw_url_encode).
    • +
  • +
+
+ +
+ + ports/208465 + http://php.net/ChangeLog-7.php#7.0.5 + http://php.net/ChangeLog-5.php#5.6.20 + http://php.net/ChangeLog-5.php#5.5.34 + + + 2016-03-31 + 2016-04-03 + +
+ pcre -- heap overflow vulnerability