Zitadel is an open source identity management platform. In Zitadel, even after an organization is deactivated, associated projects, respectively their applications remain active. Users across other organizations can still log in and access through these applications, leading to unauthorized access. Additionally, if a project was deactivated access to applications was also still possible. The issue stems from the fact that when an organization is deactivated in Zitadel, the applications associated with it do not automatically deactivate. The application lifecycle is not tightly coupled with the organizations lifecycle, leading to a situation where the organization or project is marked as inactive, but its resources remain accessible. This vulnerability allows for unauthorized access to projects and their resources, which should have been restricted post-organization deactivation. Versions 2.62.1, 2.61.1, 2.60.2, 2.59.3, 2.58.5, 2.57.5, 2.56.6, 2.55.8, and 2.54.10 have been released which address this issue. Users are advised to upgrade. Users unable to upgrade may explicitly disable the application to make sure the client is not allowed anymore.
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 |
---|---|---|---|
Zitadel | Zitadel | * | 2.54.10 (excluding) |
Zitadel | Zitadel | 2.55.0 (including) | 2.55.8 (excluding) |
Zitadel | Zitadel | 2.56.0 (including) | 2.56.6 (excluding) |
Zitadel | Zitadel | 2.57.0 (including) | 2.57.5 (excluding) |
Zitadel | Zitadel | 2.58.0 (including) | 2.58.5 (excluding) |
Zitadel | Zitadel | 2.59.0 (including) | 2.59.3 (excluding) |
Zitadel | Zitadel | 2.60.0 (including) | 2.60.2 (excluding) |
Zitadel | Zitadel | 2.61.0 (including) | 2.61.0 (including) |
Zitadel | Zitadel | 2.62.0 (including) | 2.62.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.