From f21d863378620d30ce9ebbe30cfe511d275a9936 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 12 Feb 2019 11:33:29 -0500 Subject: [PATCH] Adding CVE-2019-6533 content using CNA information provided on 2019-02-05T17:59:20. --- 2019/6xxx/CVE-2019-6533.json | 49 +++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/2019/6xxx/CVE-2019-6533.json b/2019/6xxx/CVE-2019-6533.json index 9a5e10ae7b1..4718d3fb4ef 100644 --- a/2019/6xxx/CVE-2019-6533.json +++ b/2019/6xxx/CVE-2019-6533.json @@ -1,8 +1,32 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "ics-cert@hq.dhs.gov", + "DATE_PUBLIC" : "2019-02-05T00:00:00", "ID" : "CVE-2019-6533", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "PR100088 Modbus gateway", + "version" : { + "version_data" : [ + { + "version_value" : "All versions prior to Release R02 (or Software Version 1.1.13166)" + } + ] + } + } + ] + }, + "vendor_name" : "ICS-CERT" + } + ] + } }, "data_format" : "MITRE", "data_type" : "CVE", @@ -11,7 +35,26 @@ "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" : "Registers used to store Modbus values can be read and written from the web interface without authentication in the PR100088 Modbus gateway versions prior to Release R02 (or Software Version 1.1.13166)." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "MISSING AUTHENTICATION FOR CRITICAL FUNCTION CWE-306" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://ics-cert.us-cert.gov/advisories/ICSA-19-036-05" } ] }