Vega is a visualization grammar, a declarative format for creating, saving, and sharing interactive visualization designs. The Vega `scale` expression function has the ability to call arbitrary functions with a single controlled argument. The scale expression function passes a user supplied argument group to getScale, which is then used as if it were an internal context. The context.scales[name].value is accessed from group and called as a function back in scale. This can be exploited to escape the Vega expression sandbox in order to execute arbitrary JavaScript. This issue has been fixed in version 5.13.1.
History

No history.

cve-icon MITRE Information

Status: PUBLISHED

Assigner: GitHub_M

Published: 2023-03-03T23:48:41.382Z

Updated: 2023-03-03T23:48:41.382Z

Reserved: 2023-02-23T23:22:58.575Z


Link: CVE-2023-26486

JSON object: View

cve-icon NVD Information

Status : Analyzed

Published: 2023-03-04T00:15:15.473

Modified: 2023-03-09T20:30:30.010


Link: CVE-2023-26486

JSON object: View

cve-icon Redhat Information

No data.

CWE