diff --git a/2021/4xxx/CVE-2021-4132.json b/2021/4xxx/CVE-2021-4132.json index 302439583d1..fb065f9c728 100644 --- a/2021/4xxx/CVE-2021-4132.json +++ b/2021/4xxx/CVE-2021-4132.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2021-4132", - "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-2021-4132", + "STATE": "PUBLIC", + "TITLE": "Cross-site Scripting (XSS) - Stored in livehelperchat/livehelperchat" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "livehelperchat/livehelperchat", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_value": "3.90" + } + ] + } + } + ] + }, + "vendor_name": "livehelperchat" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "livehelperchat is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')" + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 7.3, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "LOW", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/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/7eb80e7c-bb7a-478d-9760-0ea2fa9dc0c2", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/7eb80e7c-bb7a-478d-9760-0ea2fa9dc0c2" + }, + { + "name": "https://github.com/livehelperchat/livehelperchat/commit/55b1e3bf62c564db7c919f5293ec1e755c2958d6", + "refsource": "MISC", + "url": "https://github.com/livehelperchat/livehelperchat/commit/55b1e3bf62c564db7c919f5293ec1e755c2958d6" + } + ] + }, + "source": { + "advisory": "7eb80e7c-bb7a-478d-9760-0ea2fa9dc0c2", + "discovery": "EXTERNAL" + } } \ No newline at end of file