SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-89022

HIGH · CVSS 7.4 EPSS 0.29%

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability allows unauthenticated attackers to bypass authentication in BookStack by exploiting the social login feature, enabling them to log in as any user linked to a different social provider. This can lead to unauthorized access to sensitive user data and functionalities within the application. Organizations using affected versions of BookStack should prioritize patching this vulnerability to protect user accounts and maintain system integrity.

CVE
CVE-2026-89022
Severity
HIGH
CVSS
7.4
EPSS
0.29%

Original NVD Description

BookStack before 26.05.5 contains an authentication bypass vulnerability in its social login implementation that allows unauthenticated attackers to sign in as arbitrary users by authenticating through a different social provider sharing the same driver_id namespace. Attackers can authenticate at one enabled social provider using a user ID that matches an account linked to a different social provider, bypassing credential verification entirely because the SocialAuthService::handleLoginCallback query ignores the driver column when retrieving linked account records.