Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Brian ChanBrian ChanReporter
Zsigmond RabZsigmond RabLabels
Branch Version/s
6.1.x6.0.xBackported to Branch
CommittedFix Priority
5Git Pull Request
Affects versions
Priority
Medium
Details
Details
Assignee
Brian Chan
Brian ChanReporter
Zsigmond Rab
Zsigmond RabLabels
Branch Version/s
6.1.x
6.0.x
Backported to Branch
Committed
Fix Priority
5
Git Pull Request
Affects versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created May 19, 2012 at 1:45 AM
Updated June 24, 2023 at 3:56 PM
Resolved April 20, 2015 at 12:11 PM
Summary:
When downloading an HTML file with JavaScript content through the WebDAV link, the JavaScript is executed allowing for an XSS attack.
Steps to reproduce:
1)Upload the attached xss.html
2)Select the file, go to the information screen
On the right there is 3 links to allow for downloading the file: "Download (0.1k) Get URL or WebDAV URL"
3)Click the WebDAV URL, and copy paste the URL for that in a new tab in your browser
Note that the XSS popup is shown in the browser, instead of the file being downloaded as text.
When you click get URL and use the given URL, the file is properly downloaded and not shown as HTML.