Actions
Bug #8296
closedstatus_services.php: AJAX requests via GET can control services without CSRF validation
Start date:
01/24/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.x
Affected Architecture:
Description
Using a GET request to status_services.php with a sepcially-crafted URL, services can be controlled by visiting a URL without confirmation. For example:
https://x.x.x.x/status_services.php?ajax=true&service=ntpd&mode=stopservice
Only matters against 2.4.3, since the GET/POST conversion work was only on the 2.4.x line.
Actions