Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2018 20:47:55 +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: r478494 - head/security/vuxml
Message-ID:  <201808302047.w7UKltjn077696@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Thu Aug 30 20:47:55 2018
New Revision: 478494
URL: https://svnweb.freebsd.org/changeset/ports/478494

Log:
  Document several vulnerabilities for gitlab-ce.
  
  Approved by:	mentors (implicit)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Aug 30 20:44:18 2018	(r478493)
+++ head/security/vuxml/vuln.xml	Thu Aug 30 20:47:55 2018	(r478494)
@@ -58,6 +58,39 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="ffeb25d0-ac94-11e8-ab15-d8cb8abf62dd">
+    <topic>Gitlab -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gitlab-ce</name>
+	<range><ge>11.2.0</ge><lt>11.2.3</lt></range>
+	<range><ge>11.1.0</ge><lt>11.1.6</lt></range>
+	<range><ge>2.7.0</ge><lt>11.0.6</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Gitlab reports:</p>
+	<blockquote cite="https://about.gitlab.com/2018/08/28/security-release-gitlab-11-dot-2-dot-2-released/">;
+	  <p>Persistent XSS in Pipeline Tooltip</p>
+	  <p>GitLab.com GCP Endpoints Exposure</p>
+	  <p>Persistent XSS in Merge Request Changes View</p>
+	  <p>Sensitive Data Disclosure in Sidekiq Logs</p>
+	  <p>Missing CSRF in System Hooks</p>
+	  <p>Orphaned Upload Files Exposure</p>
+	  <p>Missing Authorization Control API Repository Storage</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://about.gitlab.com/2018/08/28/security-release-gitlab-11-dot-2-dot-2-released/</url>;
+    </references>
+    <dates>
+      <discovery>2018-08-28</discovery>
+      <entry>2018-08-30</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="d0be41fe-2a20-4633-b057-4e8b25c41780">
     <topic>bro -- array bounds and potential DOS issues</topic>
     <affects>



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