svn commit: r485432 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Tue Nov 20 15:42:57 UTC 2018


Author: mfechner
Date: Tue Nov 20 15:42:55 2018
New Revision: 485432
URL: https://svnweb.freebsd.org/changeset/ports/485432

Log:
  Document 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	Tue Nov 20 14:33:12 2018	(r485431)
+++ head/security/vuxml/vuln.xml	Tue Nov 20 15:42:55 2018	(r485432)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="d889d32c-ecd9-11e8-9416-001b217b3468">
+    <topic>Gitlab -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gitlab-ce</name>
+	<range><ge>11.4.0</ge><lt>11.4.6</lt></range>
+	<range><ge>8.9.0</ge><lt>11.3.10</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Gitlab reports:</p>
+	<blockquote cite="https://about.gitlab.com/2018/11/19/critical-security-release-gitlab-11-dot-4-dot-6-released/">
+	  <p>Persistent XSS Autocompletion</p>
+	  <p>Unauthorized service template creation</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://about.gitlab.com/2018/11/19/critical-security-release-gitlab-11-dot-4-dot-6-released/</url>
+      <cvename>CVE-2018-18643</cvename>
+      <cvename>CVE-2018-19359</cvename>
+    </references>
+    <dates>
+      <discovery>2018-11-19</discovery>
+      <entry>2018-11-20</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="0aee2f13-ec1d-11e8-8c92-6805ca2fa271">
     <topic>powerdns -- Multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list