Actions
Bug #7650
closedvendor/filebrowser/browser.php: Filename parameter is unencoded which can lead to a potential XSS
Start date:
06/16/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
First load a file on diag_edit.php and then save it with ');alert('XSS
appended to the name, then browse and try to load the file.
In order to exploit this, the user must already have root access to the box to write a file, or write it themselves. There is no practical way to exploit this that would gain an attacker anything they couldn't get by other means with access to this page already. Still worth addressing.
Updated by Jim Pingle over 7 years ago
- Status changed from Confirmed to Feedback
- % Done changed from 0 to 100
Applied in changeset d0acfddd3afb11cb53aa13a00bf2f89b0a98ae4f.
Actions