Skip to main content

Incorrect Authorization

CVE-2024-47060

Severity Medium
Score 6.5/10

Summary

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 organization's 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. The vulnerability affects github.com/zitadel/zitadel versions through 2.54.9, v2.55.0-rc.1 through 2.55.7, v2.56.0-rc.1 through 2.56.5, v2.57.0-rc.1 through 2.57.4, 2.58.0 through 2.58.4, v2.59.0-rc.1 through 2.59.2, v2.60.0-rc.1 through 2.60.1, 2.61.0, and v2.62.0-rc.1 through 2.62.0. Users are advised to upgrade. Users unable to upgrade may explicitly disable the application to make sure the client is not allowed anymore.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • LOW
  • HIGH
  • NONE

CWE-863 - Incorrect Authorization

Authorization is a security mechanism performed by an application to grant or deny access to the requested resources by verifying the privileges of the user. When an application lacks effective authorization mechanisms, it enables unauthorized users to gain unintended privileges and illegitimate access to resources. Such a vulnerability may result in exposure of sensitive information, denial of service, arbitrary code execution, and complete system takeover.

Advisory Timeline

  • Published