From owner-svn-ports-all@freebsd.org Fri Aug 31 23:47:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0B08FCE647; Fri, 31 Aug 2018 23:47:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 582778B983; Fri, 31 Aug 2018 23:47:51 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A98F221F2; Fri, 31 Aug 2018 23:47:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7VNlpMV021796; Fri, 31 Aug 2018 23:47:51 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7VNlo5f021795; Fri, 31 Aug 2018 23:47:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808312347.w7VNlo5f021795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 31 Aug 2018 23:47:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478626 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 478626 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2018 23:47:51 -0000 Author: swills Date: Fri Aug 31 23:47:50 2018 New Revision: 478626 URL: https://svnweb.freebsd.org/changeset/ports/478626 Log: Document grafana issues PR: 231019 PR: 231020 PR: 231021 PR: 231022 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Aug 31 23:44:08 2018 (r478625) +++ head/security/vuxml/vuln.xml Fri Aug 31 23:47:50 2018 (r478626) @@ -58,6 +58,53 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + grafana -- LDAP and OAuth login vulnerability + + + grafana5 + 5.0.05.2.3 + + + grafana4 + 4.0.04.6.4 + + + grafana3 + 3.0.0 + + + grafana2 + 2.0.0 + + + + +

Grafana Labs reports:

+
+

On the 20th of August at 1800 CEST we were contacted about a + potential security issue with the “remember me” cookie Grafana + sets upon login. The issue targeted users without a local Grafana + password (LDAP & OAuth users) and enabled a potential attacker + to generate a valid cookie knowing only a username.

+

All installations which use the Grafana LDAP or OAuth + authentication features must be upgraded as soon as possible. If + you cannot upgrade, you should switch authentication mechanisms + or put additional protections in front of Grafana such as a + reverse proxy.

+
+ +
+ + https://community.grafana.com/t/grafana-5-2-3-and-4-6-4-security-update/10050 + CVE-2018-558213 + + + 2018-08-20 + 2018-08-31 + +
+ Gitlab -- multiple vulnerabilities