diff --git a/2019/13xxx/CVE-2019-13767.json b/2019/13xxx/CVE-2019-13767.json new file mode 100644 index 00000000000..d1c87a5b08f --- /dev/null +++ b/2019/13xxx/CVE-2019-13767.json @@ -0,0 +1,63 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2019-13767", + "ASSIGNER": "chrome-cve-admin@google.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Google", + "product": { + "product_data": [ + { + "product_name": "Chrome", + "version": { + "version_data": [ + { + "version_value": "79.0.3945.88", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Use after free" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://crbug.com/1031653" + }, + { + "url": "https://chromereleases.googleblog.com/2019/12/stable-channel-update-for-desktop_17.html" + } + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Use after free in media picker in Google Chrome prior to 79.0.3945.88 allowed a remote attacker who had compromised the renderer process to potentially exploit heap corruption via a crafted HTML page." + } + ] + } +} \ No newline at end of file diff --git a/2020/6xxx/CVE-2020-6377.json b/2020/6xxx/CVE-2020-6377.json index 94af76198cc..1d9b96efa34 100644 --- a/2020/6xxx/CVE-2020-6377.json +++ b/2020/6xxx/CVE-2020-6377.json @@ -4,14 +4,59 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-6377", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "chrome-cve-admin@google.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Google", + "product": { + "product_data": [ + { + "product_name": "Chrome", + "version": { + "version_data": [ + { + "version_value": "79.0.3945.117", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Use after free" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://crbug.com/1029462" + }, + { + "url": "https://chromereleases.googleblog.com/2020/01/stable-channel-update-for-desktop.html" + } + ] }, "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": "Use after free in audio in Google Chrome prior to 79.0.3945.117 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page." } ] }