From fd5936d51448fe1f700243afdc3d1f26c2506b4a Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Sat, 31 Dec 2022 02:09:54 -0700 Subject: [PATCH] c91364dd-9ead-4bf3-96e6-663a017e08fa --- 2022/4xxx/CVE-2022-4867.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/4xxx/CVE-2022-4867.json b/2022/4xxx/CVE-2022-4867.json index 08318f41947..907f9926d87 100644 --- a/2022/4xxx/CVE-2022-4867.json +++ b/2022/4xxx/CVE-2022-4867.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-4867", - "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-4867", + "STATE": "PUBLIC", + "TITLE": "Cross-Site Request Forgery (CSRF) in froxlor/froxlor" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "froxlor/froxlor", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "2.0.0-beta1" + } + ] + } + } + ] + }, + "vendor_name": "froxlor" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Cross-Site Request Forgery (CSRF) in GitHub repository froxlor/froxlor prior to 2.0.0-beta1." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 3.5, + "baseSeverity": "LOW", + "confidentialityImpact": "NONE", + "integrityImpact": "LOW", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-352 Cross-Site Request Forgery (CSRF)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/c91364dd-9ead-4bf3-96e6-663a017e08fa", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/c91364dd-9ead-4bf3-96e6-663a017e08fa" + }, + { + "name": "https://github.com/froxlor/froxlor/commit/f7f356e896173558248c43f4f68612f78e73a65d", + "refsource": "MISC", + "url": "https://github.com/froxlor/froxlor/commit/f7f356e896173558248c43f4f68612f78e73a65d" + } + ] + }, + "source": { + "advisory": "c91364dd-9ead-4bf3-96e6-663a017e08fa", + "discovery": "EXTERNAL" + } } \ No newline at end of file