Date: Mon, 29 Oct 2018 18:33:06 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483395 - head/security/vuxml Message-ID: <201810291833.w9TIX65v064277@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Mon Oct 29 18:33:06 2018 New Revision: 483395 URL: https://svnweb.freebsd.org/changeset/ports/483395 Log: Documented several security issues with www/gitlab-ce. Approved by: mentors (implicit) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Oct 29 18:24:52 2018 (r483394) +++ head/security/vuxml/vuln.xml Mon Oct 29 18:33:06 2018 (r483395) @@ -58,6 +58,52 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="b9591212-dba7-11e8-9416-001b217b3468"> + <topic>Gitlab -- multiple vulnerabilities</topic> + <affects> + <package> + <name>gitlab-ce</name> + <range><ge>11.4.0</ge><lt>11.4.3</lt></range> + <range><ge>11.3.0</ge><lt>11.3.8</lt></range> + <range><ge>5.3.0</ge><lt>11.2.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/10/29/security-release-gitlab-11-dot-4-dot-3-released/"> + <p>RCE in Gitlab Wiki API</p> + <p>SSRF in Hipchat integration</p> + <p>Cleartext storage of personal access tokens</p> + <p>Information exposure through stack trace error message</p> + <p>Persistent XSS autocomplete</p> + <p>Information exposure in stored browser history</p> + <p>Information exposure when replying to issues through email</p> + <p>Persistent XSS in License Management and Security Reports</p> + <p>Metrics information disclosure in Prometheus integration</p> + <p>Unauthorized changes to a protected branch's access levels</p> + </blockquote> + </body> + </description> + <references> + <url>https://about.gitlab.com/2018/10/29/security-release-gitlab-11-dot-4-dot-3-released/</url> + <cvename>CVE-2018-18649</cvename> + <cvename>CVE-2018-18646</cvename> + <cvename>CVE-2018-18641</cvename> + <cvename>CVE-2018-18648</cvename> + <cvename>CVE-2018-18643</cvename> + <cvename>CVE-2018-18640</cvename> + <cvename>CVE-2018-18645</cvename> + <cvename>CVE-2018-18642</cvename> + <cvename>CVE-2018-18644</cvename> + <cvename>CVE-2018-18647</cvename> + </references> + <dates> + <discovery>2018-10-29</discovery> + <entry>2018-10-29</entry> + </dates> + </vuln> + <vuln vid="238ae7de-dba2-11e8-b713-b499baebfeaf"> <topic>OpenSSL -- Multiple vulnerabilities in 1.1 branch</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810291833.w9TIX65v064277>