Cross-site Scripting (XSS) - Generic in apexcharts/apexcharts.js
Valid
Reported on
Dec 18th 2020
Description
apexcharts
is vulnerable to Cross-Site Scripting (XSS).
Proof of Concept
- Install the package by following this instruction https://apexcharts.com/docs/installation/ or try the live sandbox here https://codepen.io/apexcharts/pen/xYqyYm
- Edit
JS
and insert the XSS payload below in thename
field - Payload:
'sales<img src=x onerror=alert(1)>'
- XSS payload will get executed.
Impact
An attacker is able to execute malicious scripts.
to join this conversation