From 5be753a09a896db04af86c771964666d6f769cd0 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 2 Mar 2020 05:01:05 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2019/17xxx/CVE-2019-17026.json | 95 ++++++++++++++++++++++++++++++++++ 2020/6xxx/CVE-2020-6792.json | 56 ++++++++++++++++++-- 2020/6xxx/CVE-2020-6793.json | 56 ++++++++++++++++++-- 2020/6xxx/CVE-2020-6794.json | 56 ++++++++++++++++++-- 2020/6xxx/CVE-2020-6795.json | 56 ++++++++++++++++++-- 2020/6xxx/CVE-2020-6796.json | 65 +++++++++++++++++++++-- 2020/6xxx/CVE-2020-6797.json | 81 +++++++++++++++++++++++++++-- 2020/6xxx/CVE-2020-6798.json | 81 +++++++++++++++++++++++++++-- 2020/6xxx/CVE-2020-6799.json | 65 +++++++++++++++++++++-- 2020/6xxx/CVE-2020-6800.json | 81 +++++++++++++++++++++++++++-- 2020/6xxx/CVE-2020-6801.json | 56 ++++++++++++++++++-- 2020/9xxx/CVE-2020-9549.json | 62 ++++++++++++++++++++++ 12 files changed, 780 insertions(+), 30 deletions(-) create mode 100644 2019/17xxx/CVE-2019-17026.json create mode 100644 2020/9xxx/CVE-2020-9549.json diff --git a/2019/17xxx/CVE-2019-17026.json b/2019/17xxx/CVE-2019-17026.json new file mode 100644 index 00000000000..5a82bcef726 --- /dev/null +++ b/2019/17xxx/CVE-2019-17026.json @@ -0,0 +1,95 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2019-17026", + "ASSIGNER": "security@mozilla.org", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Mozilla", + "product": { + "product_data": [ + { + "product_name": "Firefox ESR", + "version": { + "version_data": [ + { + "version_value": "68.4.1", + "version_affected": "<" + } + ] + } + }, + { + "product_name": "Thunderbird", + "version": { + "version_data": [ + { + "version_value": "68.4.1", + "version_affected": "<" + } + ] + } + }, + { + "product_name": "Firefox", + "version": { + "version_data": [ + { + "version_value": "72.0.1", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "IonMonkey type confusion with StoreElementHole and FallibleStoreElement" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-04/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-04/" + }, + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-03/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-03/" + }, + { + "url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1607443", + "refsource": "MISC", + "name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1607443" + } + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Incorrect alias information in IonMonkey JIT compiler for setting array elements could lead to a type confusion. We are aware of targeted attacks in the wild abusing this flaw. This vulnerability affects Firefox ESR < 68.4.1, Thunderbird < 68.4.1, and Firefox < 72.0.1." + } + ] + } +} \ No newline at end of file diff --git a/2020/6xxx/CVE-2020-6792.json b/2020/6xxx/CVE-2020-6792.json index 3f1fb6947c6..35b6eff0b3e 100644 --- a/2020/6xxx/CVE-2020-6792.json +++ b/2020/6xxx/CVE-2020-6792.json @@ -4,14 +4,64 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-6792", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@mozilla.org", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Mozilla", + "product": { + "product_data": [ + { + "product_name": "Thunderbird", + "version": { + "version_data": [ + { + "version_value": "68.5", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Message ID calculcation was based on uninitialized data" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-07/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-07/" + }, + { + "url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1609607", + "refsource": "MISC", + "name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1609607" + } + ] }, "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": "When deriving an identifier for an email message, uninitialized memory was used in addition to the message contents. This vulnerability affects Thunderbird < 68.5." } ] } diff --git a/2020/6xxx/CVE-2020-6793.json b/2020/6xxx/CVE-2020-6793.json index 45f7ed338de..65bf677f84c 100644 --- a/2020/6xxx/CVE-2020-6793.json +++ b/2020/6xxx/CVE-2020-6793.json @@ -4,14 +4,64 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-6793", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@mozilla.org", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Mozilla", + "product": { + "product_data": [ + { + "product_name": "Thunderbird", + "version": { + "version_data": [ + { + "version_value": "68.5", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Out-of-bounds read when processing certain email messages" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-07/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-07/" + }, + { + "url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1608539", + "refsource": "MISC", + "name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1608539" + } + ] }, "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": "When processing an email message with an ill-formed envelope, Thunderbird could read data from a random memory location. This vulnerability affects Thunderbird < 68.5." } ] } diff --git a/2020/6xxx/CVE-2020-6794.json b/2020/6xxx/CVE-2020-6794.json index 1b6b4c99947..e9150fb7db4 100644 --- a/2020/6xxx/CVE-2020-6794.json +++ b/2020/6xxx/CVE-2020-6794.json @@ -4,14 +4,64 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-6794", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@mozilla.org", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Mozilla", + "product": { + "product_data": [ + { + "product_name": "Thunderbird", + "version": { + "version_data": [ + { + "version_value": "68.5", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Setting a master password post-Thunderbird 52 does not delete unencrypted previously stored passwords" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-07/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-07/" + }, + { + "url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1606619", + "refsource": "MISC", + "name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1606619" + } + ] }, "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": "If a user saved passwords before Thunderbird 60 and then later set a master password, an unencrypted copy of these passwords is still accessible. This is because the older stored password file was not deleted when the data was copied to a new format starting in Thunderbird 60. The new master password is added only on the new file. This could allow the exposure of stored password data outside of user expectations. This vulnerability affects Thunderbird < 68.5." } ] } diff --git a/2020/6xxx/CVE-2020-6795.json b/2020/6xxx/CVE-2020-6795.json index 0b65624f4d9..ed3f865e362 100644 --- a/2020/6xxx/CVE-2020-6795.json +++ b/2020/6xxx/CVE-2020-6795.json @@ -4,14 +4,64 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-6795", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@mozilla.org", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Mozilla", + "product": { + "product_data": [ + { + "product_name": "Thunderbird", + "version": { + "version_data": [ + { + "version_value": "68.5", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Crash processing S/MIME messages with multiple signatures" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-07/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-07/" + }, + { + "url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1611105", + "refsource": "MISC", + "name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1611105" + } + ] }, "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": "When processing a message that contains multiple S/MIME signatures, a bug in the MIME processing code caused a null pointer dereference, leading to an unexploitable crash. This vulnerability affects Thunderbird < 68.5." } ] } diff --git a/2020/6xxx/CVE-2020-6796.json b/2020/6xxx/CVE-2020-6796.json index 3d98dda9e3a..704881974e8 100644 --- a/2020/6xxx/CVE-2020-6796.json +++ b/2020/6xxx/CVE-2020-6796.json @@ -4,14 +4,73 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-6796", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@mozilla.org", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Mozilla", + "product": { + "product_data": [ + { + "product_name": "Firefox", + "version": { + "version_data": [ + { + "version_value": "73", + "version_affected": "<" + }, + { + "version_value": "ESR68.5", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Missing bounds check on shared memory read in the parent process" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-05/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-05/" + }, + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-06/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-06/" + }, + { + "url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1610426", + "refsource": "MISC", + "name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1610426" + } + ] }, "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 content process could have modified shared memory relating to crash reporting information, crash itself, and cause an out-of-bound write. This could have caused memory corruption and a potentially exploitable crash. This vulnerability affects Firefox < 73 and Firefox < ESR68.5." } ] } diff --git a/2020/6xxx/CVE-2020-6797.json b/2020/6xxx/CVE-2020-6797.json index 59b66510b79..e0479bc8095 100644 --- a/2020/6xxx/CVE-2020-6797.json +++ b/2020/6xxx/CVE-2020-6797.json @@ -4,14 +4,89 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-6797", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@mozilla.org", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Mozilla", + "product": { + "product_data": [ + { + "product_name": "Thunderbird", + "version": { + "version_data": [ + { + "version_value": "68.5", + "version_affected": "<" + } + ] + } + }, + { + "product_name": "Firefox", + "version": { + "version_data": [ + { + "version_value": "73", + "version_affected": "<" + }, + { + "version_value": "ESR68.5", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Extensions granted downloads.open permission could open arbitrary applications on Mac OSX" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-05/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-05/" + }, + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-06/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-06/" + }, + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-07/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-07/" + }, + { + "url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1596668", + "refsource": "MISC", + "name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1596668" + } + ] }, "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": "By downloading a file with the .fileloc extension, a semi-privileged extension could launch an arbitrary application on the user's computer. The attacker is restricted as they are unable to download non-quarantined files or supply command line arguments to the application, limiting the impact. Note: this issue only occurs on Mac OSX. Other operating systems are unaffected. This vulnerability affects Thunderbird < 68.5, Firefox < 73, and Firefox < ESR68.5." } ] } diff --git a/2020/6xxx/CVE-2020-6798.json b/2020/6xxx/CVE-2020-6798.json index f82750e3c3a..a8a28e761ef 100644 --- a/2020/6xxx/CVE-2020-6798.json +++ b/2020/6xxx/CVE-2020-6798.json @@ -4,14 +4,89 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-6798", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@mozilla.org", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Mozilla", + "product": { + "product_data": [ + { + "product_name": "Thunderbird", + "version": { + "version_data": [ + { + "version_value": "68.5", + "version_affected": "<" + } + ] + } + }, + { + "product_name": "Firefox", + "version": { + "version_data": [ + { + "version_value": "73", + "version_affected": "<" + }, + { + "version_value": "ESR68.5", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Incorrect parsing of template tag could result in JavaScript injection" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-05/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-05/" + }, + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-06/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-06/" + }, + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-07/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-07/" + }, + { + "url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1602944", + "refsource": "MISC", + "name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1602944" + } + ] }, "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": "If a template tag was used in a select tag, the parser could be confused and allow JavaScript parsing and execution when it should not be allowed. A site that relied on the browser behaving correctly could suffer a cross-site scripting vulnerability as a result. In general, this flaw cannot be exploited through email in the Thunderbird product because scripting is disabled when reading mail, but is potentially a risk in browser or browser-like contexts. This vulnerability affects Thunderbird < 68.5, Firefox < 73, and Firefox < ESR68.5." } ] } diff --git a/2020/6xxx/CVE-2020-6799.json b/2020/6xxx/CVE-2020-6799.json index 09af982ec52..ae37d3eeb8c 100644 --- a/2020/6xxx/CVE-2020-6799.json +++ b/2020/6xxx/CVE-2020-6799.json @@ -4,14 +4,73 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-6799", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@mozilla.org", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Mozilla", + "product": { + "product_data": [ + { + "product_name": "Firefox", + "version": { + "version_data": [ + { + "version_value": "73", + "version_affected": "<" + }, + { + "version_value": "ESR68.5", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Arbitrary code execution when opening pdf links from other applications, when Firefox is configured as default pdf reader" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-05/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-05/" + }, + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-06/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-06/" + }, + { + "url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1606596", + "refsource": "MISC", + "name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1606596" + } + ] }, "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": "Command line arguments could have been injected during Firefox invocation as a shell handler for certain unsupported file types. This required Firefox to be configured as the default handler for a given file type and for a file downloaded to be opened in a third party application that insufficiently sanitized URL data. In that situation, clicking a link in the third party application could have been used to retrieve and execute files whose location was supplied through command line arguments. Note: This issue only affects Windows operating systems and when Firefox is configured as the default handler for non-default filetypes. Other operating systems are unaffected. This vulnerability affects Firefox < 73 and Firefox < ESR68.5." } ] } diff --git a/2020/6xxx/CVE-2020-6800.json b/2020/6xxx/CVE-2020-6800.json index 93afcf77c88..c54bf83a72a 100644 --- a/2020/6xxx/CVE-2020-6800.json +++ b/2020/6xxx/CVE-2020-6800.json @@ -4,14 +4,89 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-6800", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@mozilla.org", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Mozilla", + "product": { + "product_data": [ + { + "product_name": "Thunderbird", + "version": { + "version_data": [ + { + "version_value": "68.5", + "version_affected": "<" + } + ] + } + }, + { + "product_name": "Firefox", + "version": { + "version_data": [ + { + "version_value": "73", + "version_affected": "<" + }, + { + "version_value": "ESR68.5", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Memory safety bugs fixed in Thunderbird 68.5" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-05/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-05/" + }, + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-06/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-06/" + }, + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-07/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-07/" + }, + { + "url": "https://bugzilla.mozilla.org/buglist.cgi?bug_id=1595786%2C1596706%2C1598543%2C1604851%2C1608580%2C1608785%2C1605777", + "refsource": "MISC", + "name": "https://bugzilla.mozilla.org/buglist.cgi?bug_id=1595786%2C1596706%2C1598543%2C1604851%2C1608580%2C1608785%2C1605777" + } + ] }, "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": "Mozilla developers and community members reported memory safety bugs present in Firefox 72 and Firefox ESR 68.4. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. In general, these flaws cannot be exploited through email in the Thunderbird product because scripting is disabled when reading mail, but are potentially risks in browser or browser-like contexts. This vulnerability affects Thunderbird < 68.5, Firefox < 73, and Firefox < ESR68.5." } ] } diff --git a/2020/6xxx/CVE-2020-6801.json b/2020/6xxx/CVE-2020-6801.json index ce4ae0dcafc..2a03a04744f 100644 --- a/2020/6xxx/CVE-2020-6801.json +++ b/2020/6xxx/CVE-2020-6801.json @@ -4,14 +4,64 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-6801", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@mozilla.org", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Mozilla", + "product": { + "product_data": [ + { + "product_name": "Firefox", + "version": { + "version_data": [ + { + "version_value": "73", + "version_affected": "<" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Memory safety bugs fixed in Firefox 73" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.mozilla.org/security/advisories/mfsa2020-05/", + "refsource": "MISC", + "name": "https://www.mozilla.org/security/advisories/mfsa2020-05/" + }, + { + "url": "https://bugzilla.mozilla.org/buglist.cgi?bug_id=1601024%2C1601712%2C1604836%2C1606492", + "refsource": "MISC", + "name": "https://bugzilla.mozilla.org/buglist.cgi?bug_id=1601024%2C1601712%2C1604836%2C1606492" + } + ] }, "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": "Mozilla developers reported memory safety bugs present in Firefox 72. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox < 73." } ] } diff --git a/2020/9xxx/CVE-2020-9549.json b/2020/9xxx/CVE-2020-9549.json new file mode 100644 index 00000000000..dba44d5feab --- /dev/null +++ b/2020/9xxx/CVE-2020-9549.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2020-9549", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "In PDFResurrect 0.12 through 0.19, get_type in pdf.c has an out-of-bounds write via a crafted PDF document." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/enferex/pdfresurrect/issues/8", + "refsource": "MISC", + "name": "https://github.com/enferex/pdfresurrect/issues/8" + } + ] + } +} \ No newline at end of file