From ba5c17ec21354d12cde127a0f18f08226bf433ac Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Tue, 5 Apr 2022 04:42:11 +0100 Subject: [PATCH] 084387f6-5b9c-4017-baa2-5fcf65b051e1 --- 2022/1xxx/CVE-2022-1213.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/1xxx/CVE-2022-1213.json b/2022/1xxx/CVE-2022-1213.json index 705b33c125e..b6d6371f08b 100644 --- a/2022/1xxx/CVE-2022-1213.json +++ b/2022/1xxx/CVE-2022-1213.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-1213", - "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-1213", + "STATE": "PUBLIC", + "TITLE": "SSRF filter bypass port 80, 433 in livehelperchat/livehelperchat" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "livehelperchat/livehelperchat", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "3.67v" + } + ] + } + } + ] + }, + "vendor_name": "livehelperchat" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "SSRF filter bypass port 80, 433 in GitHub repository livehelperchat/livehelperchat prior to 3.67v. An attacker could make the application perform arbitrary requests, bypass CVE-2022-1191" + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "LOCAL", + "availabilityImpact": "LOW", + "baseScore": 7.7, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-918 Server-Side Request Forgery (SSRF)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/084387f6-5b9c-4017-baa2-5fcf65b051e1", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/084387f6-5b9c-4017-baa2-5fcf65b051e1" + }, + { + "name": "https://github.com/livehelperchat/livehelperchat/commit/abc9599ee7aded466ca216741dcaea533c908111", + "refsource": "MISC", + "url": "https://github.com/livehelperchat/livehelperchat/commit/abc9599ee7aded466ca216741dcaea533c908111" + } + ] + }, + "source": { + "advisory": "084387f6-5b9c-4017-baa2-5fcf65b051e1", + "discovery": "EXTERNAL" + } } \ No newline at end of file