From 62d10d8ca8813481e3d8866fe3dc7714e20f12c5 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 13 Sep 2023 19:00:33 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2023/3xxx/CVE-2023-3588.json | 141 ++++++++++++++++++++++++++++++++- 2023/42xxx/CVE-2023-42469.json | 71 +++++++++++++++-- 2023/4xxx/CVE-2023-4950.json | 18 +++++ 3 files changed, 220 insertions(+), 10 deletions(-) create mode 100644 2023/4xxx/CVE-2023-4950.json diff --git a/2023/3xxx/CVE-2023-3588.json b/2023/3xxx/CVE-2023-3588.json index 9ce8a29f36a..c16b83d278e 100644 --- a/2023/3xxx/CVE-2023-3588.json +++ b/2023/3xxx/CVE-2023-3588.json @@ -1,17 +1,150 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-3588", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "3DS.Information-Security@3ds.com", + "STATE": "PUBLIC" }, "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 stored Cross-site Scripting (XSS) vulnerability affecting Teamwork Cloud from No Magic Release 2021x through No Magic Release 2022x allows an attacker to execute arbitrary script code." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", + "cweId": "CWE-79" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Dassault Syst\u00e8mes", + "product": { + "product_data": [ + { + "product_name": "Teamwork Cloud - Business Edition", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "No Magic Release 2021x Golden", + "version_value": "No Magic Release 2021x Refresh2" + }, + { + "version_affected": "<=", + "version_name": "No Magic Release 2022x Golden", + "version_value": "No Magic Release 2022x Refresh2" + } + ] + } + }, + { + "product_name": "Teamwork Cloud - Enterprise Edition", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "No Magic Release 2021x Golden", + "version_value": "No Magic Release 2021x Refresh2" + }, + { + "version_affected": "<=", + "version_name": "No Magic Release 2022x Golden", + "version_value": "No Magic Release 2022x Refresh2" + } + ] + } + }, + { + "product_name": "Teamwork Cloud - Business Pro Edition", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "No Magic Release 2021x Golden", + "version_value": "No Magic Release 2021x Refresh2" + }, + { + "version_affected": "<=", + "version_name": "No Magic Release 2022x Golden", + "version_value": "No Magic Release 2022x Refresh2" + } + ] + } + }, + { + "product_name": "Teamwork Cloud - Standard Edition", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "No Magic Release 2021x Golden", + "version_value": "No Magic Release 2021x Refresh2" + }, + { + "version_affected": "<=", + "version_name": "No Magic Release 2022x Golden", + "version_value": "No Magic Release 2022x Refresh2" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.3ds.com/vulnerability/advisories", + "refsource": "MISC", + "name": "https://www.3ds.com/vulnerability/advisories" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.1.0-dev" + }, + "source": { + "discovery": "EXTERNAL" + }, + "credits": [ + { + "lang": "en", + "value": "Johannes R\u00fcckert from mgm security partners GmbH" + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "LOW", + "userInteraction": "REQUIRED", + "scope": "CHANGED", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "availabilityImpact": "NONE", + "baseSeverity": "HIGH", + "baseScore": 5.4, + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ] } diff --git a/2023/42xxx/CVE-2023-42469.json b/2023/42xxx/CVE-2023-42469.json index 299ece03e63..e5240148c49 100644 --- a/2023/42xxx/CVE-2023-42469.json +++ b/2023/42xxx/CVE-2023-42469.json @@ -1,17 +1,76 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-42469", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-42469", + "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": "The com.full.dialer.top.secure.encrypted application through 1.0.1 for Android enables any installed application (with no permissions) to place phone calls without user interaction by sending a crafted intent via the com.full.dialer.top.secure.encrypted.activities.DialerActivity component." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/actuator/com.full.dialer.top.secure.encrypted", + "refsource": "MISC", + "name": "https://github.com/actuator/com.full.dialer.top.secure.encrypted" + }, + { + "url": "https://github.com/actuator/com.full.dialer.top.secure.encrypted/blob/main/poc.apk", + "refsource": "MISC", + "name": "https://github.com/actuator/com.full.dialer.top.secure.encrypted/blob/main/poc.apk" + }, + { + "url": "https://github.com/actuator/com.full.dialer.top.secure.encrypted/blob/main/dial.gif", + "refsource": "MISC", + "name": "https://github.com/actuator/com.full.dialer.top.secure.encrypted/blob/main/dial.gif" + }, + { + "refsource": "MISC", + "name": "https://github.com/actuator/cve/blob/main/CVE-2023-42469", + "url": "https://github.com/actuator/cve/blob/main/CVE-2023-42469" } ] } diff --git a/2023/4xxx/CVE-2023-4950.json b/2023/4xxx/CVE-2023-4950.json new file mode 100644 index 00000000000..56388859c1f --- /dev/null +++ b/2023/4xxx/CVE-2023-4950.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-4950", + "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