Skip to content

Account Takeover via Session Fixation in Zitadel [Bypassing MFA]

High severity GitHub Reviewed Published Mar 11, 2024 in zitadel/zitadel • Updated Mar 12, 2024

Package

gomod github.com/zitadel/zitadel (Go)

Affected versions

< 2.44.3
>= 2.45.0, < 2.45.1

Patched versions

2.44.3
2.45.1

Description

Impact

ZITADEL uses a cookie to identify the user agent (browser) and its user sessions.

Although the cookie was handled according to best practices, it was accessible on subdomains of the ZITADEL instance. An attacker could take advantage of this and provide a malicious link hosted on the subdomain to the user to gain access to the victim’s account in certain scenarios.
A possible victim would need to login through the malicious link for this exploit to work.

If the possible victim already had the cookie present, the attack would not succeed. The attack would further only be possible if there was an initial vulnerability on the subdomain. This could either be the attacker being able to control DNS or a XSS vulnerability in an application hosted on a subdomain.

Patches

2.x versions are fixed on >= 2.46.0
2.45.x versions are fixed on >= 2.45.1
2.44.x versions are fixed on >= 2.44.3

ZITADEL recommends upgrading to the latest versions available in due course.

Note that applying the patch will invalidate the current cookie and thus users will need to start a new session and existing sessions (user selection) will be empty.

Workarounds

For self-hosted environments unable to upgrade to a patched version, prevent setting the following cookie name on subdomains of your ZITADEL instance (e.g. within your WAF): __Secure-zitadel-useragent

References

None

Questions

If you have any questions or comments about this advisory, please email us at security@zitadel.com

Credits

Thanks to Amit Laish – GE Vernova for finding and reporting the vulnerability.

References

@livio-a livio-a published to zitadel/zitadel Mar 11, 2024
Published by the National Vulnerability Database Mar 11, 2024
Published to the GitHub Advisory Database Mar 11, 2024
Reviewed Mar 11, 2024
Last updated Mar 12, 2024

Severity

High
7.5
/ 10

CVSS base metrics

Attack vector
Adjacent
Attack complexity
High
Privileges required
None
User interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None
CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N

Weaknesses

CVE ID

CVE-2024-28197

GHSA ID

GHSA-mq4x-r2w3-j7mr

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.