CVE-2023-26486

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:vega-functions_project:vega-functions:*:*:*:*:*:node.js:*:*
cpe:2.3:a:vega_project:vega:*:*:*:*:*:node.js:*:*

History

No history.

Information

Published : 2023-03-04 00:15

Updated : 2024-02-28 19:51


NVD link : CVE-2023-26486

Mitre link : CVE-2023-26486

CVE.ORG link : CVE-2023-26486


JSON object : View

Products Affected

vega-functions_project

  • vega-functions

vega_project

  • vega
CWE
CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')