Impact
A Security vulnerability has been found on several director endpoints of REST API. To reproduce this vulnerability an authenticated user with permission to access the Director is required (plus api access with regard to the api endpoints). And even though some of these Icinga Director users are restricted from accessing certain objects, are able to retrieve information related to them if their name is known.
This makes it possible to change the configuration of these objects by those Icinga Director users restricted from accessing them. This results in further exploitation, data breaches and sensitive information disclosure.
Affected endpoints:
- icingaweb2/director/service, if the host name is left out of the query (Example: icingaweb2/director/service?name=service-name)
- icingaweb2/directore/notification
- icingaweb2/director/serviceset
- icingaweb2/director/scheduled-downtime
In addition, the endpoint icingaweb2/director/services?host=filteredHostName
returns a status code 200 even though the services for the host is filtered. This in turn lets the restricted user know that the host filteredHostName
exists even though the user is restricted from accessing it. This could again result in further exploitation of this information and data breaches.
Solution
Icinga Director will receive minor updates to the 1.10 and 1.11 branches to remedy this issue.
Upgrade immediately to a patched release. If that is not feasible, disable the director module for the users other than admin role for the time being.
References
CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
CWE-284: Improper Access Control
Impact
A Security vulnerability has been found on several director endpoints of REST API. To reproduce this vulnerability an authenticated user with permission to access the Director is required (plus api access with regard to the api endpoints). And even though some of these Icinga Director users are restricted from accessing certain objects, are able to retrieve information related to them if their name is known.
This makes it possible to change the configuration of these objects by those Icinga Director users restricted from accessing them. This results in further exploitation, data breaches and sensitive information disclosure.
Affected endpoints:
In addition, the endpoint
icingaweb2/director/services?host=filteredHostName
returns a status code 200 even though the services for the host is filtered. This in turn lets the restricted user know that the hostfilteredHostName
exists even though the user is restricted from accessing it. This could again result in further exploitation of this information and data breaches.Solution
Icinga Director will receive minor updates to the 1.10 and 1.11 branches to remedy this issue.
Upgrade immediately to a patched release. If that is not feasible, disable the director module for the users other than admin role for the time being.
References
CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
CWE-284: Improper Access Control