Skip to content
Threat Feed
high advisory

Authentication Bypass in VentraConnect Passwordless Login Plugin

An authentication bypass vulnerability in the VentraConnect WordPress plugin allows unauthenticated attackers to hijack user accounts, including administrators, by spoofing verified email claims during Spotify OAuth flows.

CVE search metadata

CVE search record: CVE-2026-18961. Severity: high. CVSS: 8.1. KEV: no. Product: Social Login, Passkeys, Magic Link & Email OTP – Passwordless Login (<= 1.4.3). Brief: Authentication Bypass in VentraConnect Passwordless Login Plugin. Brief link: https://feed.craftedsignal.io/briefs/2026-08-ventraconnect-auth-bypass/

The VentraConnect 'Social Login, Passkeys, Magic Link & Email OTP' plugin for WordPress (all versions up to and including 1.4.3) contains a critical authentication bypass vulnerability identified as CVE-2026-18961. The vulnerability stems from improper validation of OAuth responses from the Spotify API. Specifically, the plugin's Generic::normalize_common() method consumes the email field from the Spotify /v1/me endpoint without verifying the associated email_verified claim. The subsequent User_Links::link_or_login_user() method uses this unverified email to identify and log in WordPress users via wp_set_auth_cookie() without requiring an additional ownership challenge or provider-side verification gate. An attacker can create a Spotify account with a target victim's email address and leverage the OAuth flow to masquerade as the target user, effectively gaining unauthorized access to the WordPress site. If the target is an Administrator, the attacker gains full site control.

Impact

Successful exploitation allows for complete site takeover. By targeting the email addresses of site administrators, an attacker can bypass all authentication mechanisms to gain administrative privileges. This vulnerability exposes affected websites to full administrative compromise, data exfiltration, and persistent backdooring, as the WordPress ecosystem often ties authentication to site-wide configuration and content management.

Recommendation

  • Update the 'Social Login, Passkeys, Magic Link & Email OTP' plugin to a version released after 1.4.3 immediately.
  • If an update is not available, disable the Spotify social login integration within the plugin settings until a patch is applied.
  • Review WordPress user account activity and session logs for unusual login patterns or modifications to administrative account profiles occurring during the period the plugin was active and unpatched.

Immediate actions

Upgrade VentraConnect plugin to version > 1.4.3 or disable Spotify social login

IT Operations 24h