From owner-svn-ports-head@freebsd.org Tue May 3 13:27:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0CAAB2BC88; Tue, 3 May 2016 13:27:46 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 565B612EB; Tue, 3 May 2016 13:27:46 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u43DRjQ4044887; Tue, 3 May 2016 13:27:45 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43DRjAH044886; Tue, 3 May 2016 13:27:45 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605031327.u43DRjAH044886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 3 May 2016 13:27:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414530 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 13:27:46 -0000 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 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.) --> + + gitlab -- privilege escalation via "impersonate" feature + + + gitlab + 8.2.08.2.5 + 8.3.08.3.9 + 8.4.08.4.10 + 8.5.08.5.12 + 8.6.08.6.8 + 8.7.08.7.1 + + + + +

SO-AND-SO reports:

+
+

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.

+

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.

+
+ +
+ + CVE-2016-4340 + ports/209225 + https://about.gitlab.com/2016/05/02/cve-2016-4340-patches/ + https://gitlab.com/gitlab-org/gitlab-ce/issues/15548 + + + 2016-05-02 + 2016-05-03 + +
+ php -- multiple vulnerabilities