svn commit: r500580 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Wed May 1 07:16:47 UTC 2019


Author: mfechner
Date: Wed May  1 07:16:46 2019
New Revision: 500580
URL: https://svnweb.freebsd.org/changeset/ports/500580

Log:
  Documented vulnerability for gitlab.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed May  1 05:40:18 2019	(r500579)
+++ head/security/vuxml/vuln.xml	Wed May  1 07:16:46 2019	(r500580)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="4faac805-6be0-11e9-a685-001b217b3468">
+    <topic>Gitlab -- Information Disclosure</topic>
+    <affects>
+      <package>
+	<name>gitlab-ce</name>
+	<range><ge>11.10.0</ge><lt>11.10.3</lt></range>
+	<range><ge>11.9.0</ge><lt>11.9.11</lt></range>
+	<range><ge>11.8.0</ge><lt>11.8.10</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Gitlab reports:</p>
+	<blockquote cite="https://about.gitlab.com/2019/04/30/security-release-gitlab-11-dot-10-dot-3-released/">
+	  <p>Information Disclosure with Limited Scope Token</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://about.gitlab.com/2019/04/30/security-release-gitlab-11-dot-10-dot-3-released/</url>
+      <cvename>CVE-2019-11605</cvename>
+    </references>
+    <dates>
+      <discovery>2019-04-30</discovery>
+      <entry>2019-05-01</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="3f98ccb3-6b8a-11e9-9b5c-a4badb296695">
     <topic>Dovecot -- Multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-head mailing list