Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Nov 2016 16:24:22 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425801 - head/security/vuxml
Message-ID:  <201611091624.uA9GOMF4056168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="10968dfd-a687-11e6-b2d3-60a44ce6887b">
+    <topic>gitlab -- Directory traversal via "import/export" feature</topic>
+    <affects>
+      <package>
+	<name>rubygem-gitlab</name>
+	<range><ge>8.10.0</ge><le>8.10.12</le></range>
+	<range><ge>8.11.0</ge><le>8.11.9</le></range>
+	<range><ge>8.12.0</ge><le>8.12.7</le></range>
+	<range><ge>8.13.0</ge><le>8.13.2</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>GitLab reports:</p>
+	<blockquote cite="https://about.gitlab.com/2016/11/02/cve-2016-9086-patches/">;
+	<p>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.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+	<url>https://about.gitlab.com/2016/11/02/cve-2016-9086-patches/</url>;
+	<cvename>CVE-2016-9086</cvename>
+	<freebsdpr>ports/214360</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2016-11-02</discovery>
+      <entry>2016-11-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="ae9cb9b8-a203-11e6-a265-3065ec8fd3ec">
     <topic>chromium -- out-of-bounds memory access</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611091624.uA9GOMF4056168>