Description
All versions of the package expr-eval are vulnerable to Code Execution via the toJSFunction() API. An attacker can execute arbitrary JavaScript by supplying crafted expressions that are compiled into native code using new Function(). Because user-controlled expressions are transformed directly into executable JavaScript, attackers can escape the intended expression sandbox and run arbitrary code within the application's context.
Problem types
Credits
Dinh Twan Doan
References
security.snyk.io/vuln/SNYK-JS-EXPREVAL-15054690
security.snyk.io/vuln/SNYK-JS-EXPREVAL-15054690
github.com/...tt/expr-eval/blob/master/src/expression.js#L55
github.com/silentmatt/expr-eval/issues/292