svn commit: r475414 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Fri Jul 27 06:51:00 UTC 2018


Author: mfechner
Date: Fri Jul 27 06:50:58 2018
New Revision: 475414
URL: https://svnweb.freebsd.org/changeset/ports/475414

Log:
  Documented 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	Fri Jul 27 05:41:19 2018	(r475413)
+++ head/security/vuxml/vuln.xml	Fri Jul 27 06:50:58 2018	(r475414)
@@ -58,6 +58,44 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="2da838f9-9168-11e8-8c75-d8cb8abf62dd">
+    <topic>Gitlab -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gitlab-ce</name>
+	<range><ge>11.1.0</ge><lt>11.1.2</lt></range>
+	<range><ge>11.0.0</ge><lt>11.0.5</lt></range>
+	<range><ge>2.7.0</ge><lt>10.8.7</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Gitlab reports:</p>
+	<blockquote cite="https://about.gitlab.com/2018/07/26/security-release-gitlab-11-dot-1-dot-2-released/">
+	  <p>Markdown DoS</p>
+	  <p>Information Disclosure Prometheus Metrics</p>
+	  <p>CSRF in System Hooks</p>
+	  <p>Persistent XSS Pipeline Tooltip</p>
+	  <p>Persistent XSS in Branch Name via Web IDE</p>
+	  <p>Persistent XSS in Branch Name via Web IDE</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-14601</cvename>
+      <cvename>CVE-2018-14602</cvename>
+      <cvename>CVE-2018-14603</cvename>
+      <cvename>CVE-2018-14604</cvename>
+      <cvename>CVE-2018-14605</cvename>
+      <cvename>CVE-2018-14606</cvename>
+      <url>https://about.gitlab.com/2018/07/26/security-release-gitlab-11-dot-1-dot-2-released/</url>
+    </references>
+    <dates>
+      <discovery>2018-07-26</discovery>
+      <entry>2018-07-27</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="38fec4bd-90f7-11e8-aafb-1c39475b9f84">
     <topic>Fix a buffer overflow in the tiff reader</topic>
     <affects>


More information about the svn-ports-all mailing list