From 366070041b8f0a35552b5ad6f6463e8c3ecc01cd Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sun, 25 Nov 2018 05:03:54 -0500 Subject: [PATCH] - Synchronized data. --- 2018/19xxx/CVE-2018-19518.json | 88 +++++++++++++++++++++++++++++++++- 1 file changed, 86 insertions(+), 2 deletions(-) diff --git a/2018/19xxx/CVE-2018-19518.json b/2018/19xxx/CVE-2018-19518.json index 7297c674198..c032384f213 100644 --- a/2018/19xxx/CVE-2018-19518.json +++ b/2018/19xxx/CVE-2018-19518.json @@ -2,7 +2,30 @@ "CVE_data_meta" : { "ASSIGNER" : "cve@mitre.org", "ID" : "CVE-2018-19518", - "STATE" : "RESERVED" + "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", @@ -11,7 +34,68 @@ "description_data" : [ { "lang" : "eng", - "value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value" : "University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \"-oProxyCommand\" argument." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://antichat.com/threads/463395/#post-4254681", + "refsource" : "MISC", + "url" : "https://antichat.com/threads/463395/#post-4254681" + }, + { + "name" : "https://bugs.debian.org/913775", + "refsource" : "MISC", + "url" : "https://bugs.debian.org/913775" + }, + { + "name" : "https://bugs.debian.org/913835", + "refsource" : "MISC", + "url" : "https://bugs.debian.org/913835" + }, + { + "name" : "https://bugs.debian.org/913836", + "refsource" : "MISC", + "url" : "https://bugs.debian.org/913836" + }, + { + "name" : "https://bugs.php.net/bug.php?id=76428", + "refsource" : "MISC", + "url" : "https://bugs.php.net/bug.php?id=76428" + }, + { + "name" : "https://bugs.php.net/bug.php?id=77153", + "refsource" : "MISC", + "url" : "https://bugs.php.net/bug.php?id=77153" + }, + { + "name" : "https://bugs.php.net/bug.php?id=77160", + "refsource" : "MISC", + "url" : "https://bugs.php.net/bug.php?id=77160" + }, + { + "name" : "https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php", + "refsource" : "MISC", + "url" : "https://github.com/Bo0oM/PHP_imap_open_exploit/blob/master/exploit.php" + }, + { + "name" : "https://www.openwall.com/lists/oss-security/2018/11/22/3", + "refsource" : "MISC", + "url" : "https://www.openwall.com/lists/oss-security/2018/11/22/3" } ] }