Discourse is an open source discussion platform. Prior to version 3.0.4 of the stable
branch and version 3.1.0.beta5 of the beta
and tests-passed
branches, the lack of restrictions on the iFrame tag makes it easy for an attacker to exploit the vulnerability and hide subsequent comments from other users. This issue is patched in version 3.0.4 of the stable
branch and version 3.1.0.beta5 of the beta
and tests-passed
branches. There are no known workarounds.
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 | * | 3.0.4 (excluding) |
Discourse | Discourse | 3.1.0-beta1 (including) | 3.1.0-beta1 (including) |
Discourse | Discourse | 3.1.0-beta2 (including) | 3.1.0-beta2 (including) |
Discourse | Discourse | 3.1.0-beta3 (including) | 3.1.0-beta3 (including) |
Discourse | Discourse | 3.1.0-beta4 (including) | 3.1.0-beta4 (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.