Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2018 10:39:06 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479521 - head/security/vuxml
Message-ID:  <201809111039.w8BAd6FV043651@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="f00acdec-b59f-11e8-805d-001e2a3f778d">
+    <topic>X11 Session -- SDDM allows unauthorised unlocking</topic>
+    <affects>
+      <package>
+	<name>sddm</name>
+	<range><lt>0.17.0_1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>MITRE reports:</p>
+	<blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2018-14345">;
+	<p>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.</p>
+	</blockquote>
+	<p>The default configuration of SDDM on FreeBSD is not affected, since it has ReuseSession=false.</p>
+      </body>
+    </description>
+    <references>
+      <url>https://www.suse.com/security/cve/CVE-2018-14345/</url>;
+      <cvename>CVE-2018-14345</cvename>
+    </references>
+    <dates>
+      <discovery>2018-08-13</discovery>
+      <entry>2018-09-11</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="db2acdac-b5a7-11e8-8f6f-00e04c1ea73d">
     <topic>mybb -- vulnerabilities</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809111039.w8BAd6FV043651>