From owner-svn-ports-head@freebsd.org Sat Jun 2 20:51:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4CCBFE5DAA; Sat, 2 Jun 2018 20:51:49 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 869107766C; Sat, 2 Jun 2018 20:51:49 +0000 (UTC) (envelope-from jrm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6923614F22; Sat, 2 Jun 2018 20:51:49 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w52KpnYr084316; Sat, 2 Jun 2018 20:51:49 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w52KpnY1084315; Sat, 2 Jun 2018 20:51:49 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201806022051.w52KpnY1084315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sat, 2 Jun 2018 20:51:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471404 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 471404 X-SVN-Commit-Repository: ports 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.26 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: Sat, 02 Jun 2018 20:51:50 -0000 Author: jrm Date: Sat Jun 2 20:51:48 2018 New Revision: 471404 URL: https://svnweb.freebsd.org/changeset/ports/471404 Log: security/vuxml: Document devel/git CVEs (2018-11233 and 2018-11235) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Jun 2 20:22:16 2018 (r471403) +++ head/security/vuxml/vuln.xml Sat Jun 2 20:51:48 2018 (r471404) @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Git -- Fix memory out-of-bounds and remote code execution vulnerabilities (CVE-2018-11233 and CVE-2018-11235) + + + git + git-lite + 2.17.1 + + + + +

The Git community reports:

+
+
  • In affected versions of Git, code to sanity-check pathnames on + NTFS can result in reading out-of-bounds memory.
  • +
  • In affected versions of Git, remote code execution can + occur. With a crafted .gitmodules file, a malicious project can + execute an arbitrary script on a machine that runs "git clone + --recurse-submodules" because submodule "names" are obtained from + this file, and then appended to $GIT_DIR/modules, leading to + directory traversal with "../" in a name. Finally, post-checkout + hooks from a submodule are executed, bypassing the intended design + in which hooks are not obtained from a remote server.
  • +
+
+ +
+ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11233 + CVE-2018-11233 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11235 + CVE-2018-11235 + + + 2018-05-29 + 2018-06-02 + +
+ strongswan -- Fix Denial-of-Service Vulnerability strongSwan (CVE-2018-10811, CVE-2018-5388)