-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Highcharts - Cross Site Scripting vuln #462
Comments
is anyone working on resolving this? @kirjs |
I'm also getting the same problem even for the latest version Version installed: ┌───────────────┬──────────────────────────────────────────────────────────────┐ Hope this will get fix sooner. 👍 |
There is an official HighchartsReact wrapper now, which might be the path forward: https://github.com/highcharts/highcharts-react |
Highcharts dependency needs to be upgraded to >= 8.1.1.
https://www.npmjs.com/advisories/1227
Overview
Versions of highcharts prior to 8.1.1 are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize href values and does not restrict URL schemes, allowing attackers to execute arbitrary JavaScript in a victim's browser if they click the link.
Remediation
Upgrade to version 8.1.1 or later.
The text was updated successfully, but these errors were encountered: