Discourse is an open-source discussion platform. Prior to version 3.2.3 on the stable
branch, version 3.3.0.beta3 on the beta
branch, and version 3.3.0.beta4-dev on the tests-passed
branch, a rogue staff user could suspend other staff users preventing them from logging in to the site. The issue is patched in version 3.2.3 on the stable
branch, version 3.3.0.beta3 on the beta
branch, and version 3.3.0.beta4-dev on the tests-passed
branch. No known workarounds are available.
The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Discourse | Discourse | * | 3.2.3 (excluding) |
Discourse | Discourse | * | 3.3.0 (excluding) |
Discourse | Discourse | 3.3.0-beta1 (including) | 3.3.0-beta1 (including) |
Discourse | Discourse | 3.3.0-beta2 (including) | 3.3.0-beta2 (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 not 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.