svn commit: r527861 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Fri Mar 6 07:25:44 UTC 2020


Author: mfechner
Date: Fri Mar  6 07:25:43 2020
New Revision: 527861
URL: https://svnweb.freebsd.org/changeset/ports/527861

Log:
  Documment gitlab vulnerabilities.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Mar  6 06:35:14 2020	(r527860)
+++ head/security/vuxml/vuln.xml	Fri Mar  6 07:25:43 2020	(r527861)
@@ -58,6 +58,54 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="62f2182c-5f7a-11ea-abb7-001b217b3468">
+    <topic>Gitlab -- Multiple Vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gitlab-ce</name>
+	<range><ge>12.8.0</ge><lt>12.8.2</lt></range>
+	<range><ge>12.7.0</ge><lt>12.7.7</lt></range>
+	<range><ge>0</ge><lt>12.6.8</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Gitlab reports:</p>
+	<blockquote cite="https://about.gitlab.com/releases/2020/03/04/gitlab-12-dot-8-dot-2-released/">
+	  <p>Directory Traversal to Arbitrary File Read</p>
+	  <p>Account Takeover Through Expired Link</p>
+	  <p>Server Side Request Forgery Through Deprecated Service</p>
+	  <p>Group Two-Factor Authentication Requirement Bypass</p>
+	  <p>Stored XSS in Merge Request Pages</p>
+	  <p>Stored XSS in Merge Request Submission Form</p>
+	  <p>Stored XSS in File View</p>
+	  <p>Stored XSS in Grafana Integration</p>
+	  <p>Contribution Analytics Exposed to Non-members</p>
+	  <p>Incorrect Access Control in Docker Registry via Deploy Tokens</p>
+	  <p>Denial of Service via Permission Checks</p>
+	  <p>Denial of Service in Design For Public Issue</p>
+	  <p>Incorrect Access Control via LFS Import</p>
+	  <p>Unescaped HTML in Header</p>
+	  <p>Private Merge Request Titles Leaked via Widget</p>
+	  <p>Project Namespace Exposed via Vulnerability Feedback Endpoint</p>
+	  <p>Denial of Service Through Recursive Requests</p>
+	  <p>Project Authorization Not Being Updated</p>
+	  <p>Incorrect Permission Level For Group Invites</p>
+	  <p>Disclosure of Private Group Epic Information</p>
+	  <p>User IP Address Exposed via Badge images</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://about.gitlab.com/releases/2020/03/04/gitlab-12-dot-8-dot-2-released/</url>
+      <cvename>CVE-2020-8113</cvename>
+    </references>
+    <dates>
+      <discovery>2020-03-04</discovery>
+      <entry>2020-03-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="591a706b-5cdc-11ea-9a0a-206a8a720317">
     <topic>ntp -- Multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list