cs/service/account/AutoCompleteGal.java in Zimbra zm-mailbox before 8.8.15.p8 allows authenticated users to request any GAL account. This differs from the intended behavior in which the domain of the authenticated user must match the domain of the galsync account in the request.
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 |
---|---|---|---|
Zm-mailbox | Zimbra | * | 8.8.15 (excluding) |
Zm-mailbox | Zimbra | 8.8.15 (including) | 8.8.15 (including) |
Zm-mailbox | Zimbra | 8.8.15-patch1 (including) | 8.8.15-patch1 (including) |
Zm-mailbox | Zimbra | 8.8.15-patch2 (including) | 8.8.15-patch2 (including) |
Zm-mailbox | Zimbra | 8.8.15-patch3 (including) | 8.8.15-patch3 (including) |
Zm-mailbox | Zimbra | 8.8.15-patch4 (including) | 8.8.15-patch4 (including) |
Zm-mailbox | Zimbra | 8.8.15-patch5 (including) | 8.8.15-patch5 (including) |
Zm-mailbox | Zimbra | 8.8.15-patch6 (including) | 8.8.15-patch6 (including) |
Zm-mailbox | Zimbra | 8.8.15-patch7 (including) | 8.8.15-patch7 (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.