From db0e3a482623ed30c3615a9653b8298c9432eff8 Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Tue, 23 May 2023 12:01:36 +0700 Subject: [PATCH] ac10e81c-998e-4425-9d74-b985d9b0254c --- 2023/2xxx/CVE-2023-2845.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/2xxx/CVE-2023-2845.json b/2023/2xxx/CVE-2023-2845.json index 513222f0a64..72887af337c 100644 --- a/2023/2xxx/CVE-2023-2845.json +++ b/2023/2xxx/CVE-2023-2845.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-2845", - "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-2845", + "STATE": "PUBLIC", + "TITLE": "Improper Access Control in cloudexplorer-dev/cloudexplorer-lite" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "cloudexplorer-dev/cloudexplorer-lite", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "v1.1.0" + } + ] + } + } + ] + }, + "vendor_name": "cloudexplorer-dev" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Improper Access Control in GitHub repository cloudexplorer-dev/cloudexplorer-lite prior to v1.1.0." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 8.8, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-284 Improper Access Control" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/ac10e81c-998e-4425-9d74-b985d9b0254c", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/ac10e81c-998e-4425-9d74-b985d9b0254c" + }, + { + "name": "https://github.com/cloudexplorer-dev/cloudexplorer-lite/commit/d9f55a44e579d312977b02317b2020de758b763a", + "refsource": "MISC", + "url": "https://github.com/cloudexplorer-dev/cloudexplorer-lite/commit/d9f55a44e579d312977b02317b2020de758b763a" + } + ] + }, + "source": { + "advisory": "ac10e81c-998e-4425-9d74-b985d9b0254c", + "discovery": "EXTERNAL" + } } \ No newline at end of file