svn commit: r500431 - head/security/vuxml
Matthias Fechner
mfechner at FreeBSD.org
Mon Apr 29 20:33:09 UTC 2019
Author: mfechner
Date: Mon Apr 29 20:33:07 2019
New Revision: 500431
URL: https://svnweb.freebsd.org/changeset/ports/500431
Log:
Document gitlab vulnerabilities.
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Mon Apr 29 20:29:03 2019 (r500430)
+++ head/security/vuxml/vuln.xml Mon Apr 29 20:33:07 2019 (r500431)
@@ -58,6 +58,44 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="1138b39e-6abb-11e9-a685-001b217b3468">
+ <topic>Gitlab -- Multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>gitlab-ce</name>
+ <range><ge>11.10.0</ge><lt>11.10.2</lt></range>
+ <range><ge>11.9.0</ge><lt>11.9.10</lt></range>
+ <range><ge>6.0.0</ge><lt>11.8.9</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Gitlab reports:</p>
+ <blockquote cite="https://about.gitlab.com/2019/04/29/security-release-gitlab-11-dot-10-dot-2-released/">
+ <p>Moving an Issue to Private Repo Leaks Project Namespace</p>
+ <p>Notification Emails Sent to Restricted Users</p>
+ <p>Unauthorized Comments on Confidential Issues</p>
+ <p>Merge Request Approval Count Inflation</p>
+ <p>Unsanitized Branch Names on New Merge Request Notification Emails</p>
+ <p>Improper Sanitation of Credentials in Gitaly</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://about.gitlab.com/2019/04/29/security-release-gitlab-11-dot-10-dot-2-released/</url>
+ <cvename>CVE-2019-11545</cvename>
+ <cvename>CVE-2019-11544</cvename>
+ <cvename>CVE-2019-11548</cvename>
+ <cvename>CVE-2019-11546</cvename>
+ <cvename>CVE-2019-11547</cvename>
+ <cvename>CVE-2019-11549</cvename>
+ </references>
+ <dates>
+ <discovery>2019-04-29</discovery>
+ <entry>2019-04-29</entry>
+ </dates>
+ </vuln>
+
<vuln vid="5536ea5f-6814-11e9-a8f7-0050562a4d7b">
<topic>buildbot -- CRLF injection in Buildbot login and logout redirect code</topic>
<affects>
More information about the svn-ports-all
mailing list