-
Bug
-
Resolution: Fixed
-
Critical
-
8.0.1
-
Security Level: Jean
-
None
Listbox is vulnerable to XSS attacks. See the fiddle to break it: http://zkfiddle.org/direct/3kugq3c/2/v8.0.4-Listbox-XSS-attack-bug-proof?run=bcrnig
<zk> <window title="Listbox" border="normal"> <listbox > <listhead> <listheader label="Xss - drag the row to see it burn!"/> </listhead> <listitem height="28px" label="<img src=x onerror=alert('xss')>" draggable="true"/> </listbox> </window> </zk>
- relates to
-
ZK-3598 Bugged tooltip dragging multiple labels
- Closed