CVE 8.8 HIGH

Account Switcher <= 1.0.2 - Authenticated (Subscriber+) Authentication Bypass to Privilege Escalation_CVE-2026-6456

8.8 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Description

The Account Switcher plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 1.0.2. This is due to the `rememberLogin` REST API endpoint using a loose comparison (`!=` instead of `!==`) for secret validation at `app/RestAPI.php:111`, combined with no validation that the secret is non-empty. When a target user has never used the "Remember me" feature, their `asSecret` user meta does not exist, causing `get_user_meta()` to return an empty string. An attacker can send an empty `secret` parameter, which passes the comparison (`'' != ''` is `false`), and the endpoint then calls `wp_set_auth_cookie()` for the target user. Additionally, all REST routes use `permission_callback => '__return_true'` with no capability checks. This makes it possible for authenticated attackers, with Subscriber-level access and above, to switch to any user account including Administrator, ultimately granting themselves full administrative privileges.

AI Analysis

Privilege Escalation vulnerability in the Account Switcher plugin for WordPress due to loose comparison and lack of validation in the `rememberLogin` REST API endpoint

Basic Information

ID CVE-2026-6456
Source Wordfence
Published May 20, 2026 at 01:25

Affected Product

Vendor beycanpress
Product Account Switcher
Affected Versions beycanpress Account Switcher 0

CWE Classification

AI Assessment

AI Score 8.8 / 10
AI Severity High
Vendor beycanpress
Product Account Switcher
Version 1.0.2

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.