Mattermost versions 9.10.x <= 9.10.2, 9.11.x <= 9.11.1, 9.5.x <= 9.5.9 and 10.0.x <= 10.0.0 fail to properly authorize the requests to /api/v4/channels which allows a User or System Manager, with Read Groups permission but with no access for channels to retrieve details about private channels that they were not a member of by sending a request to /api/v4/channels.
The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Mattermost_server | Mattermost | 9.5.0 (including) | 9.5.10 (excluding) |
Mattermost_server | Mattermost | 9.10.0 (including) | 9.10.3 (excluding) |
Mattermost_server | Mattermost | 9.11.0 (including) | 9.11.2 (excluding) |
Mattermost_server | Mattermost | 10.0.0 (including) | 10.0.0 (including) |
Mattermost_server | Mattermost | 10.0.0-rc1 (including) | 10.0.0-rc1 (including) |
Mattermost_server | Mattermost | 10.0.0-rc2 (including) | 10.0.0-rc2 (including) |
Mattermost_server | Mattermost | 10.0.0-rc3 (including) | 10.0.0-rc3 (including) |
Mattermost_server | Mattermost | 10.0.0-rc4 (including) | 10.0.0-rc4 (including) |
Assuming a user with a given identity, authorization is the process of determining whether that user can access a given resource, based on the user’s privileges and any permissions or other access-control specifications that apply to the resource. When access control checks are incorrectly applied, users are able to access data or perform actions that they should not be allowed to perform. This can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.