From e8ddb9e4893a53ecee7ff67cfb97fd42593b9848 Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Wed, 14 Jun 2023 12:24:58 +0700 Subject: [PATCH] 97ecf4b8-7eeb-4e39-917c-2660262ff9ba --- 2023/3xxx/CVE-2023-3227.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/3xxx/CVE-2023-3227.json b/2023/3xxx/CVE-2023-3227.json index e4bf7e044a3..a148017c592 100644 --- a/2023/3xxx/CVE-2023-3227.json +++ b/2023/3xxx/CVE-2023-3227.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-3227", - "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-3227", + "STATE": "PUBLIC", + "TITLE": "Insufficient Granularity of Access Control in fossbilling/fossbilling" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "fossbilling/fossbilling", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "0.5.0" + } + ] + } + } + ] + }, + "vendor_name": "fossbilling" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Insufficient Granularity of Access Control in GitHub repository fossbilling/fossbilling prior to 0.5.0." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 5.4, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-1220 Insufficient Granularity of Access Control" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/97ecf4b8-7eeb-4e39-917c-2660262ff9ba", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/97ecf4b8-7eeb-4e39-917c-2660262ff9ba" + }, + { + "name": "https://github.com/fossbilling/fossbilling/commit/b65a75fcf70feaf547d414672f78d7cbe8a98e7e", + "refsource": "MISC", + "url": "https://github.com/fossbilling/fossbilling/commit/b65a75fcf70feaf547d414672f78d7cbe8a98e7e" + } + ] + }, + "source": { + "advisory": "97ecf4b8-7eeb-4e39-917c-2660262ff9ba", + "discovery": "EXTERNAL" + } } \ No newline at end of file