Date: Tue, 3 May 2016 13:27:45 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414530 - head/security/vuxml Message-ID: <201605031327.u43DRjAH044886@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Tue May 3 13:27:45 2016 New Revision: 414530 URL: https://svnweb.freebsd.org/changeset/ports/414530 Log: Document gitlab privilege escalation via "impersonate" feature PR: 209225 Reported by: Torsten Zuehlsdorff <ports@toco-domains.de> Security: CVE-2016-4340 Security: https://vuxml.FreeBSD.org/freebsd/be72e773-1131-11e6-94fa-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue May 3 13:08:06 2016 (r414529) +++ head/security/vuxml/vuln.xml Tue May 3 13:27:45 2016 (r414530) @@ -58,6 +58,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="be72e773-1131-11e6-94fa-002590263bf5"> + <topic>gitlab -- privilege escalation via "impersonate" feature</topic> + <affects> + <package> + <name>gitlab</name> + <range><ge>8.2.0</ge><lt>8.2.5</lt></range> + <range><ge>8.3.0</ge><lt>8.3.9</lt></range> + <range><ge>8.4.0</ge><lt>8.4.10</lt></range> + <range><ge>8.5.0</ge><lt>8.5.12</lt></range> + <range><ge>8.6.0</ge><lt>8.6.8</lt></range> + <range><ge>8.7.0</ge><lt>8.7.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>SO-AND-SO reports:</p> + <blockquote cite="https://about.gitlab.com/2016/05/02/cve-2016-4340-patches/"> + <p>During an internal code review, we discovered a critical security + flaw in the "impersonate" feature of GitLab. Added in GitLab 8.2, + this feature was intended to allow an administrator to simulate + being logged in as any other user.</p> + <p>A part of this feature was not properly secured and it was possible + for any authenticated user, administrator or not, to "log in" as any + other user, including administrators. Please see the issue for more + details.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-4340</cvename> + <freebsdpr>ports/209225</freebsdpr> + <url>https://about.gitlab.com/2016/05/02/cve-2016-4340-patches/</url> + <url>https://gitlab.com/gitlab-org/gitlab-ce/issues/15548</url> + </references> + <dates> + <discovery>2016-05-02</discovery> + <entry>2016-05-03</entry> + </dates> + </vuln> + <vuln vid="5764c634-10d2-11e6-94fa-002590263bf5"> <topic>php -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605031327.u43DRjAH044886>