svn commit: r468819 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Wed May 2 10:39:25 UTC 2018


Author: mfechner
Date: Wed May  2 10:39:24 2018
New Revision: 468819
URL: https://svnweb.freebsd.org/changeset/ports/468819

Log:
  Document vulnerabilities in gitlab for several versions.
  
  Reviewed by:	eugen_grosbein.net, tz (mentor)
  Approved by:	eugen_grosbein.net, tz (mentor)
  Differential Revision:	https://reviews.freebsd.org/D15248

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed May  2 10:27:09 2018	(r468818)
+++ head/security/vuxml/vuln.xml	Wed May  2 10:39:24 2018	(r468819)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="9dfe61c8-4d15-11e8-8f2f-d8cb8abf62dd">
+    <topic>Gitlab -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gitlab</name>
+	<range><ge>10.7.0</ge><lt>10.7.2</lt></range>
+	<range><ge>10.6.0</ge><lt>10.6.5</lt></range>
+	<range><ge>9.5.0</ge><lt>10.5.8</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>GitLab reports:</p>
+	<blockquote cite="https://about.gitlab.com/2018/04/30/security-release-gitlab-10-dot-7-dot-2-released">
+	  <p>Persistent XSS in Move Issue using project namespace</p>
+	  <p>Download Archive allowing unauthorized private repo access</p>
+	  <p>Mattermost Updates</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-10379</cvename>
+      <url>https://about.gitlab.com/2018/04/30/security-release-gitlab-10-dot-7-dot-2-released</url>
+    </references>
+    <dates>
+      <discovery>2018-04-30</discovery>
+      <entry>2018-05-01</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="006bee4e-4c49-11e8-9c32-54ee754af08e">
   <topic>chromium -- vulnerability</topic>
   <affects>


More information about the svn-ports-all mailing list