svn commit: r488071 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Sat Dec 22 07:42:43 UTC 2018


Author: mfechner
Date: Sat Dec 22 07:42:42 2018
New Revision: 488071
URL: https://svnweb.freebsd.org/changeset/ports/488071

Log:
  Documented security vulnerability for gitlab-ce.
  
  Approved by:	mentors (implicit)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Dec 22 05:50:15 2018	(r488070)
+++ head/security/vuxml/vuln.xml	Sat Dec 22 07:42:42 2018	(r488071)
@@ -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="70b774a8-05bc-11e9-87ad-001b217b3468">
+    <topic>Gitlab -- Arbitrary File read in Gitlab project import</topic>
+    <affects>
+      <package>
+	<name>gitlab-ce</name>
+	<range><ge>11.5.0</ge><lt>11.5.5</lt></range>
+	<range><ge>11.4.0</ge><lt>11.4.12</lt></range>
+	<range><ge>8.9.0</ge><lt>11.3.14</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Gitlab reports:</p>
+	<blockquote cite="https://about.gitlab.com/2018/12/20/critical-security-release-gitlab-11-dot-5-dot-5-released">
+	  <p>Arbitrary File read in Gitlab project import</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://about.gitlab.com/2018/12/20/critical-security-release-gitlab-11-dot-5-dot-5-released/</url>
+      <cvename>CVE-2018-20229</cvename>
+    </references>
+    <dates>
+      <discovery>2018-12-20</discovery>
+      <entry>2018-12-22</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="4f8665d0-0465-11e9-b77a-6cc21735f730">
     <topic>shibboleth-sp -- crashes on malformed date/time content</topic>
     <affects>


More information about the svn-ports-all mailing list