diff --git a/2023/26xxx/CVE-2023-26113.json b/2023/26xxx/CVE-2023-26113.json index be83be4aeaa..41c15b42e2f 100644 --- a/2023/26xxx/CVE-2023-26113.json +++ b/2023/26xxx/CVE-2023-26113.json @@ -1,17 +1,112 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-26113", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "report@snyk.io", + "STATE": "PUBLIC" }, "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." + "value": "Versions of the package collection.js before 6.8.1 are vulnerable to Prototype Pollution via the extend function in Collection.js/dist/node/iterators/extend.js." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Prototype Pollution", + "cweId": "CWE-1321" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "n/a", + "product": { + "product_data": [ + { + "product_name": "collection.js", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "0", + "version_value": "6.8.1" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://security.snyk.io/vuln/SNYK-JS-COLLECTIONJS-3185148", + "refsource": "MISC", + "name": "https://security.snyk.io/vuln/SNYK-JS-COLLECTIONJS-3185148" + }, + { + "url": "https://github.com/kobezzza/Collection/issues/27", + "refsource": "MISC", + "name": "https://github.com/kobezzza/Collection/issues/27" + }, + { + "url": "https://github.com/kobezzza/Collection/blob/be32c48e68f49d3be48a58e929d1ab8ff1d2d19c/dist/node/iterators/extend.js%23L324", + "refsource": "MISC", + "name": "https://github.com/kobezzza/Collection/blob/be32c48e68f49d3be48a58e929d1ab8ff1d2d19c/dist/node/iterators/extend.js%23L324" + }, + { + "url": "https://github.com/kobezzza/Collection/releases/tag/v6.8.1", + "refsource": "MISC", + "name": "https://github.com/kobezzza/Collection/releases/tag/v6.8.1" + }, + { + "url": "https://github.com/kobezzza/Collection/commit/d3d937645f62f37d3115d6aa90bb510fd856e6a2", + "refsource": "MISC", + "name": "https://github.com/kobezzza/Collection/commit/d3d937645f62f37d3115d6aa90bb510fd856e6a2" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "Peng Zhou" + }, + { + "lang": "en", + "value": "Yuhan Gao" + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "NONE", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "availabilityImpact": "HIGH", + "baseScore": 7.5, + "baseSeverity": "HIGH", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P" } ] }