CVE-2026-27840
Last modified
CVE-2026-27840 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. ZITADEL is an open source identity management platform. Starting in version 2.31.0 and prior to versions 3.4.7 and 4.11.0, opaque OIDC access tokens in the v2 format truncated to 80 characters are still considered valid. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
ZITADEL is an open source identity management platform. Starting in version 2.31.0 and prior to versions 3.4.7 and 4.11.0, opaque OIDC access tokens in the v2 format truncated to 80 characters are still considered valid. Zitadel uses a symmetric AES encryption for opaque tokens. The cleartext payload is a concatenation of a couple of identifiers, such as a token ID and user ID. Internally Zitadel has 2 different versions of token payloads. v1 tokens are no longer created, but are still verified as to not invalidate existing session after upgrade. The cleartext payload has a format of `<token_id>:<user_id>`. v2 tokens distinguished further where the `token_id` is of the format `v2_<oidc_session_id>-at_<access_token_id>`. V1 token authZ/N session data is retrieved from the database using the (simple) `token_id` value and `user_id` value. The `user_id` (called `subject` in some parts of our code) was used as being the trusted user ID. V2 token authZ/N session data is retrieved from the database using the `oidc_session_id` and `access_token_id` and in this case the `user_id` from the token is ignored and taken from the session data in the database. By truncating the token to 80 chars, the user_id is now missing from the cleartext of the v2 token. The back-end still accepts this for above reasons. This issue is not considered exploitable, but may look awkward when reproduced. The patch in versions 4.11.0 and 3.4.7 resolves the issue by verifying the `user_id` from the token against the session data from the database. No known workarounds are available.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Zitadel | Zitadel | >= 2.31.0, <= 2.71.19 |
| Zitadel | Zitadel | >= 3.0.0, < 3.4.7 |
| Zitadel | Zitadel | >= 4.0.0, < 4.11.0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-27840?
How severe is CVE-2026-27840?
How do I fix CVE-2026-27840?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-27835wger is a free, open-source workout and fitness manager. In …4.3
- CVE-2026-27836phpMyFAQ is an open source FAQ web application. Prior to ver…7.5
- CVE-2026-27837Dottie provides nested object access and manipulation in Jav…9.8
- CVE-2026-27838wger is a free, open-source workout and fitness manager. Fiv…3.5
- CVE-2026-27839wger is a free, open-source workout and fitness manager. In …4.3
- CVE-2026-2784Mitigation bypass in the DOM: Security component. This vulne…9.8
- CVE-2026-27841A vulnerability in SenseLive X3050's web management interfac…8.4
- CVE-2026-27842Authentication bypass issue exists in MR-GM5L-S1 and MR-GM5A…9.8
- CVE-2026-27843A vulnerability exists in SenseLive X3050's web management i…9.2
- CVE-2026-27844Uncaught Exception (CWE-248) in the Controller 6000 and Cont…2.7
- CVE-2026-27846Due to missing authentication, a user with physical access t…6.2
- CVE-2026-27847Due to improper neutralization of special elements, SQL stat…9.8
Are you affected by CVE-2026-27840?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
