From 2bf65cfee0ee761c53ad13048b013461175e67c7 Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Fri, 4 Mar 2022 13:30:51 +0000 Subject: [PATCH] 4152e3a7-27a1-49eb-a6eb-a57506af104f --- 2022/0xxx/CVE-2022-0831.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/0xxx/CVE-2022-0831.json b/2022/0xxx/CVE-2022-0831.json index ffd6f1b1001..aa25854b0fa 100644 --- a/2022/0xxx/CVE-2022-0831.json +++ b/2022/0xxx/CVE-2022-0831.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-0831", - "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-0831", + "STATE": "PUBLIC", + "TITLE": "Cross-site Scripting (XSS) - Stored in pimcore/pimcore" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "pimcore/pimcore", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "10.3.3" + } + ] + } + } + ] + }, + "vendor_name": "pimcore" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.3.3." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "NONE", + "baseScore": 4.6, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "HIGH", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N", + "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/4152e3a7-27a1-49eb-a6eb-a57506af104f", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/4152e3a7-27a1-49eb-a6eb-a57506af104f" + }, + { + "name": "https://github.com/pimcore/pimcore/commit/e786fd44aac46febdbf916ed6c328fbe645d80bf", + "refsource": "MISC", + "url": "https://github.com/pimcore/pimcore/commit/e786fd44aac46febdbf916ed6c328fbe645d80bf" + } + ] + }, + "source": { + "advisory": "4152e3a7-27a1-49eb-a6eb-a57506af104f", + "discovery": "EXTERNAL" + } } \ No newline at end of file