From e4130f672cf47ef54942fc4124cd4b904f21d0a2 Mon Sep 17 00:00:00 2001 From: Hasnain Lakhani Date: Mon, 15 Mar 2021 14:10:34 -0700 Subject: [PATCH] Adding CVE-2021-24029 --- 2021/24xxx/CVE-2021-24029.json | 82 +++++++++++++++++++++++++++++++--- 1 file changed, 76 insertions(+), 6 deletions(-) diff --git a/2021/24xxx/CVE-2021-24029.json b/2021/24xxx/CVE-2021-24029.json index 49835b1bbe8..c131f8adcf6 100644 --- a/2021/24xxx/CVE-2021-24029.json +++ b/2021/24xxx/CVE-2021-24029.json @@ -1,17 +1,87 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "cve-assign@fb.com", + "DATE_ASSIGNED": "2021-03-10", "ID": "CVE-2021-24029", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Facebook", + "product": { + "product_data": [ + { + "product_name": "mvfst", + "version": { + "version_data": [ + { + "version_affected": "!>=", + "version_value": "a67083ff4b8dcbb7ee2839da6338032030d712b0" + }, + { + "version_affected": "<", + "version_value": "a67083ff4b8dcbb7ee2839da6338032030d712b0" + } + ] + } + }, + { + "product_name": "proxygen", + "version": { + "version_data": [ + { + "version_affected": "!>=", + "version_value": "v2021.03.15.00" + }, + { + "version_affected": "<", + "version_value": "v2021.03.15.00" + } + ] + } + } + ] + } + } + ] + } + }, + "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 packet of death scenario is possible in mvfst via a specially crafted message during a QUIC session, which causes a crash via a failed assertion. Per QUIC specification, this particular message should be treated as a connection error. This issue affects mvfst versions prior to commit a67083ff4b8dcbb7ee2839da6338032030d712b0 and proxygen versions prior to v2021.03.15.00." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Reachable Assertion (CWE-617)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://github.com/facebookincubator/mvfst/commit/a67083ff4b8dcbb7ee2839da6338032030d712b0", + "url": "https://github.com/facebookincubator/mvfst/commit/a67083ff4b8dcbb7ee2839da6338032030d712b0" + }, + { + "refsource": "CONFIRM", + "name": "https://www.facebook.com/security/advisories/cve-2021-24029", + "url": "https://www.facebook.com/security/advisories/cve-2021-24029" } ] }