svn commit: r505762 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Wed Jul 3 16:01:05 UTC 2019


Author: mfechner
Date: Wed Jul  3 16:01:03 2019
New Revision: 505762
URL: https://svnweb.freebsd.org/changeset/ports/505762

Log:
  Documented several gitlab security vulnerabilities.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jul  3 15:39:14 2019	(r505761)
+++ head/security/vuxml/vuln.xml	Wed Jul  3 16:01:03 2019	(r505762)
@@ -58,6 +58,54 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="4ea507d1-9da8-11e9-a759-001b217b3468">
+    <topic>Gitlab -- Multiple Vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gitlab-ce</name>
+	<range><ge>12.0.0</ge><lt>12.0.3</lt></range>
+	<range><ge>11.11.0</ge><lt>11.11.5</lt></range>
+	<range><ge>8.3.0</ge><lt>11.10.8</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Gitlab reports:</p>
+	<blockquote cite="https://about.gitlab.com/2019/07/03/security-release-gitlab-12-dot-0-dot-3-released/">
+	  <p>Ability to Write a Note to a Private Snippet</p>
+	  <p>Recent Pipeline Information Disclosed to Unauthorised Users</p>
+	  <p>Resource Exhaustion Attack</p>
+	  <p>Error Caused by Encoded Characters in Comments</p>
+	  <p>Authorization Issues in GraphQL</p>
+	  <p>Number of Merge Requests was Accessible</p>
+	  <p>Enabling One of the Service Templates Could Cause Resource Depletion</p>
+	  <p>Broken Access Control for the Content of Personal Snippets</p>
+	  <p>Decoding Color Codes Caused Resource Depletion</p>
+	  <p>Merge Request Template Name Disclosure</p>
+	  <p>SSRF Vulnerability in Project GitHub Integration</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://about.gitlab.com/2019/07/03/security-release-gitlab-12-dot-0-dot-3-released/</url>
+      <cvename>CVE-2019-13001</cvename>
+      <cvename>CVE-2019-13002</cvename>
+      <cvename>CVE-2019-13003</cvename>
+      <cvename>CVE-2019-13004</cvename>
+      <cvename>CVE-2019-13005</cvename>
+      <cvename>CVE-2019-13006</cvename>
+      <cvename>CVE-2019-13007</cvename>
+      <cvename>CVE-2019-13009</cvename>
+      <cvename>CVE-2019-13010</cvename>
+      <cvename>CVE-2019-13011</cvename>
+      <cvename>CVE-2019-13121</cvename>
+    </references>
+    <dates>
+      <discovery>2019-07-03</discovery>
+      <entry>2019-07-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="3394bc2b-9da4-11e9-951e-14dae9d5a9d2">
     <topic>SDL2_image -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-head mailing list