From 43cf19c7dd94943bd72b20ab87387e57f642a70d Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Tue, 28 Jun 2022 19:59:09 +0100 Subject: [PATCH] 23204932-72b2-419d-b5f0-34a130752d82 --- 2022/2xxx/CVE-2022-2246.json | 89 ++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 2022/2xxx/CVE-2022-2246.json diff --git a/2022/2xxx/CVE-2022-2246.json b/2022/2xxx/CVE-2022-2246.json new file mode 100644 index 00000000000..bea945306c7 --- /dev/null +++ b/2022/2xxx/CVE-2022-2246.json @@ -0,0 +1,89 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", + "ID": "CVE-2022-2246", + "STATE": "PUBLIC", + "TITLE": "Prototype Pollution in clever/underscore.deep" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "clever/underscore.deep", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "0.5.3" + } + ] + } + } + ] + }, + "vendor_name": "clever" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Prototype Pollution in GitHub repository clever/underscore.deep prior to 0.5.3." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 7.5, + "baseSeverity": "HIGH", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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/23204932-72b2-419d-b5f0-34a130752d82", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/23204932-72b2-419d-b5f0-34a130752d82" + }, + { + "name": "https://github.com/clever/underscore.deep/commit/b5e109ad05b48371be225fa4d490dd08a94e8ef7", + "refsource": "MISC", + "url": "https://github.com/clever/underscore.deep/commit/b5e109ad05b48371be225fa4d490dd08a94e8ef7" + } + ] + }, + "source": { + "advisory": "23204932-72b2-419d-b5f0-34a130752d82", + "discovery": "EXTERNAL" + } +} \ No newline at end of file