SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-8457

CRITICAL · CVSS 9.8 EPSS 0.44%

Source: NVD + CISA KEV + EPSS · Published 2026-08-02 · Last synced 2026-09-01

CyberRota Analysis

AI-Generated

The WooCommerce - Social Login plugin for WordPress is critically vulnerable to authentication bypass, allowing unauthenticated attackers to log in as any existing user, including administrators, by exploiting a flaw in the Apple login handler. This vulnerability arises from the plugin's failure to verify the JWT signature and improperly exposing the security nonce, enabling attackers to forge id_tokens with target user email addresses. Organizations using this plugin should prioritize immediate updates to mitigate the risk of unauthorized access.

CVE
CVE-2026-8457
Severity
CRITICAL
CVSS
9.8
EPSS
0.44%
WordPress Java

Original NVD Description

The WooCommerce - Social Login plugin for WordPress is vulnerable to Authentication Bypass in all versions up to and including 2.8.7. This is due to the plugin's Apple login handler accepting the Apple id_token and decoding only its base64 payload without verifying the JWT signature against Apple's public keys or validating the issuer, audience, or expiry claims, combined with the security nonce required to invoke the login flow being publicly exposed to unauthenticated users via a localized JavaScript object on the login page. This makes it possible for unauthenticated attackers to log in as any existing WordPress user — including administrators — by supplying a forged id_token whose payload contains the target user's email address, as that email is used without any role exclusion to resolve a WordPress account and immediately issue an authenticated session for it.