From 7401534d4675eb8c2c80e58e1a40c41bacc836dc Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Fri, 12 May 2023 14:23:50 +0700 Subject: [PATCH] af73e913-730c-4245-88ce-26fc908d3644 --- 2023/2xxx/CVE-2023-2674.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/2xxx/CVE-2023-2674.json b/2023/2xxx/CVE-2023-2674.json index a93372bdbf7..fbbb430eec7 100644 --- a/2023/2xxx/CVE-2023-2674.json +++ b/2023/2xxx/CVE-2023-2674.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-2674", - "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-2674", + "STATE": "PUBLIC", + "TITLE": "Improper Access Control 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": "Improper Access Control in GitHub repository openemr/openemr prior to 7.0.1." + } + ] + }, + "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/af73e913-730c-4245-88ce-26fc908d3644", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/af73e913-730c-4245-88ce-26fc908d3644" + }, + { + "name": "https://github.com/openemr/openemr/commit/bb4244c83a74628faafabc0598366f49863914a9", + "refsource": "MISC", + "url": "https://github.com/openemr/openemr/commit/bb4244c83a74628faafabc0598366f49863914a9" + } + ] + }, + "source": { + "advisory": "af73e913-730c-4245-88ce-26fc908d3644", + "discovery": "EXTERNAL" + } } \ No newline at end of file