From fa85a743af9249f75e1cd6cb5243887a8c57dec2 Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Sat, 12 Mar 2022 10:35:24 +0000 Subject: [PATCH] 66abf7ec-2dd7-4cb7-87f5-e91375883f03 --- 2022/0xxx/CVE-2022-0929.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/0xxx/CVE-2022-0929.json b/2022/0xxx/CVE-2022-0929.json index 7b1cdc031c5..1b773187d4b 100644 --- a/2022/0xxx/CVE-2022-0929.json +++ b/2022/0xxx/CVE-2022-0929.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-0929", - "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-0929", + "STATE": "PUBLIC", + "TITLE": "XSS on dynamic_text module 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": "XSS on dynamic_text module in GitHub repository microweber/microweber prior to 1.2.11." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 6.8, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "LOW", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:L/A:L", + "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/66abf7ec-2dd7-4cb7-87f5-e91375883f03", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/66abf7ec-2dd7-4cb7-87f5-e91375883f03" + }, + { + "name": "https://github.com/microweber/microweber/commit/de6d17b52d261902653fbdd2ecefcaac82e54256", + "refsource": "MISC", + "url": "https://github.com/microweber/microweber/commit/de6d17b52d261902653fbdd2ecefcaac82e54256" + } + ] + }, + "source": { + "advisory": "66abf7ec-2dd7-4cb7-87f5-e91375883f03", + "discovery": "EXTERNAL" + } } \ No newline at end of file