svn commit: r414530 - head/security/vuxml

Jason Unovitch junovitch at FreeBSD.org
Tue May 3 13:27:46 UTC 2016


Author: junovitch
Date: Tue May  3 13:27:45 2016
New Revision: 414530
URL: https://svnweb.freebsd.org/changeset/ports/414530

Log:
  Document gitlab privilege escalation via "impersonate" feature
  
  PR:		209225
  Reported by:	Torsten Zuehlsdorff <ports at toco-domains.de>
  Security:	CVE-2016-4340
  Security:	https://vuxml.FreeBSD.org/freebsd/be72e773-1131-11e6-94fa-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue May  3 13:08:06 2016	(r414529)
+++ head/security/vuxml/vuln.xml	Tue May  3 13:27:45 2016	(r414530)
@@ -58,6 +58,46 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="be72e773-1131-11e6-94fa-002590263bf5">
+    <topic>gitlab -- privilege escalation via "impersonate" feature</topic>
+    <affects>
+      <package>
+	<name>gitlab</name>
+	<range><ge>8.2.0</ge><lt>8.2.5</lt></range>
+	<range><ge>8.3.0</ge><lt>8.3.9</lt></range>
+	<range><ge>8.4.0</ge><lt>8.4.10</lt></range>
+	<range><ge>8.5.0</ge><lt>8.5.12</lt></range>
+	<range><ge>8.6.0</ge><lt>8.6.8</lt></range>
+	<range><ge>8.7.0</ge><lt>8.7.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>SO-AND-SO reports:</p>
+	<blockquote cite="https://about.gitlab.com/2016/05/02/cve-2016-4340-patches/">
+	  <p>During an internal code review, we discovered a critical security
+	    flaw in the "impersonate" feature of GitLab. Added in GitLab 8.2,
+	    this feature was intended to allow an administrator to simulate
+	    being logged in as any other user.</p>
+	  <p>A part of this feature was not properly secured and it was possible
+	    for any authenticated user, administrator or not, to "log in" as any
+	    other user, including administrators. Please see the issue for more
+	    details.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-4340</cvename>
+      <freebsdpr>ports/209225</freebsdpr>
+      <url>https://about.gitlab.com/2016/05/02/cve-2016-4340-patches/</url>
+      <url>https://gitlab.com/gitlab-org/gitlab-ce/issues/15548</url>
+    </references>
+    <dates>
+      <discovery>2016-05-02</discovery>
+      <entry>2016-05-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="5764c634-10d2-11e6-94fa-002590263bf5">
     <topic>php -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list