From 5f2b71e8a6acd5fadd245399f9c4c02a9bfd9cbc Mon Sep 17 00:00:00 2001 From: CVE Team Date: Fri, 1 Feb 2019 01:08:07 -0500 Subject: [PATCH] - Synchronized data. --- 2019/7xxx/CVE-2019-7298.json | 62 ++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 2019/7xxx/CVE-2019-7298.json diff --git a/2019/7xxx/CVE-2019-7298.json b/2019/7xxx/CVE-2019-7298.json new file mode 100644 index 00000000000..7f5b3435323 --- /dev/null +++ b/2019/7xxx/CVE-2019-7298.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2019-7298", + "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 on D-Link DIR-823G devices with firmware through 1.02B03. A command Injection vulnerability allows attackers to execute arbitrary OS commands via a crafted /HNAP1 request. This occurs when any HNAP API function triggers a call to the system function with untrusted input from the request body, such as a body of ' /bin/telnetd' for the GetDeviceSettingsset API function. Consequently, an attacker can execute any command remotely when they control this input." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://github.com/leonW7/D-Link/blob/master/Vul_2.md", + "refsource" : "MISC", + "url" : "https://github.com/leonW7/D-Link/blob/master/Vul_2.md" + } + ] + } +}