From owner-svn-ports-all@freebsd.org Tue Sep 11 10:39:06 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 A5B45108C743; Tue, 11 Sep 2018 10:39:06 +0000 (UTC) (envelope-from adridg@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 5C4D37165E; Tue, 11 Sep 2018 10:39:06 +0000 (UTC) (envelope-from adridg@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 52C57169AF; Tue, 11 Sep 2018 10:39:06 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8BAd6Is043652; Tue, 11 Sep 2018 10:39:06 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8BAd6FV043651; Tue, 11 Sep 2018 10:39:06 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201809111039.w8BAd6FV043651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Tue, 11 Sep 2018 10:39:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479521 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 479521 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: Tue, 11 Sep 2018 10:39:06 -0000 Author: adridg Date: Tue Sep 11 10:39:05 2018 New Revision: 479521 URL: https://svnweb.freebsd.org/changeset/ports/479521 Log: The 0.18 release of x11/sddm contains a fix for a security error that allows unlocking a session without a password, if the ReuseSession configuration option is set to true. The default configuration sets it to false. I'm setting the version to < 0.17.0_1 here, because I'm going to update 0.17 with backports rather than pull in 0.18 (there's a lot more work in that update, because of reorganisation upstream and none of our patches apply anymore). PR: 230029 Reported by: doctorwhoguy@gmail.com Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 11 10:35:20 2018 (r479520) +++ head/security/vuxml/vuln.xml Tue Sep 11 10:39:05 2018 (r479521) @@ -58,6 +58,33 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + X11 Session -- SDDM allows unauthorised unlocking + + + sddm + 0.17.0_1 + + + + +

MITRE reports:

+
+

An issue was discovered in SDDM through 0.17.0. If configured with ReuseSession=true, the password is not checked for users with an already existing session. Any user with access to the system D-Bus can therefore unlock any graphical session.

+
+

The default configuration of SDDM on FreeBSD is not affected, since it has ReuseSession=false.

+ +
+ + https://www.suse.com/security/cve/CVE-2018-14345/ + CVE-2018-14345 + + + 2018-08-13 + 2018-09-11 + +
+ mybb -- vulnerabilities