The expr-eval library is a JavaScript expression parser and evaluator designed to safely evaluate mathematical expressions with user-defined variables. However, due to insufficient input validation, an attacker can pass a crafted variables object into the evaluate() function and trigger arbitrary code execution.
{
"severity": "HIGH",
"github_reviewed_at": "2025-11-05T18:46:50Z",
"cwe_ids": [
"CWE-94"
],
"nvd_published_at": "2025-11-05T01:15:33Z",
"github_reviewed": true
}