From 1364eebea285ab56c9ba2bfde56c0c1a0ed01249 Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Sun, 28 May 2023 04:59:58 +0700 Subject: [PATCH] 62de71bd-333d-4593-91a5-534ef7f0c435 --- 2023/2xxx/CVE-2023-2945.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/2xxx/CVE-2023-2945.json b/2023/2xxx/CVE-2023-2945.json index cc3c4ba094c..dc18e747978 100644 --- a/2023/2xxx/CVE-2023-2945.json +++ b/2023/2xxx/CVE-2023-2945.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-2945", - "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-2945", + "STATE": "PUBLIC", + "TITLE": "Missing Authorization in openemr/openemr" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "openemr/openemr", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "7.0.1" + } + ] + } + } + ] + }, + "vendor_name": "openemr" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Missing Authorization in GitHub repository openemr/openemr prior to 7.0.1." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "LOW", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-862 Missing Authorization" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/62de71bd-333d-4593-91a5-534ef7f0c435", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/62de71bd-333d-4593-91a5-534ef7f0c435" + }, + { + "name": "https://github.com/openemr/openemr/commit/3656bc88288957d68ba040cad2e5f9dbd1b607b1", + "refsource": "MISC", + "url": "https://github.com/openemr/openemr/commit/3656bc88288957d68ba040cad2e5f9dbd1b607b1" + } + ] + }, + "source": { + "advisory": "62de71bd-333d-4593-91a5-534ef7f0c435", + "discovery": "EXTERNAL" + } } \ No newline at end of file