---
id: CVE-2026-8457
title: >-
  The WooCommerce - Social Login plugin for WordPress is vulnerable to
  Authentication Bypass in all versions up to and including 2.8.7
summary: >-
  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 base…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-289
published: '2026-08-02'
updated: '2026-08-02'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-8457'
references:
  - url: >-
      https://codecanyon.net/item/social-login-wordpress-woocommerce-plugin/8495883
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/53e83037-2cc5-4dc9-b55d-03829df12a65?source=cve
    label: security@wordfence.com
tags:
  - nvd
ingestedAt: '2026-08-02T09:18:12.079Z'
epss: 0.00438
epssPercentile: 0.37376
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
