diff --git a/2021/3xxx/CVE-2021-3815.json b/2021/3xxx/CVE-2021-3815.json index fc1f1e5994e..9097b8e08ef 100644 --- a/2021/3xxx/CVE-2021-3815.json +++ b/2021/3xxx/CVE-2021-3815.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2021-3815", - "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-3815", + "STATE": "PUBLIC", + "TITLE": "Prototype Pollution in fabiocaccamo/utils.js" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "fabiocaccamo/utils.js", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "0.17.2" + } + ] + } + } + ] + }, + "vendor_name": "fabiocaccamo" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "utils.js is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')" + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 8, + "baseSeverity": "HIGH", + "confidentialityImpact": "LOW", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-1321 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/20f48c63-f078-4173-bcac-a9f34885f2c0", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/20f48c63-f078-4173-bcac-a9f34885f2c0" + }, + { + "name": "https://github.com/fabiocaccamo/utils.js/commit/102efafb291ce1916985514440d3bf8a6826890a", + "refsource": "MISC", + "url": "https://github.com/fabiocaccamo/utils.js/commit/102efafb291ce1916985514440d3bf8a6826890a" + } + ] + }, + "source": { + "advisory": "20f48c63-f078-4173-bcac-a9f34885f2c0", + "discovery": "EXTERNAL" + } } \ No newline at end of file