From owner-svn-ports-all@freebsd.org Mon Oct 19 17:04:04 2015 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 83A75A18337; Mon, 19 Oct 2015 17:04:04 +0000 (UTC) (envelope-from garga@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 34D09125C; Mon, 19 Oct 2015 17:04:04 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9JH43BM064946; Mon, 19 Oct 2015 17:04:03 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9JH437n064944; Mon, 19 Oct 2015 17:04:03 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201510191704.t9JH437n064944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 19 Oct 2015 17:04:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399700 - 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.20 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: Mon, 19 Oct 2015 17:04:04 -0000 Author: garga Date: Mon Oct 19 17:04:02 2015 New Revision: 399700 URL: https://svnweb.freebsd.org/changeset/ports/399700 Log: Add new VuXML entry for git arbitrary code execution bug on versions before 2.6.1 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Oct 19 16:59:49 2015 (r399699) +++ head/security/vuxml/vuln.xml Mon Oct 19 17:04:02 2015 (r399700) @@ -58,6 +58,48 @@ Notes: --> + + Git -- Execute arbitrary code + + + git + 2.6.1 + + + git-gui + 2.6.1 + + + git-lite + 2.6.1 + + + git-subversion + 2.6.1 + + + + +

Git release notes:

+
+

Some protocols (like git-remote-ext) can execute arbitrary code + found in the URL. The URLs that submodules use may come from + arbitrary sources (e.g., .gitmodules files in a remote + repository), and can hurt those who blindly enable recursive + fetch. Restrict the allowed protocols to well known and safe + ones.

+
+ +
+ + https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.6.1.txt + + + 2015-09-23 + 2015-10-19 + +
+ Salt -- multiple vulnerabilities