First published: Tue May 06 2025(Updated: )
### Impact ZITADEL offers developers the ability to manage user sessions using the [Session API](https://zitadel.com/docs/category/apis/resources/session_service_v2/session-service). This API enables the use of IdPs for authentication, known as idp intents. Following a successful idp intent, the client receives an id and token on a predefined URI. These id and token can then be used to authenticate the user or their session. However, it was possible to exploit this feature by repeatedly using intents. This allowed an attacker with access to the application’s URI to retrieve the id and token, enabling them to authenticate on behalf of the user. It’s important to note that the use of additional factors (MFA) prevents a complete authentication process and, consequently, access to the ZITADEL API. ### Patches 3.x versions are fixed on >=[3.0.0](https://github.com/zitadel/zitadel/releases/tag/v3.0.0) 2.71.x versions are fixed on >=[2.71.9](https://github.com/zitadel/zitadel/releases/tag/v2.71.9) 2.x versions are fixed on >=[2.70.10](https://github.com/zitadel/zitadel/releases/tag/v2.70.10) ### Workarounds The recommended solution is to update ZITADEL to a patched version. ### Questions If you have any questions or comments about this advisory, please email us at [security@zitadel.com](mailto:security@zitadel.com) ### Credits Thanks to Józef Chraplewski from Nedap for reporting this vulnerability.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
go/github.com/zitadel/zitadel | >=2.71.0<=2.71.8 | 2.71.9 |
go/github.com/zitadel/zitadel | <2.70.10 | 2.70.10 |
go/github.com/zitadel/zitadel | >=3.0.0-rc.1<=3.0.0-rc.3 | 3.0.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-46815 is classified as a medium severity vulnerability impacting user session management.
To mitigate CVE-2025-46815, upgrade ZITADEL to version 2.71.9, 2.70.10, or 3.0.0.
CVE-2025-46815 affects ZITADEL versions from 2.71.0 to 2.71.8 and below 2.70.10, as well as pre-release versions of 3.0.0.
CVE-2025-46815 affects the ZITADEL Session API, specifically the management of user sessions using IdPs.
Yes, CVE-2025-46815 is documented in GitHub advisories and includes specific remediation instructions.