Discourse is the an open source discussion platform. In some rare cases users redeeming an invitation can be added as a participant to several private message topics that they should not be added to. They are not notified of this, it happens transparently in the background. This issue has been resolved in commit a414520742
and will be included in future releases. Users are advised to upgrade. Users are also advised to set SiteSetting.max_invites_per_day
to 0 until the patch is installed.
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 |
---|---|---|---|
Discourse | Discourse | * | 2.8.10 (excluding) |
Discourse | Discourse | 2.9.0-beta1 (including) | 2.9.0-beta1 (including) |
Discourse | Discourse | 2.9.0-beta10 (including) | 2.9.0-beta10 (including) |
Discourse | Discourse | 2.9.0-beta2 (including) | 2.9.0-beta2 (including) |
Discourse | Discourse | 2.9.0-beta3 (including) | 2.9.0-beta3 (including) |
Discourse | Discourse | 2.9.0-beta4 (including) | 2.9.0-beta4 (including) |
Discourse | Discourse | 2.9.0-beta5 (including) | 2.9.0-beta5 (including) |
Discourse | Discourse | 2.9.0-beta6 (including) | 2.9.0-beta6 (including) |
Discourse | Discourse | 2.9.0-beta7 (including) | 2.9.0-beta7 (including) |
Discourse | Discourse | 2.9.0-beta8 (including) | 2.9.0-beta8 (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.