Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2021 07:50:22 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563788 - head/security/vuxml
Message-ID:  <202102020750.1127oMCD077381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Tue Feb  2 07:50:22 2021
New Revision: 563788
URL: https://svnweb.freebsd.org/changeset/ports/563788

Log:
  Document gitlab-ce vulnerabilities.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Feb  2 07:36:36 2021	(r563787)
+++ head/security/vuxml/vuln.xml	Tue Feb  2 07:50:22 2021	(r563788)
@@ -77,6 +77,41 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="66d1c277-652a-11eb-bb3f-001b217b3468">
+    <topic>Gitlab -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gitlab-ce</name>
+	<range><ge>13.8.0</ge><lt>13.8.2</lt></range>
+	<range><ge>13.7.0</ge><lt>13.7.6</lt></range>
+	<range><ge>11.8</ge><lt>13.6.6</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Gitlab reports:</p>
+	<blockquote cite="https://about.gitlab.com/blog/2021/02/01/security-release-gitlab-13-8-2-released/">;
+	  <p>Stored XSS in merge request</p>
+	  <p>Stored XSS in epic's pages</p>
+	  <p>Sensitive GraphQL variables exposed in structured log</p>
+	  <p>Guest user can see tag names in private projects</p>
+	  <p>Information disclosure via error message</p>
+	  <p>DNS rebinding protection bypass</p>
+	  <p>Validate existence of private project</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://about.gitlab.com/blog/2021/02/01/security-release-gitlab-13-8-2-released/</url>;
+      <cvename>CVE-2021-22172</cvename>
+      <cvename>CVE-2021-22169</cvename>
+    </references>
+    <dates>
+      <discovery>2021-02-01</discovery>
+      <entry>2021-02-02</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="8ec7d426-055d-46bc-8f5a-a9d73a5a71ab">
     <topic>minio -- Server Side Request Forgery</topic>
     <affects>



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