diff --git a/2022/1xxx/CVE-2022-1439.json b/2022/1xxx/CVE-2022-1439.json new file mode 100644 index 00000000000..905d6986f52 --- /dev/null +++ b/2022/1xxx/CVE-2022-1439.json @@ -0,0 +1,89 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", + "ID": "CVE-2022-1439", + "STATE": "PUBLIC", + "TITLE": "Reflected XSS on demo.microweber.org/demo/module/ in microweber/microweber" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "microweber/microweber", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "1.2.15" + } + ] + } + } + ] + }, + "vendor_name": "microweber" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Reflected XSS on demo.microweber.org/demo/module/ in GitHub repository microweber/microweber prior to 1.2.15. Execute Arbitrary JavaScript as the attacked user.\n\nIt's the only payload I found working, you might need to press \"tab\" but there is probably a paylaod that runs without user interaction." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 6.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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/86f6a762-0f3d-443d-a676-20f8496907e0", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/86f6a762-0f3d-443d-a676-20f8496907e0" + }, + { + "name": "https://github.com/microweber/microweber/commit/ad3928f67b2cd4443f4323d858b666d35a919ba8", + "refsource": "MISC", + "url": "https://github.com/microweber/microweber/commit/ad3928f67b2cd4443f4323d858b666d35a919ba8" + } + ] + }, + "source": { + "advisory": "86f6a762-0f3d-443d-a676-20f8496907e0", + "discovery": "EXTERNAL" + } +} \ No newline at end of file