svn commit: r492622 - head/security/vuxml

Tobias C. Berner tcberner at FreeBSD.org
Sun Feb 10 18:02:39 UTC 2019


Author: tcberner
Date: Sun Feb 10 18:02:37 2019
New Revision: 492622
URL: https://svnweb.freebsd.org/changeset/ports/492622

Log:
  Document kf5-kauth vulnerability.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Feb 10 17:59:22 2019	(r492621)
+++ head/security/vuxml/vuln.xml	Sun Feb 10 18:02:37 2019	(r492622)
@@ -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="e8bcac84-2d5c-11e9-9a74-e0d55e2a8bf9">
+    <topic>kf5-kauth -- Insecure handling of arguments in helpers</topic>
+    <affects>
+      <package>
+	<name>kf5-kauth</name>
+	<range><lt>5.54.0_2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Albert Astals Cid  reports:</p>
+	<blockquote cite="https://www.kde.org/info/security/advisory-20190209-1.txt">
+	<p>KAuth allows to pass parameters with arbitrary types to helpers running as root over DBus.</p>
+	<p>Certain types can cause crashes and trigger decoding arbitrary images with dynamically loaded plugin</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.kde.org/info/security/advisory-20190209-1.txt</url>
+      <cvename>CVE-2019-7443</cvename>
+    </references>
+    <dates>
+      <discovery>2019-02-09</discovery>
+      <entry>2019-02-10</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="c95836a0-2b3b-11e9-9838-8c164567ca3c">
     <topic>unit -- heap memory buffer overflow</topic>
     <affects>


More information about the svn-ports-all mailing list