From owner-svn-ports-all@freebsd.org Fri Jun 17 17:03:59 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 12B95A7858D; Fri, 17 Jun 2016 17:03:59 +0000 (UTC) (envelope-from rm@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 BF92726FC; Fri, 17 Jun 2016 17:03:58 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5HH3vlU094358; Fri, 17 Jun 2016 17:03:57 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5HH3v4n094356; Fri, 17 Jun 2016 17:03:57 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201606171703.u5HH3v4n094356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 17 Jun 2016 17:03:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417018 - 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.22 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: Fri, 17 Jun 2016 17:03:59 -0000 Author: rm Date: Fri Jun 17 17:03:57 2016 New Revision: 417018 URL: https://svnweb.freebsd.org/changeset/ports/417018 Log: Document integer overflow in python's zipimport module PR: 210324 Submitted by: Vladimir Krstulja Security: CVE-2016-5636 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jun 17 16:30:35 2016 (r417017) +++ head/security/vuxml/vuln.xml Fri Jun 17 17:03:57 2016 (r417018) @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Python -- Integer overflow in zipimport module + + + python35 + 3.5.1_3 + + + python34 + 3.4.4_3 + + + python33 + 3.3.6_5 + + + python27 + 2.7.11_3 + + + + +

Python reports:

+
+

Possible integer overflow and heap corruption in + zipimporter.get_data()

+
+ +
+ + http://bugs.python.org/issue26171 + CVE-2016-5636 + + + 2016-01-21 + 2016-06-17 + +
+ drupal -- multiple vulnerabilities