From 72f89b8ef2e798e870804459b50bee06f07e8650 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Fri, 12 Jun 2020 14:01:32 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2020/10xxx/CVE-2020-10732.json | 80 ++++++++++++++- 2020/14xxx/CVE-2020-14054.json | 18 ++++ 2020/4xxx/CVE-2020-4251.json | 180 ++++++++++++++++----------------- 2020/9xxx/CVE-2020-9633.json | 50 ++++++++- 2020/9xxx/CVE-2020-9634.json | 50 ++++++++- 2020/9xxx/CVE-2020-9635.json | 50 ++++++++- 2020/9xxx/CVE-2020-9636.json | 50 ++++++++- 2020/9xxx/CVE-2020-9643.json | 50 ++++++++- 2020/9xxx/CVE-2020-9644.json | 50 ++++++++- 2020/9xxx/CVE-2020-9645.json | 50 ++++++++- 2020/9xxx/CVE-2020-9647.json | 50 ++++++++- 2020/9xxx/CVE-2020-9648.json | 50 ++++++++- 2020/9xxx/CVE-2020-9651.json | 50 ++++++++- 13 files changed, 655 insertions(+), 123 deletions(-) create mode 100644 2020/14xxx/CVE-2020-14054.json diff --git a/2020/10xxx/CVE-2020-10732.json b/2020/10xxx/CVE-2020-10732.json index b5c48b8556e..4bfad613646 100644 --- a/2020/10xxx/CVE-2020-10732.json +++ b/2020/10xxx/CVE-2020-10732.json @@ -4,15 +4,89 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-10732", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "secalert@redhat.com", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Linux kernel", + "product": { + "product_data": [ + { + "product_name": "kernel", + "version": { + "version_data": [ + { + "version_value": "introduced in commit 4206d3aa1978e44f58bfa4e1c9d8d35cbf19c187" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-200" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10732", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10732", + "refsource": "CONFIRM" + }, + { + "url": "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=aca969cacf07f41070d788ce2b8ca71f09d5207d", + "name": "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=aca969cacf07f41070d788ce2b8ca71f09d5207d", + "refsource": "MISC" + }, + { + "url": "https://github.com/ruscur/linux/commit/a95cdec9fa0c08e6eeb410d461c03af8fd1fef0a", + "name": "https://github.com/ruscur/linux/commit/a95cdec9fa0c08e6eeb410d461c03af8fd1fef0a", + "refsource": "MISC" + }, + { + "url": "https://github.com/google/kmsan/issues/76", + "name": "https://github.com/google/kmsan/issues/76", + "refsource": "MISC" + }, + { + "url": "https://twitter.com/grsecurity/status/1252558055629299712", + "name": "https://twitter.com/grsecurity/status/1252558055629299712", + "refsource": "MISC" + } + ] }, "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 flaw was found in the Linux kernel's implementation of Userspace core dumps. This flaw allows an attacker with a local account to crash a trivial program and exfiltrate private kernel data." } ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "3.3/CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", + "version": "3.0" + } + ] + ] } } \ No newline at end of file diff --git a/2020/14xxx/CVE-2020-14054.json b/2020/14xxx/CVE-2020-14054.json new file mode 100644 index 00000000000..6f0db618dba --- /dev/null +++ b/2020/14xxx/CVE-2020-14054.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2020-14054", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2020/4xxx/CVE-2020-4251.json b/2020/4xxx/CVE-2020-4251.json index 7d05d00841e..a879a8e5d5c 100644 --- a/2020/4xxx/CVE-2020-4251.json +++ b/2020/4xxx/CVE-2020-4251.json @@ -1,93 +1,93 @@ { - "description" : { - "description_data" : [ - { - "value" : "IBM API Connect 5.0.0.0 through 5.0.8.8 is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 175489.", - "lang" : "eng" - } - ] - }, - "problemtype" : { - "problemtype_data" : [ - { - "description" : [ - { - "value" : "Cross-Site Scripting", - "lang" : "eng" - } - ] - } - ] - }, - "data_version" : "4.0", - "impact" : { - "cvssv3" : { - "TM" : { - "E" : "H", - "RL" : "O", - "RC" : "C" - }, - "BM" : { - "AC" : "L", - "C" : "L", - "A" : "N", - "S" : "C", - "SCORE" : "5.400", - "I" : "L", - "UI" : "R", - "AV" : "N", - "PR" : "L" - } - } - }, - "data_type" : "CVE", - "data_format" : "MITRE", - "references" : { - "reference_data" : [ - { - "refsource" : "CONFIRM", - "name" : "https://www.ibm.com/support/pages/node/6209125", - "title" : "IBM Security Bulletin 6209125 (API Connect)", - "url" : "https://www.ibm.com/support/pages/node/6209125" - }, - { - "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/175489", - "refsource" : "XF", - "name" : "ibm-api-cve20204251-xss (175489)", - "title" : "X-Force Vulnerability Report" - } - ] - }, - "affects" : { - "vendor" : { - "vendor_data" : [ + "description": { + "description_data": [ { - "product" : { - "product_data" : [ - { - "version" : { - "version_data" : [ - { - "version_value" : "5.0.0.0" - }, - { - "version_value" : "5.0.8.8" - } - ] - }, - "product_name" : "API Connect" - } - ] - }, - "vendor_name" : "IBM" + "value": "IBM API Connect 5.0.0.0 through 5.0.8.8 is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 175489.", + "lang": "eng" } - ] - } - }, - "CVE_data_meta" : { - "ID" : "CVE-2020-4251", - "STATE" : "PUBLIC", - "DATE_PUBLIC" : "2020-06-11T00:00:00", - "ASSIGNER" : "psirt@us.ibm.com" - } -} + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "value": "Cross-Site Scripting", + "lang": "eng" + } + ] + } + ] + }, + "data_version": "4.0", + "impact": { + "cvssv3": { + "TM": { + "E": "H", + "RL": "O", + "RC": "C" + }, + "BM": { + "AC": "L", + "C": "L", + "A": "N", + "S": "C", + "SCORE": "5.400", + "I": "L", + "UI": "R", + "AV": "N", + "PR": "L" + } + } + }, + "data_type": "CVE", + "data_format": "MITRE", + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://www.ibm.com/support/pages/node/6209125", + "title": "IBM Security Bulletin 6209125 (API Connect)", + "url": "https://www.ibm.com/support/pages/node/6209125" + }, + { + "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/175489", + "refsource": "XF", + "name": "ibm-api-cve20204251-xss (175489)", + "title": "X-Force Vulnerability Report" + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "version": { + "version_data": [ + { + "version_value": "5.0.0.0" + }, + { + "version_value": "5.0.8.8" + } + ] + }, + "product_name": "API Connect" + } + ] + }, + "vendor_name": "IBM" + } + ] + } + }, + "CVE_data_meta": { + "ID": "CVE-2020-4251", + "STATE": "PUBLIC", + "DATE_PUBLIC": "2020-06-11T00:00:00", + "ASSIGNER": "psirt@us.ibm.com" + } +} \ No newline at end of file diff --git a/2020/9xxx/CVE-2020-9633.json b/2020/9xxx/CVE-2020-9633.json index 57a9faab07b..aa9b09d3827 100644 --- a/2020/9xxx/CVE-2020-9633.json +++ b/2020/9xxx/CVE-2020-9633.json @@ -3,15 +3,59 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@adobe.com", "ID": "CVE-2020-9633", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Use After Free " + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Adobe Flash Player", + "version": { + "version_data": [ + { + "version_value": "32.0.0.371 and earlier, 32.0.0.371 and earlier, and 32.0.0.330 and earlier versions" + } + ] + } + } + ] + }, + "vendor_name": "Adobe" + } + ] + } + }, + "references": { + "reference_data": [ + { + "name": "https://helpx.adobe.com/security/products/flash-player/apsb20-30.html", + "refsource": "CONFIRM", + "url": "https://helpx.adobe.com/security/products/flash-player/apsb20-30.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": "Adobe Flash Player versions 32.0.0.371 and earlier, 32.0.0.371 and earlier, and 32.0.0.330 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution." } ] } diff --git a/2020/9xxx/CVE-2020-9634.json b/2020/9xxx/CVE-2020-9634.json index f92895f3446..6399aa3127a 100644 --- a/2020/9xxx/CVE-2020-9634.json +++ b/2020/9xxx/CVE-2020-9634.json @@ -3,15 +3,59 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@adobe.com", "ID": "CVE-2020-9634", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Out-of-Bounds Write " + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Adobe Framemaker", + "version": { + "version_data": [ + { + "version_value": "2019.0.5 and below versions" + } + ] + } + } + ] + }, + "vendor_name": "Adobe" + } + ] + } + }, + "references": { + "reference_data": [ + { + "name": "https://helpx.adobe.com/security/products/framemaker/apsb20-32.html", + "refsource": "CONFIRM", + "url": "https://helpx.adobe.com/security/products/framemaker/apsb20-32.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": "Adobe Framemaker versions 2019.0.5 and below have an out-of-bounds write vulnerability. Successful exploitation could lead to arbitrary code execution." } ] } diff --git a/2020/9xxx/CVE-2020-9635.json b/2020/9xxx/CVE-2020-9635.json index ca657fbdae6..ad5daa04e65 100644 --- a/2020/9xxx/CVE-2020-9635.json +++ b/2020/9xxx/CVE-2020-9635.json @@ -3,15 +3,59 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@adobe.com", "ID": "CVE-2020-9635", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Out-of-Bounds Write " + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Adobe Framemaker", + "version": { + "version_data": [ + { + "version_value": "2019.0.5 and below versions" + } + ] + } + } + ] + }, + "vendor_name": "Adobe" + } + ] + } + }, + "references": { + "reference_data": [ + { + "name": "https://helpx.adobe.com/security/products/framemaker/apsb20-32.html", + "refsource": "CONFIRM", + "url": "https://helpx.adobe.com/security/products/framemaker/apsb20-32.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": "Adobe Framemaker versions 2019.0.5 and below have an out-of-bounds write vulnerability. Successful exploitation could lead to arbitrary code execution." } ] } diff --git a/2020/9xxx/CVE-2020-9636.json b/2020/9xxx/CVE-2020-9636.json index 80ef26016c8..b877757b5bd 100644 --- a/2020/9xxx/CVE-2020-9636.json +++ b/2020/9xxx/CVE-2020-9636.json @@ -3,15 +3,59 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@adobe.com", "ID": "CVE-2020-9636", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Memory Corruption " + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Adobe Framemaker", + "version": { + "version_data": [ + { + "version_value": "2019.0.5 and below versions" + } + ] + } + } + ] + }, + "vendor_name": "Adobe" + } + ] + } + }, + "references": { + "reference_data": [ + { + "name": "https://helpx.adobe.com/security/products/framemaker/apsb20-32.html", + "refsource": "CONFIRM", + "url": "https://helpx.adobe.com/security/products/framemaker/apsb20-32.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": "Adobe Framemaker versions 2019.0.5 and below have a memory corruption vulnerability. Successful exploitation could lead to arbitrary code execution." } ] } diff --git a/2020/9xxx/CVE-2020-9643.json b/2020/9xxx/CVE-2020-9643.json index a71c8bd87b9..69e1b9365ee 100644 --- a/2020/9xxx/CVE-2020-9643.json +++ b/2020/9xxx/CVE-2020-9643.json @@ -3,15 +3,59 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@adobe.com", "ID": "CVE-2020-9643", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Server-side request forgery (SSRF)" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Adobe Experience Manager", + "version": { + "version_data": [ + { + "version_value": "6.5 and earlier versions" + } + ] + } + } + ] + }, + "vendor_name": "Adobe" + } + ] + } + }, + "references": { + "reference_data": [ + { + "name": "https://helpx.adobe.com/security/products/experience-manager/apsb20-31.html", + "refsource": "CONFIRM", + "url": "https://helpx.adobe.com/security/products/experience-manager/apsb20-31.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": "Adobe Experience Manager versions 6.5 and earlier have a server-side request forgery (ssrf) vulnerability. Successful exploitation could lead to sensitive information disclosure." } ] } diff --git a/2020/9xxx/CVE-2020-9644.json b/2020/9xxx/CVE-2020-9644.json index 8993d5b61a9..5d40413ce64 100644 --- a/2020/9xxx/CVE-2020-9644.json +++ b/2020/9xxx/CVE-2020-9644.json @@ -3,15 +3,59 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@adobe.com", "ID": "CVE-2020-9644", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Cross-site scripting (stored)" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Adobe Experience Manager", + "version": { + "version_data": [ + { + "version_value": "6.5 and earlier versions" + } + ] + } + } + ] + }, + "vendor_name": "Adobe" + } + ] + } + }, + "references": { + "reference_data": [ + { + "name": "https://helpx.adobe.com/security/products/experience-manager/apsb20-31.html", + "refsource": "CONFIRM", + "url": "https://helpx.adobe.com/security/products/experience-manager/apsb20-31.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": "Adobe Experience Manager versions 6.5 and earlier have a cross-site scripting (stored) vulnerability. Successful exploitation could lead to arbitrary javascript execution in the browser." } ] } diff --git a/2020/9xxx/CVE-2020-9645.json b/2020/9xxx/CVE-2020-9645.json index 8b3859128c9..e3f0221cf14 100644 --- a/2020/9xxx/CVE-2020-9645.json +++ b/2020/9xxx/CVE-2020-9645.json @@ -3,15 +3,59 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@adobe.com", "ID": "CVE-2020-9645", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Blind server-side request forgery (SSRF)" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Adobe Experience Manager", + "version": { + "version_data": [ + { + "version_value": "6.5 and earlier versions" + } + ] + } + } + ] + }, + "vendor_name": "Adobe" + } + ] + } + }, + "references": { + "reference_data": [ + { + "name": "https://helpx.adobe.com/security/products/experience-manager/apsb20-31.html", + "refsource": "CONFIRM", + "url": "https://helpx.adobe.com/security/products/experience-manager/apsb20-31.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": "Adobe Experience Manager versions 6.5 and earlier have a blind server-side request forgery (ssrf) vulnerability. Successful exploitation could lead to sensitive information disclosure." } ] } diff --git a/2020/9xxx/CVE-2020-9647.json b/2020/9xxx/CVE-2020-9647.json index 97c21c2b20a..c9961d3217c 100644 --- a/2020/9xxx/CVE-2020-9647.json +++ b/2020/9xxx/CVE-2020-9647.json @@ -3,15 +3,59 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@adobe.com", "ID": "CVE-2020-9647", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Cross-site scripting (DOM-based)" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Adobe Experience Manager", + "version": { + "version_data": [ + { + "version_value": "6.5 and earlier versions" + } + ] + } + } + ] + }, + "vendor_name": "Adobe" + } + ] + } + }, + "references": { + "reference_data": [ + { + "name": "https://helpx.adobe.com/security/products/experience-manager/apsb20-31.html", + "refsource": "CONFIRM", + "url": "https://helpx.adobe.com/security/products/experience-manager/apsb20-31.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": "Adobe Experience Manager versions 6.5 and earlier have a cross-site scripting (dom-based) vulnerability. Successful exploitation could lead to arbitrary javascript execution in the browser." } ] } diff --git a/2020/9xxx/CVE-2020-9648.json b/2020/9xxx/CVE-2020-9648.json index 82be7c565e4..13c3900ffd5 100644 --- a/2020/9xxx/CVE-2020-9648.json +++ b/2020/9xxx/CVE-2020-9648.json @@ -3,15 +3,59 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@adobe.com", "ID": "CVE-2020-9648", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Cross-site scripting" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Adobe Experience Manager", + "version": { + "version_data": [ + { + "version_value": "6.5 and earlier versions" + } + ] + } + } + ] + }, + "vendor_name": "Adobe" + } + ] + } + }, + "references": { + "reference_data": [ + { + "name": "https://helpx.adobe.com/security/products/experience-manager/apsb20-31.html", + "refsource": "CONFIRM", + "url": "https://helpx.adobe.com/security/products/experience-manager/apsb20-31.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": "Adobe Experience Manager versions 6.5 and earlier have a cross-site scripting vulnerability. Successful exploitation could lead to arbitrary javascript execution in the browser." } ] } diff --git a/2020/9xxx/CVE-2020-9651.json b/2020/9xxx/CVE-2020-9651.json index b5922621774..16e95004a8a 100644 --- a/2020/9xxx/CVE-2020-9651.json +++ b/2020/9xxx/CVE-2020-9651.json @@ -3,15 +3,59 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@adobe.com", "ID": "CVE-2020-9651", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Cross-site scripting (reflected)" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Adobe Experience Manager", + "version": { + "version_data": [ + { + "version_value": "6.5 and earlier versions" + } + ] + } + } + ] + }, + "vendor_name": "Adobe" + } + ] + } + }, + "references": { + "reference_data": [ + { + "name": "https://helpx.adobe.com/security/products/experience-manager/apsb20-31.html", + "refsource": "CONFIRM", + "url": "https://helpx.adobe.com/security/products/experience-manager/apsb20-31.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": "Adobe Experience Manager versions 6.5 and earlier have a cross-site scripting (reflected) vulnerability. Successful exploitation could lead to arbitrary javascript execution in the browser." } ] }