CVE-2023-26122
11.04.2023, 05:15
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().
Vendor | Product | Version |
---|---|---|
safe-eval_project | safe-eval | 𝑥 ≤ 0.4.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-265 -
- CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')The software receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype.
References