From 310baec3663961a873eefebcf4cf798d658ed0c5 Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Sun, 5 Mar 2023 14:06:17 -0700 Subject: [PATCH] a296324c-6925-4f5f-a729-39b0d73d5b8b --- 2023/0xxx/CVE-2023-0734.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/0xxx/CVE-2023-0734.json b/2023/0xxx/CVE-2023-0734.json index 56473bfff97..f5fbca090b9 100644 --- a/2023/0xxx/CVE-2023-0734.json +++ b/2023/0xxx/CVE-2023-0734.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-0734", - "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-0734", + "STATE": "PUBLIC", + "TITLE": "Improper Authorization in wallabag/wallabag" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "wallabag/wallabag", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "2.5.4" + } + ] + } + } + ] + }, + "vendor_name": "wallabag" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Improper Authorization in GitHub repository wallabag/wallabag prior to 2.5.4." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 7.3, + "baseSeverity": "HIGH", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-285 Improper Authorization" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/a296324c-6925-4f5f-a729-39b0d73d5b8b", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/a296324c-6925-4f5f-a729-39b0d73d5b8b" + }, + { + "name": "https://github.com/wallabag/wallabag/commit/acd285dcbb71b595e6320bb1d0d3a44cdf646ac0", + "refsource": "MISC", + "url": "https://github.com/wallabag/wallabag/commit/acd285dcbb71b595e6320bb1d0d3a44cdf646ac0" + } + ] + }, + "source": { + "advisory": "a296324c-6925-4f5f-a729-39b0d73d5b8b", + "discovery": "EXTERNAL" + } } \ No newline at end of file