CVE-2026-88952
Last modified
CVE-2026-88952 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. Improper Authentication vulnerability in team-alembic AshAuthentication allows an attacker to be signed in as another user by linking an OAuth2 identity to an account that is not theirs. AshAuthentication.Strategy.OAuth2.UserResolver.resolve/3 matches an existing account using the register action's upsert_identity keys, then gates linking the incoming provider identity to it on email_trusted?/2, which reads only the provider's email_verified boolean and never compares the provider's email value with the matched account's email. That gate assumes the account was matched by its email field, so under any other upsert_identity it is vacuous and an attacker presenting their own verified email is attached to, and issued a session for, an account matched on some other attribute.
Description
Improper Authentication vulnerability in team-alembic AshAuthentication allows an attacker to be signed in as another user by linking an OAuth2 identity to an account that is not theirs. AshAuthentication.Strategy.OAuth2.UserResolver.resolve/3 matches an existing account using the register action's upsert_identity keys, then gates linking the incoming provider identity to it on email_trusted?/2, which reads only the provider's email_verified boolean and never compares the provider's email value with the matched account's email. That gate assumes the account was matched by its email field, so under any other upsert_identity it is vacuous and an attacker presenting their own verified email is attached to, and issued a session for, an account matched on some other attribute. The same unguarded gate applies in OAuth2.SignInPreparation on the registration_enabled? false path, where the account is matched by the sign-in action's read filter instead. The upsert also rewrites the matched account's email to the attacker's address, so later account recovery reaches the attacker rather than the owner. This issue affects ash_authentication: from 4.14.0 before 4.15.0 and from 5.0.0-rc.10 before 5.0.0-rc.14.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| team-alembic | ash_authentication | >= 4.14.0, < 4.15.0; >= 5.0.0-rc.10, < 5.0.0-rc.14 |
| team-alembic | ash_authentication | >= 64530644f9b37ebb76ca14aeb83a77597a0034b7, < *; >= 42edcd8ebb13fafbb168f12591d7518ce0611fec, < * |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-88952?
How severe is CVE-2026-88952?
How do I fix CVE-2026-88952?
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-88938knowns through 0.33.0 fails to confine the path argument of …6.5
- CVE-2026-88939knowns through 0.33.0 exempts the project.set action from pe…8.3
- CVE-2026-8894The iWR Tooltip plugin for WordPress is vulnerable to Stored…6.4
- CVE-2026-88940knowns through 0.33.0 fails to validate the path query param…5.3
- CVE-2026-88944The Tutor LMS – eLearning and online course solution plugin …4.3
- CVE-2026-8895The kk blog card plugin for WordPress is vulnerable to Store…6.4
- CVE-2026-88956The Botslab G980H dash camera firmware contains an authentic…6.8
- CVE-2026-88959Anchor CMS through 0.12.7 fails to enforce role-based access…8.8
- CVE-2026-8896The MIR blocks and shortcodes plugin for WordPress is vulner…6.4
- CVE-2026-8897The Shortcode Buddy plugin for WordPress is vulnerable to St…6.4
- CVE-2026-88974WPGraphQL provides a GraphQL API for WordPress sites. Prior …5.4
- CVE-2026-88975Http4s is a Scala interface for HTTP services. Prior to 0.23…7.5
Are you affected by CVE-2026-88952?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
