Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2019 21:21:58 +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: r508484 - head/security/vuxml
Message-ID:  <201908092121.x79LLwRN074729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Fri Aug  9 21:21:58 2019
New Revision: 508484
URL: https://svnweb.freebsd.org/changeset/ports/508484

Log:
  Add vuxml for KDE Frameworks CVE

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Aug  9 21:13:56 2019	(r508483)
+++ head/security/vuxml/vuln.xml	Fri Aug  9 21:21:58 2019	(r508484)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="f5f0a640-bae8-11e9-bb3a-001e2a3f778d">
+    <topic>KDE Frameworks -- malicious .desktop files execute code</topic>
+    <affects>
+      <package>
+	<name>kf5-kconfig</name>
+	<range><lt>5.60.0_2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The KDE Community has released a security announcement:</p>
+	<blockquote cite="https://kde.org/info/security/advisory-20190807-1.txt">;
+	  <p>The syntax Key[$e]=$(shell command) in *.desktop files, .directory files, and configuration files
+(typically found in ~/.config) was an intentional feature of KConfig, to allow flexible configuration.
+This could however be abused by malicious people to make the users install such files and get code
+executed even without intentional action by the user.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2019-14744</cvename>
+      <url>https://kde.org/info/security/advisory-20190807-1.txt</url>;
+    </references>
+    <dates>
+      <discovery>2019-08-07</discovery>
+      <entry>2019-08-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="7f7d6412-bae5-11e9-be92-3085a9a95629">
     <topic>doas -- Prevent passing of environment variables</topic>
     <affects>



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