Activity log
- Created suggestion
Apache ECharts: XSS in Lines series tooltip rendering
A cross-site scripting (XSS) vulnerability exists in Apache ECharts in the Lines series tooltip rendering logic. This issue affects Apache ECharts: from before 6.1.0. In versions prior to 6.1.0, if both Lines series and tooltip are used, and no user-specified tooltip.formatter is provided, and series.data[i].name is specified, raw HTML string series.data[i].name can be rendered through innerHTML sink into tooltip content. Although tooltip is allowed to accept user-provided raw HTML via a custom tooltip.formatter, the built-in tooltip formatters conventionally perform HTML escaping automatically. This case breaks that convention and may unexpectedly lead to script execution when tooltips are displayed. Users are recommended to upgrade to version 6.1.0 if using the Lines series in this way, which fixes the issue.
References
-
-
https://echarts.apache.org/handbook/en/best-practices/security/#passing_raw_htm… technical-description
-
https://lists.apache.org/thread/1g6xk7gd9vg1c6zyqqt2lnko10zomc3o vendor-advisory
Affected products
- <6.1.0
Matching in nixpkgs
pkgs.python312Packages.pyecharts
Python Echarts Plotting Library
pkgs.python313Packages.pyecharts
Python Echarts Plotting Library
pkgs.python314Packages.pyecharts
Python Echarts Plotting Library
pkgs.python313Packages.streamlit-echarts
Streamlit component to render ECharts
pkgs.python314Packages.streamlit-echarts
Streamlit component to render ECharts
pkgs.grafanaPlugins.volkovlabs-echarts-panel
Visualization panel for Grafana that allows you to incorporate the popular Apache ECharts library into your Grafana dashboard
Package maintainers
-
@nagisa Simonas Kazlauskas <nixpkgs@kazlauskas.me>
-
@fabaff Fabian Affolter <mail@fabian-affolter.ch>