From adf88dafe7cdc57634d366dd25dc4e2691db5d3b Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 18 Oct 2021 17:01:02 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2018/16xxx/CVE-2018-16060.json | 5 + 2018/16xxx/CVE-2018-16061.json | 5 + 2020/11xxx/CVE-2020-11738.json | 5 + 2021/23xxx/CVE-2021-23449.json | 22 ++-- 2021/29xxx/CVE-2021-29878.json | 220 ++++++++++++++++----------------- 2021/36xxx/CVE-2021-36513.json | 66 +++++++++- 2021/41xxx/CVE-2021-41382.json | 5 + 2021/42xxx/CVE-2021-42055.json | 56 ++++++++- 2021/42xxx/CVE-2021-42693.json | 18 +++ 9 files changed, 271 insertions(+), 131 deletions(-) create mode 100644 2021/42xxx/CVE-2021-42693.json diff --git a/2018/16xxx/CVE-2018-16060.json b/2018/16xxx/CVE-2018-16060.json index 62b7ebf0284..7ad8246bdc7 100644 --- a/2018/16xxx/CVE-2018-16060.json +++ b/2018/16xxx/CVE-2018-16060.json @@ -56,6 +56,11 @@ "url": "https://drive.google.com/open?id=1QMHwTnBbIqrTkR0NEpnTKssYdi8vRsHH", "refsource": "MISC", "name": "https://drive.google.com/open?id=1QMHwTnBbIqrTkR0NEpnTKssYdi8vRsHH" + }, + { + "refsource": "MISC", + "name": "http://packetstormsecurity.com/files/164538/Mitsubishi-Electric-INEA-SmartRTU-Source-Code-Disclosure.html", + "url": "http://packetstormsecurity.com/files/164538/Mitsubishi-Electric-INEA-SmartRTU-Source-Code-Disclosure.html" } ] } diff --git a/2018/16xxx/CVE-2018-16061.json b/2018/16xxx/CVE-2018-16061.json index d3408367e1c..eaaaf841bc0 100644 --- a/2018/16xxx/CVE-2018-16061.json +++ b/2018/16xxx/CVE-2018-16061.json @@ -56,6 +56,11 @@ "url": "https://drive.google.com/open?id=1DEZQqfpIgcflY2cF6O0y7vtlWYe8Wjjv", "refsource": "MISC", "name": "https://drive.google.com/open?id=1DEZQqfpIgcflY2cF6O0y7vtlWYe8Wjjv" + }, + { + "refsource": "MISC", + "name": "http://packetstormsecurity.com/files/164537/Mitsubishi-Electric-INEA-SmartRTU-Cross-Site-Scripting.html", + "url": "http://packetstormsecurity.com/files/164537/Mitsubishi-Electric-INEA-SmartRTU-Cross-Site-Scripting.html" } ] } diff --git a/2020/11xxx/CVE-2020-11738.json b/2020/11xxx/CVE-2020-11738.json index 9bbce97bd05..c9ce8fc7473 100644 --- a/2020/11xxx/CVE-2020-11738.json +++ b/2020/11xxx/CVE-2020-11738.json @@ -66,6 +66,11 @@ "refsource": "MISC", "name": "http://packetstormsecurity.com/files/160621/WordPress-Duplicator-1.3.26-Directory-Traversal-File-Read.html", "url": "http://packetstormsecurity.com/files/160621/WordPress-Duplicator-1.3.26-Directory-Traversal-File-Read.html" + }, + { + "refsource": "MISC", + "name": "http://packetstormsecurity.com/files/164533/WordPress-Duplicator-1.3.26-Arbitrary-File-Read.html", + "url": "http://packetstormsecurity.com/files/164533/WordPress-Duplicator-1.3.26-Arbitrary-File-Read.html" } ] }, diff --git a/2021/23xxx/CVE-2021-23449.json b/2021/23xxx/CVE-2021-23449.json index 1c5057bbfa7..6c97658a7d5 100644 --- a/2021/23xxx/CVE-2021-23449.json +++ b/2021/23xxx/CVE-2021-23449.json @@ -48,20 +48,24 @@ "references": { "reference_data": [ { - "refsource": "CONFIRM", - "url": "https://snyk.io/vuln/SNYK-JS-VM2-1585918" + "refsource": "MISC", + "url": "https://snyk.io/vuln/SNYK-JS-VM2-1585918", + "name": "https://snyk.io/vuln/SNYK-JS-VM2-1585918" }, { - "refsource": "CONFIRM", - "url": "https://github.com/patriksimek/vm2/issues/363" + "refsource": "MISC", + "url": "https://github.com/patriksimek/vm2/issues/363", + "name": "https://github.com/patriksimek/vm2/issues/363" }, { - "refsource": "CONFIRM", - "url": "https://github.com/patriksimek/vm2/commit/b4f6e2bd2c4a1ef52fc4483d8e35f28bc4481886" + "refsource": "MISC", + "url": "https://github.com/patriksimek/vm2/commit/b4f6e2bd2c4a1ef52fc4483d8e35f28bc4481886", + "name": "https://github.com/patriksimek/vm2/commit/b4f6e2bd2c4a1ef52fc4483d8e35f28bc4481886" }, { - "refsource": "CONFIRM", - "url": "https://github.com/patriksimek/vm2/releases/tag/3.9.4" + "refsource": "MISC", + "url": "https://github.com/patriksimek/vm2/releases/tag/3.9.4", + "name": "https://github.com/patriksimek/vm2/releases/tag/3.9.4" } ] }, @@ -69,7 +73,7 @@ "description_data": [ { "lang": "eng", - "value": "This affects the package vm2 before 3.9.4.\n Prototype Pollution attack vector can lead to sandbox escape and execution of arbitrary code on the host machine.\r\n\r\n" + "value": "This affects the package vm2 before 3.9.4. Prototype Pollution attack vector can lead to sandbox escape and execution of arbitrary code on the host machine." } ] }, diff --git a/2021/29xxx/CVE-2021-29878.json b/2021/29xxx/CVE-2021-29878.json index 9bc64a49e76..5ff6245517f 100644 --- a/2021/29xxx/CVE-2021-29878.json +++ b/2021/29xxx/CVE-2021-29878.json @@ -1,114 +1,114 @@ { - "references" : { - "reference_data" : [ - { - "refsource" : "CONFIRM", - "title" : "IBM Security Bulletin 6501949 (Business Automation Workflow)", - "name" : "https://www.ibm.com/support/pages/node/6501949", - "url" : "https://www.ibm.com/support/pages/node/6501949" - }, - { - "refsource" : "XF", - "title" : "X-Force Vulnerability Report", - "name" : "ibm-baw-cve202129878-xss (206581)", - "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/206581" - } - ] - }, - "affects" : { - "vendor" : { - "vendor_data" : [ + "references": { + "reference_data": [ { - "vendor_name" : "IBM", - "product" : { - "product_data" : [ - { - "version" : { - "version_data" : [ - { - "version_value" : "18.0.0.0" - }, - { - "version_value" : "18.0.0.1" - }, - { - "version_value" : "18.0.0.2" - }, - { - "version_value" : "19.0.0.1" - }, - { - "version_value" : "19.0.0.2" - }, - { - "version_value" : "19.0.0.3" - }, - { - "version_value" : "20.0.0.1" - }, - { - "version_value" : "20.0.0.2" - }, - { - "version_value" : "21.0.2" - } - ] - }, - "product_name" : "Business Automation Workflow" - } - ] - } + "refsource": "CONFIRM", + "title": "IBM Security Bulletin 6501949 (Business Automation Workflow)", + "name": "https://www.ibm.com/support/pages/node/6501949", + "url": "https://www.ibm.com/support/pages/node/6501949" + }, + { + "refsource": "XF", + "title": "X-Force Vulnerability Report", + "name": "ibm-baw-cve202129878-xss (206581)", + "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/206581" } - ] - } - }, - "impact" : { - "cvssv3" : { - "TM" : { - "RL" : "O", - "RC" : "C", - "E" : "H" - }, - "BM" : { - "A" : "N", - "UI" : "R", - "PR" : "L", - "I" : "L", - "SCORE" : "5.400", - "S" : "C", - "AV" : "N", - "C" : "L", - "AC" : "L" - } - } - }, - "data_format" : "MITRE", - "data_version" : "4.0", - "problemtype" : { - "problemtype_data" : [ - { - "description" : [ - { - "value" : "Cross-Site Scripting", - "lang" : "eng" - } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "IBM", + "product": { + "product_data": [ + { + "version": { + "version_data": [ + { + "version_value": "18.0.0.0" + }, + { + "version_value": "18.0.0.1" + }, + { + "version_value": "18.0.0.2" + }, + { + "version_value": "19.0.0.1" + }, + { + "version_value": "19.0.0.2" + }, + { + "version_value": "19.0.0.3" + }, + { + "version_value": "20.0.0.1" + }, + { + "version_value": "20.0.0.2" + }, + { + "version_value": "21.0.2" + } + ] + }, + "product_name": "Business Automation Workflow" + } + ] + } + } ] - } - ] - }, - "CVE_data_meta" : { - "ID" : "CVE-2021-29878", - "STATE" : "PUBLIC", - "ASSIGNER" : "psirt@us.ibm.com", - "DATE_PUBLIC" : "2021-10-15T00:00:00" - }, - "description" : { - "description_data" : [ - { - "lang" : "eng", - "value" : "IBM Business Automation Workflow 18.0, 19.0, 20.0, and 21.0 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: 206581." - } - ] - }, - "data_type" : "CVE" -} + } + }, + "impact": { + "cvssv3": { + "TM": { + "RL": "O", + "RC": "C", + "E": "H" + }, + "BM": { + "A": "N", + "UI": "R", + "PR": "L", + "I": "L", + "SCORE": "5.400", + "S": "C", + "AV": "N", + "C": "L", + "AC": "L" + } + } + }, + "data_format": "MITRE", + "data_version": "4.0", + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "value": "Cross-Site Scripting", + "lang": "eng" + } + ] + } + ] + }, + "CVE_data_meta": { + "ID": "CVE-2021-29878", + "STATE": "PUBLIC", + "ASSIGNER": "psirt@us.ibm.com", + "DATE_PUBLIC": "2021-10-15T00:00:00" + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "IBM Business Automation Workflow 18.0, 19.0, 20.0, and 21.0 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: 206581." + } + ] + }, + "data_type": "CVE" +} \ No newline at end of file diff --git a/2021/36xxx/CVE-2021-36513.json b/2021/36xxx/CVE-2021-36513.json index 8ad69c7ea3b..e008e61fdac 100644 --- a/2021/36xxx/CVE-2021-36513.json +++ b/2021/36xxx/CVE-2021-36513.json @@ -1,17 +1,71 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2021-36513", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2021-36513", + "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": "** 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": "An issue was discovered in function sofia_handle_sip_i_notify in sofia.c in SignalWire freeswitch before 1.10.6, may allow attackers to view sensitive information due to an uninitialized value." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://github.com/signalwire/freeswitch/issues/1245", + "url": "https://github.com/signalwire/freeswitch/issues/1245" + }, + { + "refsource": "CONFIRM", + "name": "https://newreleases.io/project/github/signalwire/freeswitch/release/v1.10.6", + "url": "https://newreleases.io/project/github/signalwire/freeswitch/release/v1.10.6" + }, + { + "refsource": "CONFIRM", + "name": "https://github.com/signalwire/freeswitch/releases/tag/v1.10.6", + "url": "https://github.com/signalwire/freeswitch/releases/tag/v1.10.6" } ] } diff --git a/2021/41xxx/CVE-2021-41382.json b/2021/41xxx/CVE-2021-41382.json index b3575a1b483..90ac22b5614 100644 --- a/2021/41xxx/CVE-2021-41382.json +++ b/2021/41xxx/CVE-2021-41382.json @@ -56,6 +56,11 @@ "url": "https://www.plasticscm.com/download/releasenotes/10.0.16.5622", "refsource": "MISC", "name": "https://www.plasticscm.com/download/releasenotes/10.0.16.5622" + }, + { + "refsource": "MISC", + "name": "http://packetstormsecurity.com/files/164531/Plastic-SCM-10.0.16.5622-Insecure-Direct-Object-Reference.html", + "url": "http://packetstormsecurity.com/files/164531/Plastic-SCM-10.0.16.5622-Insecure-Direct-Object-Reference.html" } ] } diff --git a/2021/42xxx/CVE-2021-42055.json b/2021/42xxx/CVE-2021-42055.json index aafbc84d729..ba3378c7325 100644 --- a/2021/42xxx/CVE-2021-42055.json +++ b/2021/42xxx/CVE-2021-42055.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2021-42055", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2021-42055", + "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": "** 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": "ASUSTek ZenBook Pro Due 15 UX582 laptop firmware through 203 has Insecure Permissions that allow attacks by a physically proximate attacker." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.asus.com/Static_WebPage/ASUS-Product-Security-Advisory/", + "refsource": "MISC", + "name": "https://www.asus.com/Static_WebPage/ASUS-Product-Security-Advisory/" } ] } diff --git a/2021/42xxx/CVE-2021-42693.json b/2021/42xxx/CVE-2021-42693.json new file mode 100644 index 00000000000..bcad6529286 --- /dev/null +++ b/2021/42xxx/CVE-2021-42693.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-42693", + "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