ZITADEL, open source authentication management software, uses Go templates to render the login UI. Under certain circumstances an action could set reserved claims managed by ZITADEL. For example it would be possible to set the claim urn:zitadel:iam:user:resourceowner:name
. To compensate for this we introduced a protection that does prevent actions from changing claims that start with urn:zitadel:iam
. This vulnerability is fixed in 2.48.3, 2.47.8, 2.46.5, 2.45.5, 2.44.7, 2.43.11, and 2.42.17.
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.42.17 (excluding) |
Zitadel | Zitadel | 2.43.0 (including) | 2.43.11 (excluding) |
Zitadel | Zitadel | 2.44.0 (including) | 2.44.7 (excluding) |
Zitadel | Zitadel | 2.45.0 (including) | 2.45.5 (excluding) |
Zitadel | Zitadel | 2.46.0 (including) | 2.46.5 (excluding) |
Zitadel | Zitadel | 2.47.0 (including) | 2.47.8 (excluding) |
Zitadel | Zitadel | 2.48.0 (including) | 2.48.3 (excluding) |
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.