From owner-svn-ports-all@freebsd.org Thu Mar 17 02:45:36 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 4BC72AD34FF; Thu, 17 Mar 2016 02:45:36 +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 06A82C05; Thu, 17 Mar 2016 02:45:35 +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 u2H2jZii022469; Thu, 17 Mar 2016 02:45:35 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2H2jZLg022468; Thu, 17 Mar 2016 02:45:35 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201603170245.u2H2jZLg022468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 17 Mar 2016 02:45:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411251 - 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: Thu, 17 Mar 2016 02:45:36 -0000 Author: junovitch Date: Thu Mar 17 02:45:34 2016 New Revision: 411251 URL: https://svnweb.freebsd.org/changeset/ports/411251 Log: Document possible code execution and integer overflow issue in git PR: 208074 Reported by: Sevan Janiyan (via PR) Reported by: Tony Tung (via email) Security: CVE-2016-2315 Security: CVE-2016-2324 Security: https://vuxml.FreeBSD.org/freebsd/93ee802e-ebde-11e5-92ce-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/d2a84feb-ebe0-11e5-92ce-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 17 01:40:47 2016 (r411250) +++ head/security/vuxml/vuln.xml Thu Mar 17 02:45:34 2016 (r411251) @@ -58,6 +58,62 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + git -- integer overflow + + + git + 0 + + + + +

Debian reports:

+
+

integer overflow due to a loop which adds more to "len".

+
+ +
+ + CVE-2016-2324 + https://security-tracker.debian.org/tracker/CVE-2016-2324 + https://github.com/git/git/commit/9831e92bfa833ee9c0ce464bbc2f941ae6c2698d + + + 2016-02-24 + 2016-03-17 + +
+ + + git -- potential code execution + + + git + 2.7.0 + + + + +

Debian reports:

+
+

"int" is the wrong data type for ... nlen assignment.

+
+ +
+ + CVE-2016-2315 + http://www.openwall.com/lists/oss-security/2016/03/15/6 + https://marc.info/?l=oss-security&m=145809217306686&w=2 + https://github.com/git/git/commit/34fa79a6cde56d6d428ab0d3160cb094ebad3305 + https://security-tracker.debian.org/tracker/CVE-2016-2315 + + + 2015-09-24 + 2016-03-17 + +
+ node -- multiple vulnerabilities