svn commit: r497587 - head/security/vuxml
Matthias Fechner
mfechner at FreeBSD.org
Tue Apr 2 20:48:10 UTC 2019
Author: mfechner
Date: Tue Apr 2 20:48:08 2019
New Revision: 497587
URL: https://svnweb.freebsd.org/changeset/ports/497587
Log:
Documented gitlab vulnerability.
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue Apr 2 20:22:34 2019 (r497586)
+++ head/security/vuxml/vuln.xml Tue Apr 2 20:48:08 2019 (r497587)
@@ -58,6 +58,56 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="da459dbc-5586-11e9-abd6-001b217b3468">
+ <topic>Gitlab -- Multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>gitlab-ce</name>
+ <range><ge>11.9.0</ge><lt>11.9.4</lt></range>
+ <range><ge>11.8.0</ge><lt>11.8.6</lt></range>
+ <range><lt>11.7.10</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/01/security-release-gitlab-11-dot-9-dot-4-released/">
+ <p>DoS potential for regex in CI/CD refs</p>
+ <p>Related branches visible in issues for guests</p>
+ <p>Persistent XSS at merge request resolve conflicts</p>
+ <p>Improper authorization control "move issue"</p>
+ <p>Guest users of private projects have access to releases</p>
+ <p>DoS potential on project languages page</p>
+ <p>Recurity assessment: information exposure through timing discrepancy</p>
+ <p>Recurity assessment: loginState HMAC issues</p>
+ <p>Recurity assessment: open redirect</p>
+ <p>PDF.js vulnerable to CVE-2018-5158</p>
+ <p>IDOR labels of private projects/groups</p>
+ <p>EXIF geolocation data not stripped from uploaded images</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://about.gitlab.com/2019/04/01/security-release-gitlab-11-dot-9-dot-4-released/</url>
+ <cvename>CVE-2019-10640</cvename>
+ <cvename>CVE-2019-10116</cvename>
+ <cvename>CVE-2019-10111</cvename>
+ <cvename>CVE-2019-10110</cvename>
+ <cvename>CVE-2019-10115</cvename>
+ <cvename>CVE-2019-10113</cvename>
+ <cvename>CVE-2019-10114</cvename>
+ <cvename>CVE-2019-10112</cvename>
+ <cvename>CVE-2019-10117</cvename>
+ <cvename>CVE-2018-5158</cvename>
+ <cvename>CVE-2019-10108</cvename>
+ <cvename>CVE-2019-10109</cvename>
+ </references>
+ <dates>
+ <discovery>2019-04-01</discovery>
+ <entry>2019-04-02</entry>
+ </dates>
+ </vuln>
+
<vuln vid="cf2105c6-551b-11e9-b95c-b499baebfeaf">
<topic>Apache -- Multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-head
mailing list