svn commit: r550914 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Fri Oct 2 07:30:48 UTC 2020


Author: mfechner
Date: Fri Oct  2 07:30:37 2020
New Revision: 550914
URL: https://svnweb.freebsd.org/changeset/ports/550914

Log:
  Document gitlab vulnerabilities.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Oct  2 07:30:34 2020	(r550913)
+++ head/security/vuxml/vuln.xml	Fri Oct  2 07:30:37 2020	(r550914)
@@ -58,6 +58,50 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="a3495e61-047f-11eb-86ea-001b217b3468">
+    <topic>Gitlab -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gitlab-ce</name>
+	<range><ge>13.4.0</ge><lt>13.4.2</lt></range>
+	<range><ge>13.3.0</ge><lt>13.3.7</lt></range>
+	<range><ge>7.12</ge><lt>13.2.10</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/10/01/security-release-13-4-2-release/">
+	  <p>Potential Denial Of Service Via Update Release Links API</p>
+	  <p>Insecure Storage of Session Key In Redis</p>
+	  <p>Improper Access Expiration Date Validation</p>
+	  <p>Cross-Site Scripting in Multiple Pages</p>
+	  <p>Unauthorized Users Can View Custom Project Template</p>
+	  <p>Cross-Site Scripting in SVG Image Preview</p>
+	  <p>Incomplete Handling in Account Deletion</p>
+	  <p>Insufficient Rate Limiting at Re-Sending Confirmation Email</p>
+	  <p>Improper Type Check in GraphQL</p>
+	  <p>To-dos Are Not Redacted When Membership Changes</p>
+	  <p>Guest users can modify confidentiality attribute</p>
+	  <p>Command injection on runner host</p>
+	  <p>Insecure Runner Configuration in Kubernetes Environments</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://about.gitlab.com/releases/2020/10/01/security-release-13-4-2-release/</url>
+      <cvename>CVE-2020-13333</cvename>
+      <cvename>CVE-2020-13332</cvename>
+      <cvename>CVE-2020-13335</cvename>
+      <cvename>CVE-2020-13334</cvename>
+      <cvename>CVE-2020-13327</cvename>
+    </references>
+    <dates>
+      <discovery>2020-10-01</discovery>
+      <entry>2020-10-02</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="2eec1e85-faf3-11ea-8ac0-4437e6ad11c4">
     <topic>tt-rss -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list