svn commit: r544267 - head/security/vuxml
Matthias Fechner
mfechner at FreeBSD.org
Thu Aug 6 07:35:38 UTC 2020
Author: mfechner
Date: Thu Aug 6 07:35:37 2020
New Revision: 544267
URL: https://svnweb.freebsd.org/changeset/ports/544267
Log:
Document gitlab-ce vulnerabilities.
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Thu Aug 6 07:26:20 2020 (r544266)
+++ head/security/vuxml/vuln.xml Thu Aug 6 07:35:37 2020 (r544267)
@@ -58,6 +58,51 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="a003b74f-d7b3-11ea-9df1-001b217b3468">
+ <topic>Gitlab -- Multiple Vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>gitlab-ce</name>
+ <range><ge>13.2.0</ge><lt>13.2.3</lt></range>
+ <range><ge>13.1.0</ge><lt>13.1.6</lt></range>
+ <range><ge>0</ge><lt>13.0.12</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Gitlab reports:</p>
+ <blockquote cite="https://about.gitlab.com/releases/2020/08/05/gitlab-13-2-3-released/">
+ <p>Arbitrary File Read when Moving an Issue</p>
+ <p>Memory Exhaustion via Excessive Logging of Invite Email Error</p>
+ <p>Denial of Service Through Project Import Feature</p>
+ <p>User Controlled Git Configuration Settings Resulting in SSRF</p>
+ <p>Stored XSS in Issue Reference Number Tooltip</p>
+ <p>Stored XSS in Issues List via Milestone Title</p>
+ <p>Improper Access Control After Group Transfer</p>
+ <p>Bypass Email Verification Required for OAuth Flow</p>
+ <p>Confusion When Using Hexadecimal Branch Names</p>
+ <p>Insufficient OAuth Revocation</p>
+ <p>Improper Access Control for Project Sharing</p>
+ <p>Stored XSS in Jobs Page</p>
+ <p>Improper Access Control of Applications Page</p>
+ <p>SSRF into Shared Runner</p>
+ <p>Update Kramdown Gem</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://about.gitlab.com/releases/2020/08/05/gitlab-13-2-3-released/</url>
+ <cvename>CVE-2020-10977</cvename>
+ <cvename>CVE-2020-13280</cvename>
+ <cvename>CVE-2020-13281</cvename>
+ <cvename>CVE-2020-14001</cvename>
+ </references>
+ <dates>
+ <discovery>2020-08-05</discovery>
+ <entry>2020-08-06</entry>
+ </dates>
+ </vuln>
+
<vuln vid="8db74c04-d794-11ea-88f8-901b0ef719ab">
<topic>FreeBSD -- sendmsg(2) privilege escalation</topic>
<affects>
More information about the svn-ports-all
mailing list