From fe77457c6c55345efa27288ecf85698137189911 Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Tue, 8 Feb 2022 08:54:13 +0000 Subject: [PATCH] 0a5ec24c-343e-4cc4-b27b-2beb19a1c35f --- 2022/0xxx/CVE-2022-0506.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/0xxx/CVE-2022-0506.json b/2022/0xxx/CVE-2022-0506.json index 5b35775c77c..25cb637ef82 100644 --- a/2022/0xxx/CVE-2022-0506.json +++ b/2022/0xxx/CVE-2022-0506.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-0506", - "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-0506", + "STATE": "PUBLIC", + "TITLE": "Cross-site Scripting (XSS) - Stored in microweber/microweber" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "microweber/microweber", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "1.2.11" + } + ] + } + } + ] + }, + "vendor_name": "microweber" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Cross-site Scripting (XSS) - Stored in Packagist microweber/microweber prior to 1.2.11." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 7.7, + "baseSeverity": "HIGH", + "confidentialityImpact": "NONE", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/0a5ec24c-343e-4cc4-b27b-2beb19a1c35f", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/0a5ec24c-343e-4cc4-b27b-2beb19a1c35f" + }, + { + "name": "https://github.com/microweber/microweber/commit/05d55f2befb1b25375ca5371875ff535d6cc5f70", + "refsource": "MISC", + "url": "https://github.com/microweber/microweber/commit/05d55f2befb1b25375ca5371875ff535d6cc5f70" + } + ] + }, + "source": { + "advisory": "0a5ec24c-343e-4cc4-b27b-2beb19a1c35f", + "discovery": "EXTERNAL" + } } \ No newline at end of file