From 5ff0a02685b97a57fa84862913e8c0e52c4df887 Mon Sep 17 00:00:00 2001 From: santosomar Date: Fri, 9 Apr 2021 17:34:06 +0000 Subject: [PATCH 1/3] Adding Cisco CVE-2021-1404 --- 2021/1xxx/CVE-2021-1404.json | 84 +++++++++++++++++++++++++++++++++--- 1 file changed, 77 insertions(+), 7 deletions(-) diff --git a/2021/1xxx/CVE-2021-1404.json b/2021/1xxx/CVE-2021-1404.json index 918768efb50..acc87ec29fe 100644 --- a/2021/1xxx/CVE-2021-1404.json +++ b/2021/1xxx/CVE-2021-1404.json @@ -1,18 +1,88 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@cisco.com", + "DATE_PUBLIC": "2021-04-08T12:08:00.000Z", "ID": "CVE-2021-1404", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Clam AntiVirus (ClamAV) Email Parser Denial of Service Vulnerability" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "ClamAV", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "0.103.1" + } + ] + } + } + ] + }, + "vendor_name": "Cisco" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "A vulnerability in the PDF parsing module in Clam AntiVirus (ClamAV) Software versions 0.103.0 and 0.103.1 could allow an unauthenticated, remote attacker to cause a denial of service condition on an affected device. The vulnerability is due to improper buffer size tracking that may result in a heap buffer over-read. An attacker could exploit this vulnerability by sending a crafted PDF file to an affected device. An exploit could allow the attacker to cause the ClamAV scanning process to crash, resulting in a denial of service condition." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 7.5, + "baseSeverity": "HIGH", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-20 Improper Input Validation" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://blog.clamav.net/2021/04/clamav-01032-security-patch-release.html", + "refsource": "CISCO", + "url": "https://blog.clamav.net/2021/04/clamav-01032-security-patch-release.html" + } + ] + }, + "source": { + "advisory": "https://blog.clamav.net/2021/04/clamav-01032-security-patch-release.html", + "discovery": "UNKNOWN" } -} \ No newline at end of file +} From a402b0acec582e2f55ea718b7ca16d6b737750a6 Mon Sep 17 00:00:00 2001 From: santosomar Date: Fri, 9 Apr 2021 17:35:49 +0000 Subject: [PATCH 2/3] Adding Cisco CVE-2021-1404-update --- 2021/1xxx/CVE-2021-1404.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021/1xxx/CVE-2021-1404.json b/2021/1xxx/CVE-2021-1404.json index acc87ec29fe..9dbe012c161 100644 --- a/2021/1xxx/CVE-2021-1404.json +++ b/2021/1xxx/CVE-2021-1404.json @@ -18,7 +18,7 @@ "version_data": [ { "version_affected": "<", - "version_value": "0.103.1" + "version_value": "0.103.2" } ] } From 7e39c24a94c3346d7e8ae1b7dc47d114de79f1bc Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Sun, 11 Apr 2021 20:13:22 -0400 Subject: [PATCH 3/3] Update CVE-2021-1404.json --- 2021/1xxx/CVE-2021-1404.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/2021/1xxx/CVE-2021-1404.json b/2021/1xxx/CVE-2021-1404.json index acc87ec29fe..beb453d9770 100644 --- a/2021/1xxx/CVE-2021-1404.json +++ b/2021/1xxx/CVE-2021-1404.json @@ -17,7 +17,11 @@ "version": { "version_data": [ { - "version_affected": "<", + "version_affected": "=", + "version_value": "0.103.0" + }, + { + "version_affected": "=", "version_value": "0.103.1" } ]