Actions
Bug #9335
openStored XSS in HAProxy / haproxy_listeners_edit.php
Start date:
02/18/2019
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
All
Affected Plus Version:
Affected Architecture:
All
Description
There is a stored XSS on haproxy_listeners.php via parameters submitted on haproxy_listeners_edit.php:
The following parameters are not encoded before display back to the user:
- desc
- table_actionsaclN
Since these are free-form, they can't be fully validated, so adding encoding is sufficient.
Actions