An incorrect authorization vulnerability was identified in GitHub Enterprise Server that allowed issue comments to be updated with an improperly scoped token. This vulnerability did not allow unauthorized access to any repository content as it also required contents:write and issues:read permissions. This vulnerability affected all versions of GitHub Enterprise Server since 3.7 and was fixed in version 3.17.19, 3.8.12, 3.9.7, 3.10.4, and 3.11.1.
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 |
---|---|---|---|
Enterprise_server | Github | 3.7.0 (including) | 3.17.19 (excluding) |
Enterprise_server | Github | 3.8.0 (including) | 3.8.12 (excluding) |
Enterprise_server | Github | 3.9.0 (including) | 3.9.7 (excluding) |
Enterprise_server | Github | 3.10.0 (including) | 3.10.4 (excluding) |
Enterprise_server | Github | 3.11.0 (including) | 3.11.0 (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.