svn commit: r466712 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Sat Apr 7 09:17:54 UTC 2018


Author: mfechner
Date: Sat Apr  7 09:17:53 2018
New Revision: 466712
URL: https://svnweb.freebsd.org/changeset/ports/466712

Log:
  Added information about security problems with port www/gitlab.
  
  Reviewed by:	swills (mentor)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14974

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Apr  7 09:11:44 2018	(r466711)
+++ head/security/vuxml/vuln.xml	Sat Apr  7 09:17:53 2018	(r466712)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="085a087b-3897-11e8-ac53-d8cb8abf62dd">
+    <topic>Gitlab -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+       <name>gitlab</name>
+       <range><ge>10.6.0</ge><lt>10.6.3</lt></range>
+       <range><ge>10.5.0</ge><lt>10.5.7</lt></range>
+       <range><ge>8.6</ge><lt>10.4.7</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/04/security-release-gitlab-10-dot-6-dot-3-released/">
+	<p>Confidential issue comments in Slack, Mattermost, and webhook integrations.</p>
+	<p>Persistent XSS in milestones data-milestone-id.</p>
+	<p>Persistent XSS in filename of merge request.</p>
+       </blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://about.gitlab.com/2018/04/04/security-release-gitlab-10-dot-6-dot-3-released/</url>
+    </references>
+    <dates>
+      <discovery>2018-04-04</discovery>
+      <entry>2018-04-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="c0c5afef-38db-11e8-8b7f-a4badb2f469b">
     <topic>FreeBSD -- ipsec crash or denial of service</topic>
     <affects>


More information about the svn-ports-head mailing list