From owner-svn-ports-all@freebsd.org Wed Nov 9 16:24:23 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 C4FECC3801C; Wed, 9 Nov 2016 16:24:23 +0000 (UTC) (envelope-from feld@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 745CC78F; Wed, 9 Nov 2016 16:24:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA9GOMYr056170; Wed, 9 Nov 2016 16:24:22 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9GOMF4056168; Wed, 9 Nov 2016 16:24:22 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611091624.uA9GOMF4056168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 9 Nov 2016 16:24:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425801 - 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.23 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: Wed, 09 Nov 2016 16:24:23 -0000 Author: feld Date: Wed Nov 9 16:24:22 2016 New Revision: 425801 URL: https://svnweb.freebsd.org/changeset/ports/425801 Log: Document gitlab vulnerability PR: 214360 Security: CVE-2016-9086 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 9 16:06:49 2016 (r425800) +++ head/security/vuxml/vuln.xml Wed Nov 9 16:24:22 2016 (r425801) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + gitlab -- Directory traversal via "import/export" feature + + + rubygem-gitlab + 8.10.08.10.12 + 8.11.08.11.9 + 8.12.08.12.7 + 8.13.08.13.2 + + + + +

GitLab reports:

+
+

The import/export feature did not properly check for symbolic links + in user-provided archives and therefore it was possible for an + authenticated user to retrieve the contents of any file + accessible to the GitLab service account. This included + sensitive files such as those that contain secret tokens used + by the GitLab service to authenticate users.

+
+ +
+ + https://about.gitlab.com/2016/11/02/cve-2016-9086-patches/ + CVE-2016-9086 + ports/214360 + + + 2016-11-02 + 2016-11-09 + +
+ chromium -- out-of-bounds memory access