From 18a3c319e37833605d1c97c8b37f3eb2519a04a6 Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Wed, 8 Feb 2023 07:10:08 -0700 Subject: [PATCH] 1a0403b6-9ec9-4587-b559-b1afba798c86 --- 2023/0xxx/CVE-2023-0748.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/0xxx/CVE-2023-0748.json b/2023/0xxx/CVE-2023-0748.json index f7e86b9519d..e11d2002711 100644 --- a/2023/0xxx/CVE-2023-0748.json +++ b/2023/0xxx/CVE-2023-0748.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-0748", - "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-0748", + "STATE": "PUBLIC", + "TITLE": "Open Redirect in btcpayserver/btcpayserver" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "btcpayserver/btcpayserver", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "1.7.6" + } + ] + } + } + ] + }, + "vendor_name": "btcpayserver" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Open Redirect in GitHub repository btcpayserver/btcpayserver prior to 1.7.6." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 6.4, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-601 URL Redirection to Untrusted Site" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/1a0403b6-9ec9-4587-b559-b1afba798c86", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/1a0403b6-9ec9-4587-b559-b1afba798c86" + }, + { + "name": "https://github.com/btcpayserver/btcpayserver/commit/c2cfa17e9619046b43987627b8429541d2834109", + "refsource": "MISC", + "url": "https://github.com/btcpayserver/btcpayserver/commit/c2cfa17e9619046b43987627b8429541d2834109" + } + ] + }, + "source": { + "advisory": "1a0403b6-9ec9-4587-b559-b1afba798c86", + "discovery": "EXTERNAL" + } } \ No newline at end of file