You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduced in versions:
bootstrap-select 1.12.2 and latest master
bootstrap 3.3.7
jquery 3.2.1
Tested in Chrome 57
The title attribute is vulnerable to XSS attack.
An option looking like this will trigger javascript evaluation when clicked: <option title="<script>alert('xss');</script>">My XSS</option>
NB: You must CLICK the option to reproduce the issue.
@caseyjhol Are You sure this is fixed correctly? The escaped tags are still parsed as non-escaped. <script> tag does not work, but all the others seems to work. Please see: https://jsfiddle.net/b1dhf8ec/2/
Reproduced in versions:
bootstrap-select 1.12.2 and latest master
bootstrap 3.3.7
jquery 3.2.1
Tested in Chrome 57
The title attribute is vulnerable to XSS attack.
An option looking like this will trigger javascript evaluation when clicked:
<option title="<script>alert('xss');</script>">My XSS</option>
NB: You must CLICK the option to reproduce the issue.
Issue reproduced in this js fiddle: https://jsfiddle.net/mrbajggc/
Also reproduced against latest master in https://jsfiddle.net/b2q65nbe/2/ as of commit 1574419
The text was updated successfully, but these errors were encountered: