From 825a97b6cec3fe0102fc7abd240b4f749dfe3dec Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Mon, 17 Apr 2023 19:00:29 -0600 Subject: [PATCH] 65096ef9-eafc-49da-b49a-5b88c0203ca6 --- 2023/2xxx/CVE-2023-2138.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/2xxx/CVE-2023-2138.json b/2023/2xxx/CVE-2023-2138.json index d276876e912..1c2190541f9 100644 --- a/2023/2xxx/CVE-2023-2138.json +++ b/2023/2xxx/CVE-2023-2138.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-2138", - "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." - } - ] + "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", + "ID": "CVE-2023-2138", + "STATE": "PUBLIC", + "TITLE": "Use of Hard-coded Credentials in nuxtlabs/github-module" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "nuxtlabs/github-module", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "1.6.2" + } + ] + } + } + ] + }, + "vendor_name": "nuxtlabs" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Use of Hard-coded Credentials in GitHub repository nuxtlabs/github-module prior to 1.6.2." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 10, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-798 Use of Hard-coded Credentials" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/65096ef9-eafc-49da-b49a-5b88c0203ca6", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/65096ef9-eafc-49da-b49a-5b88c0203ca6" + }, + { + "name": "https://github.com/nuxtlabs/github-module/commit/5490c43f729eee60f07920bf88c0aabdc1398b6e", + "refsource": "MISC", + "url": "https://github.com/nuxtlabs/github-module/commit/5490c43f729eee60f07920bf88c0aabdc1398b6e" + } + ] + }, + "source": { + "advisory": "65096ef9-eafc-49da-b49a-5b88c0203ca6", + "discovery": "EXTERNAL" + } } \ No newline at end of file