From f7214220b264cd883712cf083d1719d7f675a6ca Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 2 Jul 2018 10:03:10 -0400 Subject: [PATCH] - Synchronized data. --- 2018/13xxx/CVE-2018-13054.json | 67 ++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 2018/13xxx/CVE-2018-13054.json diff --git a/2018/13xxx/CVE-2018-13054.json b/2018/13xxx/CVE-2018-13054.json new file mode 100644 index 00000000000..0b6d1327641 --- /dev/null +++ b/2018/13xxx/CVE-2018-13054.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2018-13054", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "n/a", + "version" : { + "version_data" : [ + { + "version_value" : "n/a" + } + ] + } + } + ] + }, + "vendor_name" : "n/a" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "An issue was discovered in Cinnamon 1.9.2 through 3.8.6. The cinnamon-settings-users.py GUI runs as root and allows configuration of (for example) other users' icon files in _on_face_browse_menuitem_activated and _on_face_menuitem_activated. These icon files are written to the respective user's $HOME/.face location. If an unprivileged user prepares a symlink pointing to an arbitrary location, then this location will be overwritten with the icon content." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://bugzilla.suse.com/show_bug.cgi?id=1083067", + "refsource" : "MISC", + "url" : "https://bugzilla.suse.com/show_bug.cgi?id=1083067" + }, + { + "name" : "https://github.com/linuxmint/Cinnamon/pull/7683", + "refsource" : "MISC", + "url" : "https://github.com/linuxmint/Cinnamon/pull/7683" + } + ] + } +}