gsd-2023-26122
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
All versions of the package safe-eval are vulnerable to Sandbox Bypass due to improper input sanitization. The vulnerability is derived from prototype pollution exploitation.
Exploiting this vulnerability might result in remote code execution ("RCE").
**Vulnerable functions:**
__defineGetter__, stack(), toLocaleString(), propertyIsEnumerable.call(), valueOf().
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-26122", "id": "GSD-2023-26122" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-26122" ], "details": "All versions of the package safe-eval are vulnerable to Sandbox Bypass due to improper input sanitization. The vulnerability is derived from prototype pollution exploitation.\rExploiting this vulnerability might result in remote code execution (\"RCE\").\r\r**Vulnerable functions:**\r\r__defineGetter__, stack(), toLocaleString(), propertyIsEnumerable.call(), valueOf().", "id": "GSD-2023-26122", "modified": "2023-12-13T01:20:53.454134Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "report@snyk.io", "ID": "CVE-2023-26122", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "safe-eval", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "0", "version_value": "*" } ] } } ] }, "vendor_name": "n/a" } ] } }, "credits": [ { "lang": "en", "value": "seongil-wi" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "All versions of the package safe-eval are vulnerable to Sandbox Bypass due to improper input sanitization. The vulnerability is derived from prototype pollution exploitation.\rExploiting this vulnerability might result in remote code execution (\"RCE\").\r\r**Vulnerable functions:**\r\r__defineGetter__, stack(), toLocaleString(), propertyIsEnumerable.call(), valueOf()." } ] }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-265", "lang": "eng", "value": "Sandbox Bypass" } ] } ] }, "references": { "reference_data": [ { "name": "https://security.snyk.io/vuln/SNYK-JS-SAFEEVAL-3373064", "refsource": "MISC", "url": "https://security.snyk.io/vuln/SNYK-JS-SAFEEVAL-3373064" }, { "name": "https://github.com/hacksparrow/safe-eval/issues/27", "refsource": "MISC", "url": "https://github.com/hacksparrow/safe-eval/issues/27" }, { "name": "https://gist.github.com/seongil-wi/2db6cb884e10137a93132b7f74879cce", "refsource": "MISC", "url": "https://gist.github.com/seongil-wi/2db6cb884e10137a93132b7f74879cce" }, { "name": "https://github.com/hacksparrow/safe-eval/issues/31", "refsource": "MISC", "url": "https://github.com/hacksparrow/safe-eval/issues/31" }, { "name": "https://github.com/hacksparrow/safe-eval/issues/32", "refsource": "MISC", "url": "https://github.com/hacksparrow/safe-eval/issues/32" }, { "name": "https://github.com/hacksparrow/safe-eval/issues/33", "refsource": "MISC", "url": "https://github.com/hacksparrow/safe-eval/issues/33" }, { "name": "https://github.com/hacksparrow/safe-eval/issues/34", "refsource": "MISC", "url": "https://github.com/hacksparrow/safe-eval/issues/34" }, { "name": "https://github.com/hacksparrow/safe-eval/issues/35", "refsource": "MISC", "url": "https://github.com/hacksparrow/safe-eval/issues/35" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c=0.4.2", "affected_versions": "All versions up to 0.4.2", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-1321", "CWE-937" ], "date": "2023-04-18", "description": "All versions of the package safe-eval is vulnerable to Sandbox Bypass due to improper input sanitization. The vulnerability is derived from prototype pollution exploitation.\rExploiting this vulnerability might result in remote code execution (\"RCE\").\r\r**Vulnerable functions:**\r\r__defineGetter__, stack(), toLocaleString(), propertyIsEnumerable.call(), valueOf().", "fixed_versions": [], "identifier": "CVE-2023-26122", "identifiers": [ "CVE-2023-26122", "GHSA-79xf-67r4-q2jj" ], "not_impacted": "", "package_slug": "npm/safe-eval", "pubdate": "2023-04-11", "solution": "Unfortunately, there is no solution available yet.", "title": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2023-26122", "https://github.com/hacksparrow/safe-eval/issues/27", "https://github.com/hacksparrow/safe-eval/issues/31", "https://github.com/hacksparrow/safe-eval/issues/32", "https://github.com/hacksparrow/safe-eval/issues/33", "https://github.com/hacksparrow/safe-eval/issues/34", "https://github.com/hacksparrow/safe-eval/issues/35", "https://gist.github.com/seongil-wi/2db6cb884e10137a93132b7f74879cce", "https://security.snyk.io/vuln/SNYK-JS-SAFEEVAL-3373064", "https://github.com/advisories/GHSA-79xf-67r4-q2jj" ], "uuid": "205aeac5-9435-4f9e-9ed7-99e09b3a3cc6" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:safe-eval_project:safe-eval:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndIncluding": "0.4.1", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "report@snyk.io", "ID": "CVE-2023-26122" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "All versions of the package safe-eval are vulnerable to Sandbox Bypass due to improper input sanitization. The vulnerability is derived from prototype pollution exploitation.\rExploiting this vulnerability might result in remote code execution (\"RCE\").\r\r**Vulnerable functions:**\r\r__defineGetter__, stack(), toLocaleString(), propertyIsEnumerable.call(), valueOf()." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-1321" } ] } ] }, "references": { "reference_data": [ { "name": "https://security.snyk.io/vuln/SNYK-JS-SAFEEVAL-3373064", "refsource": "MISC", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://security.snyk.io/vuln/SNYK-JS-SAFEEVAL-3373064" }, { "name": "https://github.com/hacksparrow/safe-eval/issues/35", "refsource": "MISC", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/hacksparrow/safe-eval/issues/35" }, { "name": "https://github.com/hacksparrow/safe-eval/issues/27", "refsource": "MISC", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/hacksparrow/safe-eval/issues/27" }, { "name": "https://github.com/hacksparrow/safe-eval/issues/32", "refsource": "MISC", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/hacksparrow/safe-eval/issues/32" }, { "name": "https://github.com/hacksparrow/safe-eval/issues/31", "refsource": "MISC", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/hacksparrow/safe-eval/issues/31" }, { "name": "https://github.com/hacksparrow/safe-eval/issues/34", "refsource": "MISC", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/hacksparrow/safe-eval/issues/34" }, { "name": "https://github.com/hacksparrow/safe-eval/issues/33", "refsource": "MISC", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/hacksparrow/safe-eval/issues/33" }, { "name": "https://gist.github.com/seongil-wi/2db6cb884e10137a93132b7f74879cce", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://gist.github.com/seongil-wi/2db6cb884e10137a93132b7f74879cce" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 10.0, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 6.0 } }, "lastModifiedDate": "2023-04-18T19:13Z", "publishedDate": "2023-04-11T05:15Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- 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.
Loading…
Loading…