svn commit: r489066 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Wed Jan 2 09:03:40 UTC 2019


Author: mfechner
Date: Wed Jan  2 09:03:39 2019
New Revision: 489066
URL: https://svnweb.freebsd.org/changeset/ports/489066

Log:
  Documented several gitlab-ce security vulnerabilities.
  
  Approved by:	mentors (implicit)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jan  2 09:00:25 2019	(r489065)
+++ head/security/vuxml/vuln.xml	Wed Jan  2 09:03:39 2019	(r489066)
@@ -58,6 +58,62 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="b2f4ab91-0e6b-11e9-8700-001b217b3468">
+    <topic>Gitlab -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gitlab-ce</name>
+	<range><ge>11.6.0</ge><lt>11.6.1</lt></range>
+	<range><ge>11.5.0</ge><lt>11.5.6</lt></range>
+	<range><ge>8.0.0</ge><lt>11.4.13</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/31/security-release-gitlab-11-dot-6-dot-1-released/">
+	  <p>Source code disclosure merge request diff</p>
+	  <p>Todos improper access control</p>
+	  <p>URL rel attribute not set</p>
+	  <p>Persistent XSS Autocompletion</p>
+	  <p>SSRF repository mirroring</p>
+	  <p>CI job token LFS error message disclosure</p>
+	  <p>Secret CI variable exposure</p>
+	  <p>Guest user CI job disclosure</p>
+	  <p>Persistent XSS label reference</p>
+	  <p>Persistent XSS wiki in IE browser</p>
+	  <p>SSRF in project imports with LFS</p>
+	  <p>Improper access control CI/CD settings</p>
+	  <p>Missing authorization control merge requests</p>
+	  <p>Improper access control branches and tags</p>
+	  <p>Missing authentication for Prometheus alert endpoint</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://about.gitlab.com/2018/12/31/security-release-gitlab-11-dot-6-dot-1-released/</url>
+      <cvename>CVE-2018-20493</cvename>
+      <cvename>CVE-2018-20492</cvename>
+      <cvename>CVE-2018-20489</cvename>
+      <cvename>CVE-2018-20490</cvename>
+      <cvename>CVE-2018-20497</cvename>
+      <cvename>CVE-2018-20495</cvename>
+      <cvename>CVE-2018-20488</cvename>
+      <cvename>CVE-2018-20494</cvename>
+      <cvename>CVE-2018-20496</cvename>
+      <cvename>CVE-2018-20491</cvename>
+      <cvename>CVE-2018-20499</cvename>
+      <cvename>CVE-2018-20500</cvename>
+      <cvename>CVE-2018-20501</cvename>
+      <cvename>CVE-2018-20498</cvename>
+      <cvename>CVE-2018-20507</cvename>
+    </references>
+    <dates>
+      <discovery>2018-12-31</discovery>
+      <entry>2019-01-02</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="29d34524-0542-11e9-a444-080027fee39c">
     <topic>gitea -- privilege escalation, XSS</topic>
     <affects>


More information about the svn-ports-head mailing list