Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi,


I have found an XSS vulnerability in the event editor for the scheduler component. It is reproducible by configuring the resource `textField` to have an XSS payload such as 

<img src=1 href=1 onerror="javascript:alert(1)"></img>

(I also noticed this feedback form is XSS vulnerable when I pasted this attack vector!!)

I then double click a cell to launch the event editor, however the malicious code is executed and I get an alert.

With enableHtmlSanitizer set to true, I would expect this string to be sanitised.


Thanks,

Josh.