CVE-2026-88861
Last modified
CVE-2026-88861 is a high-severity vulnerability rated 8.3/10 on the CVSS scale. Capgo (Cap-go/capgo.app) contains an authentication bypass affecting all versions (no patched version available at time of publication). The Edge authorization path allows a password-only Supabase aal1 session to exercise privileged RBAC permissions even when the account has a verified MFA factor that has not been used for the session: the Edge JWT middleware (foundJWT() in supabase/functions/_backend/utils/hono_middleware.ts) accepts the JWT without validating its assurance level, and the direct RBAC path (checkPermission()/checkPermissionPg() in supabase/functions/_backend/utils/rbac.ts calling public.rbac_check_permission_direct()) authorizes by user ID without passing or checking the session aal, unlike the public.verify_mfa() control which correctly requires aal2. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
Capgo (Cap-go/capgo.app) contains an authentication bypass affecting all versions (no patched version available at time of publication). The Edge authorization path allows a password-only Supabase aal1 session to exercise privileged RBAC permissions even when the account has a verified MFA factor that has not been used for the session: the Edge JWT middleware (foundJWT() in supabase/functions/_backend/utils/hono_middleware.ts) accepts the JWT without validating its assurance level, and the direct RBAC path (checkPermission()/checkPermissionPg() in supabase/functions/_backend/utils/rbac.ts calling public.rbac_check_permission_direct()) authorizes by user ID without passing or checking the session aal, unlike the public.verify_mfa() control which correctly requires aal2. An attacker who knows only the victim's password can therefore authenticate, mint a persistent app-scoped app_admin API key that remains valid after the aal1 session is logged out, and perform privileged operations such as modifying production OTA channel configurations (validated by changing a public production channel from bundle 1.0.0 to 1.0.1), defeating the protection provided by MFA.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-88861?
How severe is CVE-2026-88861?
How do I fix CVE-2026-88861?
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-88855Joomla Extension - OrdaSoft.com - Authenticated, Privileged …8.6
- CVE-2026-88856Joomla Extension - OrdaSoft.com - Authenticated, Privileged …9.4
- CVE-2026-88857Joomla Extension - OrdaSoft.com - Authenticated, Privileged …9.4
- CVE-2026-88859A flaw was found in Evolution. A remote attacker can exploit…6.3
- CVE-2026-8886The hk_shortcode plugin for WordPress is vulnerable to Store…6.4
- CVE-2026-88860Capgo fails to clean up channel permission overrides when a …6.3
- CVE-2026-88862Capgo (capgo.app) backend through 12.242.4 does not validate…8.8
- CVE-2026-88863capgo.app (npm package `capgo`) through version 12.207.1 doe…8.1
- CVE-2026-88864Capgo (capgo.app) fails to restrict direct write access to t…9.1
- CVE-2026-88865AVideo through commit c3edcc274c389816d434acadac07ee78eaf330…8.1
- CVE-2026-88866WWBN AVideo through commit c3edcc274c389816d434acadac07ee78e…8.7
- CVE-2026-88867WWBN AVideo, in versions up to and including commit c3edcc27…8.7
Are you affected by CVE-2026-88861?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
