Actions
Bug #9584
closedPotential XSS in services_acb.php via hostname parameter with legacy settings
Start date:
06/13/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
If legacy settings are configured in ACB, there is a potential XSS vector in services_acb.php via the hostname
parameter which is printed back to the user without encoding.
To reproduce, setup legacy settings in ACB and then load a URL such as https://x.x.x.x/services_acb.php?hostname=%3Cscript%3Ealert(0);%3C/script%3E&legacy=true
Actions