diff --git a/2023/3xxx/CVE-2023-3230.json b/2023/3xxx/CVE-2023-3230.json index 62880c50236..05e5edc841c 100644 --- a/2023/3xxx/CVE-2023-3230.json +++ b/2023/3xxx/CVE-2023-3230.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-3230", - "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-3230", + "STATE": "PUBLIC", + "TITLE": "Missing Authorization 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": "Missing Authorization in GitHub repository fossbilling/fossbilling prior to 0.5.0." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4.6, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/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/390643f0-106b-4424-835d-52610aefa4c7", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/390643f0-106b-4424-835d-52610aefa4c7" + }, + { + "name": "https://github.com/fossbilling/fossbilling/commit/b95f92554e5cb38bd0710c0f4b413c5adda6f617", + "refsource": "MISC", + "url": "https://github.com/fossbilling/fossbilling/commit/b95f92554e5cb38bd0710c0f4b413c5adda6f617" + } + ] + }, + "source": { + "advisory": "390643f0-106b-4424-835d-52610aefa4c7", + "discovery": "EXTERNAL" + } } \ No newline at end of file