Actions
Bug #10355
closeddiag_ping.php: Potential XSS via Hostname parameter
Start date:
03/18/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
Description
On diag_ping.php, the hostname isn't fully validated and the output is not encoded, leading to a potential XSS.
Using an input such as the following example demonstrates the problem:
127.0.0.1 <img src='' onerror='alert()'>
Actions