svn commit: r496430 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Thu Mar 21 08:15:02 UTC 2019


Author: mfechner
Date: Thu Mar 21 08:15:01 2019
New Revision: 496430
URL: https://svnweb.freebsd.org/changeset/ports/496430

Log:
  Documented gitlab vulnerability.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Mar 21 07:34:13 2019	(r496429)
+++ head/security/vuxml/vuln.xml	Thu Mar 21 08:15:01 2019	(r496430)
@@ -58,6 +58,33 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="e0382fde-4bb0-11e9-adcb-001b217b3468">
+    <topic>Gitlab -- Vulnerability</topic>
+    <affects>
+      <package>
+	<name>gitlab-ce</name>
+	<range><ge>11.8.0</ge><lt>11.8.3</lt></range>
+	<range><lt>11.7.7</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Gitlab reports:</p>
+	<blockquote cite="https://about.gitlab.com/2019/03/20/critical-security-release-gitlab-11-dot-8-dot-3-released/">
+	  <p>Project Runner Token Exposed Through Issues Quick Actions</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://about.gitlab.com/2019/03/20/critical-security-release-gitlab-11-dot-8-dot-3-released/</url>
+      <cvename>CVE-2019-9866</cvename>
+    </references>
+    <dates>
+      <discovery>2019-03-20</discovery>
+      <entry>2019-03-21</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1b6a10e9-4b7b-11e9-9e89-54e1ad3d6335">
     <topic>libXdmcp -- insufficient entropy generating session keys</topic>
     <affects>


More information about the svn-ports-all mailing list