gsd-2022-25645
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
All versions of package dset are vulnerable to Prototype Pollution via 'dset/merge' mode, as the dset function checks for prototype pollution by validating if the top-level path contains __proto__, constructor or protorype. By crafting a malicious object, it is possible to bypass this check and achieve prototype pollution.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-25645", "description": "All versions of package dset are vulnerable to Prototype Pollution via \u0027dset/merge\u0027 mode, as the dset function checks for prototype pollution by validating if the top-level path contains __proto__, constructor or protorype. By crafting a malicious object, it is possible to bypass this check and achieve prototype pollution.", "id": "GSD-2022-25645", "references": [ "https://access.redhat.com/errata/RHSA-2022:5201" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-25645" ], "details": "All versions of package dset are vulnerable to Prototype Pollution via \u0027dset/merge\u0027 mode, as the dset function checks for prototype pollution by validating if the top-level path contains __proto__, constructor or protorype. By crafting a malicious object, it is possible to bypass this check and achieve prototype pollution.", "id": "GSD-2022-25645", "modified": "2023-12-13T01:19:27.374235Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "report@snyk.io", "DATE_PUBLIC": "2022-05-01T15:25:17.914622Z", "ID": "CVE-2022-25645", "STATE": "PUBLIC", "TITLE": "Prototype Pollution" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "dset", "version": { "version_data": [ { "version_affected": "\u003e=", "version_value": "0" } ] } } ] }, "vendor_name": "n/a" } ] } }, "credit": [ { "lang": "eng", "value": "Oscar Arnflo" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "All versions of package dset are vulnerable to Prototype Pollution via \u0027dset/merge\u0027 mode, as the dset function checks for prototype pollution by validating if the top-level path contains __proto__, constructor or protorype. By crafting a malicious object, it is possible to bypass this check and achieve prototype pollution." } ] }, "impact": { "cvss": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:L/E:P", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Prototype Pollution" } ] } ] }, "references": { "reference_data": [ { "name": "https://snyk.io/vuln/SNYK-JS-DSET-2330881", "refsource": "MISC", "url": "https://snyk.io/vuln/SNYK-JS-DSET-2330881" }, { "name": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-2431974", "refsource": "MISC", "url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-2431974" }, { "name": "https://github.com/lukeed/dset/blob/master/src/merge.js%23L9", "refsource": "MISC", "url": "https://github.com/lukeed/dset/blob/master/src/merge.js%23L9" }, { "name": "https://github.com/lukeed/dset/pull/38", "refsource": "MISC", "url": "https://github.com/lukeed/dset/pull/38" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "(,3.1.2)", "affected_versions": "All versions before 3.1.2", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-1321", "CWE-937" ], "date": "2022-05-20", "description": "All versions of package dset is vulnerable to Prototype Pollution via \u0027dset/merge\u0027 mode, as the dset function checks for prototype pollution by validating if the top-level path contains __proto__, constructor or protorype. By crafting a malicious object, it is possible to bypass this check and achieve prototype pollution.", "fixed_versions": [ "3.1.2" ], "identifier": "CVE-2022-25645", "identifiers": [ "GHSA-23wx-cgxq-vpwx", "CVE-2022-25645" ], "not_impacted": "All versions starting from 3.1.2", "package_slug": "maven/org.webjars.npm/dset", "pubdate": "2022-05-03", "solution": "Upgrade to version 3.1.2 or above.", "title": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2022-25645", "https://github.com/lukeed/dset/blob/master/src/merge.js%23L9", "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-2431974", "https://snyk.io/vuln/SNYK-JS-DSET-2330881", "https://github.com/advisories/GHSA-23wx-cgxq-vpwx" ], "uuid": "6b474f1f-f387-4122-8773-fbe434c77d85" }, { "affected_range": "\u003c3.1.2", "affected_versions": "All versions before 3.1.2", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-1321", "CWE-937" ], "date": "2022-05-11", "description": "All versions of package dset is vulnerable to Prototype Pollution via `dset/merge` mode, as the dset function checks for prototype pollution by validating if the top-level path contains `__proto__`, constructor or protorype. By crafting a malicious object, it is possible to bypass this check and achieve prototype pollution.", "fixed_versions": [ "3.1.2" ], "identifier": "CVE-2022-25645", "identifiers": [ "CVE-2022-25645" ], "not_impacted": "All versions starting from 3.1.2", "package_slug": "npm/dset", "pubdate": "2022-05-01", "solution": "Upgrade to version 3.1.2 or above.", "title": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2022-25645", "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-2431974", "https://snyk.io/vuln/SNYK-JS-DSET-2330881", "https://github.com/lukeed/dset/blob/master/src/merge.js%23L9" ], "uuid": "f0dfa657-c79b-49ab-b808-0a429c6548bc" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:dset_project:dset:*:*:*:*:*:node.js:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "report@snyk.io", "ID": "CVE-2022-25645" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "All versions of package dset are vulnerable to Prototype Pollution via \u0027dset/merge\u0027 mode, as the dset function checks for prototype pollution by validating if the top-level path contains __proto__, constructor or protorype. By crafting a malicious object, it is possible to bypass this check and achieve prototype pollution." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-1321" } ] } ] }, "references": { "reference_data": [ { "name": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-2431974", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-2431974" }, { "name": "https://snyk.io/vuln/SNYK-JS-DSET-2330881", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://snyk.io/vuln/SNYK-JS-DSET-2330881" }, { "name": "https://github.com/lukeed/dset/blob/master/src/merge.js%23L9", "refsource": "MISC", "tags": [ "Broken Link" ], "url": "https://github.com/lukeed/dset/blob/master/src/merge.js%23L9" }, { "name": "https://github.com/lukeed/dset/pull/38", "refsource": "MISC", "tags": [], "url": "https://github.com/lukeed/dset/pull/38" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.2, "impactScore": 5.9 } }, "lastModifiedDate": "2023-09-12T08:15Z", "publishedDate": "2022-05-01T16:15Z" } } }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.