diff --git a/2021/34xxx/CVE-2021-34432.json b/2021/34xxx/CVE-2021-34432.json index de1fc3fcf42..24541a8e2f3 100644 --- a/2021/34xxx/CVE-2021-34432.json +++ b/2021/34xxx/CVE-2021-34432.json @@ -4,15 +4,60 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2021-34432", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@eclipse.org", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "The Eclipse Foundation", + "product": { + "product_data": [ + { + "product_name": "Eclipse Mosquitto", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_value": "2.07" + } + ] + } + } + ] + } + } + ] + } }, "description": { "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": "In Eclipse Mosquitto versions 2.07 and earlier, the server will crash if the client tries to send a PUBLISH packet with topic length = 0." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-20: Improper Input Validation" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=574141", + "refsource": "CONFIRM", + "url": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=574141" } ] } -} \ No newline at end of file +}