Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2018 09:12:34 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462481 - head/security/vuxml
Message-ID:  <201802210912.w1L9CY62039458@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Feb 21 09:12:34 2018
New Revision: 462481
URL: https://svnweb.freebsd.org/changeset/ports/462481

Log:
  Document GitLab Vulnerability
  
  Security: https://vuxml.FreeBSD.org/freebsd/86291013-16e6-11e8-ae9f-d43d7e971a1b.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Feb 21 09:02:57 2018	(r462480)
+++ head/security/vuxml/vuln.xml	Wed Feb 21 09:12:34 2018	(r462481)
@@ -58,6 +58,55 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="86291013-16e6-11e8-ae9f-d43d7e971a1b">
+    <topic>GitLab -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gitlab</name>
+	<range><ge>6.1.0</ge><le>10.2.7</le></range>
+  <range><ge>10.3.0</ge><le>10.3.6</le></range>
+  <range><ge>10.4.0</ge><le>10.4.2</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>GitLab reports:</p>
+	<blockquote cite="https://about.gitlab.com/2018/02/07/gitlab-security-10-4-3-plus-10-3-7-plus-10-2-8-blog/">;
+    <h1>SnippetFinder information disclosure</h1>
+	  <p>The GitLab SnippetFinder component contained an information disclosure
+	  which allowed access to snippets restricted to Only team members or
+	  configured as disabled. The issue is now resolved in the latest version.</p>
+    <h1>LDAP API authorization issue</h1>
+    <p>An LDAP API endpoint contained an authorization vulnerability which
+    unintentionally disclosed bulk LDAP groups data. This issue is now fixed in
+    the latest release.</p>
+    <h1>Persistent XSS mermaid markdown</h1>
+    <p>The mermaid markdown feature contained a persistent XSS issue that is now
+    resolved in the latest release.</p>
+    <h1>Insecure direct object reference Todo API</h1>
+    <p>The Todo API was vulnerable to an insecure direct object reference issue
+    which resulted in an information disclosure of confidential data.</p>
+    <h1>GitHub import access control issue</h1>
+    <p>An improper access control weakness issue was discovered in the GitHub
+    import feature. The issue allowed an attacker to create projects under other
+    accounts which they shouldn't have access to. The issue is now resolved in
+    the latest version.</p>
+    <h1>Protected variables information disclosure</h1>
+    <p>The CI jobs protected tag feature contained a vulnerability which
+    resulted in an information disclosure of protected variables. The issue is
+    now resolved in the latest release.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://about.gitlab.com/2018/02/07/gitlab-security-10-4-3-plus-10-3-7-plus-10-2-8-blog/</url>;
+    </references>
+    <dates>
+      <discovery>2018-02-07</discovery>
+      <entry>2018-02-21</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="7afc5e56-156d-11e8-95f2-005056925db4">
     <topic>irssi -- multiple vulnerabilities</topic>
     <affects>



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