From d4eef5a49a518176fd0cf4ed008d7e342b9caa63 Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Tue, 14 Dec 2021 14:19:10 +0000 Subject: [PATCH] 1d124520-cf29-4539-a0f3-6d041af7b5a8 --- 2021/4xxx/CVE-2021-4107.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2021/4xxx/CVE-2021-4107.json b/2021/4xxx/CVE-2021-4107.json index 0f8373a125f..c0906f50271 100644 --- a/2021/4xxx/CVE-2021-4107.json +++ b/2021/4xxx/CVE-2021-4107.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2021-4107", - "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-4107", + "STATE": "PUBLIC", + "TITLE": "Cross-site Scripting (XSS) - Reflected in yetiforcecompany/yetiforcecrm" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "yetiforcecompany/yetiforcecrm", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "6.4.0" + } + ] + } + } + ] + }, + "vendor_name": "yetiforcecompany" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "yetiforcecrm is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')" + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 5.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/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/1d124520-cf29-4539-a0f3-6d041af7b5a8", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/1d124520-cf29-4539-a0f3-6d041af7b5a8" + }, + { + "name": "https://github.com/yetiforcecompany/yetiforcecrm/commit/a062d3d5fecb000db207a2ad8a446db97ad96b89", + "refsource": "MISC", + "url": "https://github.com/yetiforcecompany/yetiforcecrm/commit/a062d3d5fecb000db207a2ad8a446db97ad96b89" + } + ] + }, + "source": { + "advisory": "1d124520-cf29-4539-a0f3-6d041af7b5a8", + "discovery": "EXTERNAL" + } } \ No newline at end of file