Actions
Bug #11616
closedPotential stored XSS vulnerability in services_wol.php
Start date:
03/03/2021
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
All
Affected Architecture:
Description
There is a potential stored XSS in services_wol.php.
When waking all devices (services_wol.php?wakeall=true
) the page prints the WOL entry description without encoding, which can result in a stored XSS vulnerability.
Steps to reproduce:
- Services > Wake on LAN
- Create a WOL entry with a description such as
<script>alert(1)</script>
- Services > Wake on LAN
- Click "Wake All Devices"
Actions