From a8ef3950bdbb64c39fb9e6aaab6aff472752c367 Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Sun, 19 Feb 2023 07:31:12 -0700 Subject: [PATCH] 3c514923-473f-4c50-ae0d-d002a41fe70f --- 2023/0xxx/CVE-2023-0919.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/0xxx/CVE-2023-0919.json b/2023/0xxx/CVE-2023-0919.json index 96944cc13a9..4f479d466e2 100644 --- a/2023/0xxx/CVE-2023-0919.json +++ b/2023/0xxx/CVE-2023-0919.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-0919", - "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-0919", + "STATE": "PUBLIC", + "TITLE": "Missing Authentication for Critical Function in kareadita/kavita" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "kareadita/kavita", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "0.7.0" + } + ] + } + } + ] + }, + "vendor_name": "kareadita" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Missing Authentication for Critical Function in GitHub repository kareadita/kavita prior to 0.7.0." + } + ] + }, + "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-306 Missing Authentication for Critical Function" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/3c514923-473f-4c50-ae0d-d002a41fe70f", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/3c514923-473f-4c50-ae0d-d002a41fe70f" + }, + { + "name": "https://github.com/kareadita/kavita/commit/6648b79e1b2f92449d5816d0722b7a3d72f259d5", + "refsource": "MISC", + "url": "https://github.com/kareadita/kavita/commit/6648b79e1b2f92449d5816d0722b7a3d72f259d5" + } + ] + }, + "source": { + "advisory": "3c514923-473f-4c50-ae0d-d002a41fe70f", + "discovery": "EXTERNAL" + } } \ No newline at end of file