From 981f41b6bb7bb67fb74da18667e8f9d616d9fd5a Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Fri, 16 Dec 2022 22:01:34 -0800 Subject: [PATCH] 1ac677c4-ec0a-4788-9465-51d9b6bd8fd2 --- 2022/4xxx/CVE-2022-4567.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/4xxx/CVE-2022-4567.json b/2022/4xxx/CVE-2022-4567.json index b2f7cc6e0b9..85b550dc368 100644 --- a/2022/4xxx/CVE-2022-4567.json +++ b/2022/4xxx/CVE-2022-4567.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-4567", - "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-2022-4567", + "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.0.2" + } + ] + } + } + ] + }, + "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.0.2." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 8.1, + "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:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-284 Improper Access Control" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/1ac677c4-ec0a-4788-9465-51d9b6bd8fd2", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/1ac677c4-ec0a-4788-9465-51d9b6bd8fd2" + }, + { + "name": "https://github.com/openemr/openemr/commit/953cb84dfd55fee9d5296668ec7fdb8bf25bcea4", + "refsource": "MISC", + "url": "https://github.com/openemr/openemr/commit/953cb84dfd55fee9d5296668ec7fdb8bf25bcea4" + } + ] + }, + "source": { + "advisory": "1ac677c4-ec0a-4788-9465-51d9b6bd8fd2", + "discovery": "EXTERNAL" + } } \ No newline at end of file