diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2019-08-10 05:21:58 +0800 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2019-08-10 05:21:58 +0800 |
commit | 57fb9b5e7d64b9ef64414e06c7314b56ee70a04c (patch) | |
tree | 58235e81f64c827ea128c50b7c1a5690829f1b2d /security | |
parent | 586aebc2c2920f855076fe673540de30394d2d9a (diff) | |
download | freebsd-ports-gnome-57fb9b5e7d64b9ef64414e06c7314b56ee70a04c.tar.gz freebsd-ports-gnome-57fb9b5e7d64b9ef64414e06c7314b56ee70a04c.tar.zst freebsd-ports-gnome-57fb9b5e7d64b9ef64414e06c7314b56ee70a04c.zip |
Add vuxml for KDE Frameworks CVE
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index aded00ac2bda..e4a9a8730364 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |