From 1a6e84e254f221549b75a7808be0902dcc9724e9 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 15 Nov 2023 21:00:33 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2023/22xxx/CVE-2023-22818.json | 85 +++++++++++++++++++++++++-- 2023/39xxx/CVE-2023-39226.json | 18 ++++++ 2023/46xxx/CVE-2023-46690.json | 18 ++++++ 2023/47xxx/CVE-2023-47207.json | 18 ++++++ 2023/47xxx/CVE-2023-47279.json | 18 ++++++ 2023/47xxx/CVE-2023-47638.json | 8 +-- 2023/48xxx/CVE-2023-48224.json | 86 +++++++++++++++++++++++++-- 2023/5xxx/CVE-2023-5217.json | 5 ++ 2023/6xxx/CVE-2023-6105.json | 103 +++++++++++++++++++++++++++++++-- 2023/6xxx/CVE-2023-6167.json | 18 ++++++ 10 files changed, 361 insertions(+), 16 deletions(-) create mode 100644 2023/39xxx/CVE-2023-39226.json create mode 100644 2023/46xxx/CVE-2023-46690.json create mode 100644 2023/47xxx/CVE-2023-47207.json create mode 100644 2023/47xxx/CVE-2023-47279.json create mode 100644 2023/6xxx/CVE-2023-6167.json diff --git a/2023/22xxx/CVE-2023-22818.json b/2023/22xxx/CVE-2023-22818.json index aaacd1d6ff1..22d0049cef7 100644 --- a/2023/22xxx/CVE-2023-22818.json +++ b/2023/22xxx/CVE-2023-22818.json @@ -1,17 +1,94 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-22818", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "psirt@wdc.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": "Multiple DLL Search Order Hijack vulnerabilities were addressed in the SanDisk Security Installer for\nWindows that could allow attackers with local access to execute arbitrary code by executing the installer\nin the same folder as the malicious DLL.\u00a0This can lead to the execution of arbitrary\ncode with the privileges of the vulnerable application or obtain a certain level of persistence\non the compromised host.\u00a0" + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-427 Uncontrolled Search Path Element", + "cweId": "CWE-427" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "SanDisk", + "product": { + "product_data": [ + { + "product_name": "SanDisk Security Installer for Windows", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "0", + "version_value": "1.0.0.25" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.westerndigital.com/support/product-security/wdc-23013-sandisk-security-installer-for-windows-1-0-0-25", + "refsource": "MISC", + "name": "https://www.westerndigital.com/support/product-security/wdc-23013-sandisk-security-installer-for-windows-1-0-0-25" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.1.0-dev" + }, + "source": { + "discovery": "EXTERNAL" + }, + "credits": [ + { + "lang": "en", + "value": "Western Digital would like to thank Alexander Huaman Jaimes for reporting this issue" + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 7.3, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", + "version": "3.1" } ] } diff --git a/2023/39xxx/CVE-2023-39226.json b/2023/39xxx/CVE-2023-39226.json new file mode 100644 index 00000000000..5e73e3b93ce --- /dev/null +++ b/2023/39xxx/CVE-2023-39226.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-39226", + "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/2023/46xxx/CVE-2023-46690.json b/2023/46xxx/CVE-2023-46690.json new file mode 100644 index 00000000000..2bbce86c28c --- /dev/null +++ b/2023/46xxx/CVE-2023-46690.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-46690", + "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/2023/47xxx/CVE-2023-47207.json b/2023/47xxx/CVE-2023-47207.json new file mode 100644 index 00000000000..65553d8f7d6 --- /dev/null +++ b/2023/47xxx/CVE-2023-47207.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-47207", + "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/2023/47xxx/CVE-2023-47279.json b/2023/47xxx/CVE-2023-47279.json new file mode 100644 index 00000000000..f249bca0451 --- /dev/null +++ b/2023/47xxx/CVE-2023-47279.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-47279", + "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/2023/47xxx/CVE-2023-47638.json b/2023/47xxx/CVE-2023-47638.json index 0e032b65331..8324dca38c4 100644 --- a/2023/47xxx/CVE-2023-47638.json +++ b/2023/47xxx/CVE-2023-47638.json @@ -1,17 +1,17 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-47638", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security-advisories@github.com", + "STATE": "REJECT" }, "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": "** REJECT ** Confirm reference is not public." } ] } diff --git a/2023/48xxx/CVE-2023-48224.json b/2023/48xxx/CVE-2023-48224.json index c6b53ccf89d..74ffda4dc04 100644 --- a/2023/48xxx/CVE-2023-48224.json +++ b/2023/48xxx/CVE-2023-48224.json @@ -1,17 +1,95 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-48224", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security-advisories@github.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": "Fides is an open-source privacy engineering platform for managing the fulfillment of data privacy requests in a runtime environment, and the enforcement of privacy regulations in code. The Fides Privacy Center allows data subject users to submit privacy and consent requests to data controller users of the Fides web application. Privacy requests allow data subjects to submit a request to access all person data held by the data controller, or delete/erase it. Consent request allows data subject users to modify their privacy preferences for how the data controller uses their personal data e.g. data sales and sharing consent opt-in/opt-out. If `subject_identity_verification_required` in the `[execution]` section of `fides.toml` or the env var `FIDES__EXECUTION__SUBJECT_IDENTITY_VERIFICATION_REQUIRED` is set to `True` on the fides webserver backend, data subjects are sent a one-time code to their email address or phone number, depending on messaging configuration, and the one-time code must be entered in the Privacy Center UI by the data subject before the privacy or consent request is submitted. It was identified that the one-time code values for these requests were generated by the python `random` module, a cryptographically weak pseduo-random number generator (PNRG). If an attacker generates several hundred consecutive one-time codes, this vulnerability allows the attacker to predict all future one-time code values during the lifetime of the backend python process. There is no security impact on data access requests as the personal data download package is not shared in the Privacy Center itself. However, this vulnerability allows an attacker to (i) submit a verified data erasure request, resulting in deletion of data for the targeted user and (ii) submit a verified consent request, modifying a user's privacy preferences. The vulnerability has been patched in Fides version `2.24.0`. Users are advised to upgrade to this version or later to secure their systems against this threat. There are no known workarounds for this vulnerability." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-338: Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)", + "cweId": "CWE-338" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "ethyca", + "product": { + "product_data": [ + { + "product_name": "fides", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "< 2.24.0" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/ethyca/fides/security/advisories/GHSA-82vr-5769-6358", + "refsource": "MISC", + "name": "https://github.com/ethyca/fides/security/advisories/GHSA-82vr-5769-6358" + }, + { + "url": "https://github.com/ethyca/fides/commit/685bae61c203d29ed189f4b066a5223a9bb774c6", + "refsource": "MISC", + "name": "https://github.com/ethyca/fides/commit/685bae61c203d29ed189f4b066a5223a9bb774c6" + }, + { + "url": "https://peps.python.org/pep-0506/", + "refsource": "MISC", + "name": "https://peps.python.org/pep-0506/" + } + ] + }, + "source": { + "advisory": "GHSA-82vr-5769-6358", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 8.2, + "baseSeverity": "HIGH", + "confidentialityImpact": "NONE", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H", + "version": "3.1" } ] } diff --git a/2023/5xxx/CVE-2023-5217.json b/2023/5xxx/CVE-2023-5217.json index 5c8bad63290..e2b10128ecc 100644 --- a/2023/5xxx/CVE-2023-5217.json +++ b/2023/5xxx/CVE-2023-5217.json @@ -306,6 +306,11 @@ "refsource": "MISC", "name": "https://lists.debian.org/debian-lts-announce/2023/10/msg00015.html" }, + { + "url": "https://support.apple.com/kb/HT213972", + "refsource": "MISC", + "name": "https://support.apple.com/kb/HT213972" + }, { "url": "http://seclists.org/fulldisclosure/2023/Oct/16", "refsource": "MISC", diff --git a/2023/6xxx/CVE-2023-6105.json b/2023/6xxx/CVE-2023-6105.json index bd053e63ab7..ec2d697901d 100644 --- a/2023/6xxx/CVE-2023-6105.json +++ b/2023/6xxx/CVE-2023-6105.json @@ -1,17 +1,112 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-6105", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "vulnreport@tenable.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": "An information disclosure vulnerability exists in multiple ManageEngine products that can result in encryption keys being exposed. A low-privileged OS user with access to the host where an affected ManageEngine product is installed can view and use the exposed key to decrypt product database passwords. This allows the user to access the ManageEngine product database.\n" + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-200 Exposure of Sensitive Information to an Unauthorized Actor", + "cweId": "CWE-200" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "ManageEngine", + "product": { + "product_data": [ + { + "product_name": "Service Desk Plus", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "0", + "version_value": "14304" + } + ] + } + }, + { + "product_name": "Asset Explorer", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "0", + "version_value": "7004" + } + ] + } + }, + { + "product_name": "Access Manager Plus", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "0", + "version_value": "14304" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.tenable.com/security/research/tra-2023-35", + "refsource": "MISC", + "name": "https://www.tenable.com/security/research/tra-2023-35" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.1.0-dev" + }, + "source": { + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "NONE", + "baseScore": 5.5, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", + "version": "3.1" } ] } diff --git a/2023/6xxx/CVE-2023-6167.json b/2023/6xxx/CVE-2023-6167.json new file mode 100644 index 00000000000..edc65ef7279 --- /dev/null +++ b/2023/6xxx/CVE-2023-6167.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-6167", + "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