Cross-Site Scripting in @progress/kendo-angular-editor
High severity
GitHub Reviewed
Published
Aug 11, 2020
to the GitHub Advisory Database
•
Updated Jan 9, 2023
Description
Reviewed
Aug 11, 2020
Published to the GitHub Advisory Database
Aug 11, 2020
Last updated
Jan 9, 2023
Kendo UI for Angular Editor Component (npm package @progress/kendo-angular-editor) before version 1.2.3 is vulnerable to Cross-Site Scripting. When the Editor content contains potentially malicious scripts in element event handlers, they get executed.
Adding the following content to the Editor value demonstrates the issue:
<img src="" onerror=alert(document.domain)>
.References