Skip to main content

User Session Synchronizer EUVDEUVD-2026-58842

| CVE-2026-15341 CRITICAL
Improper Authentication (CWE-287)
2026-08-15 Wordfence GHSA-r26j-82cg-5h6c
9.8
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
9.8 CRITICAL

Remote unauthenticated request with predictable static crypto yields admin auth cookie, so PR:N/UI:N/AC:L and full C/I/A impact; scope unchanged within the WordPress app.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Aug 15, 2026 - 03:02 vuln.today
CVE Published
Aug 15, 2026 - 02:26 cve.org
CRITICAL 9.8

DescriptionCVE.org

The User Session Synchronizer plugin for WordPress is vulnerable to Authentication Bypass leading to Account Takeover in all versions up to, and including, 1.4.0. The synchronize_session() function, hooked on init and therefore executed on every request, performs no nonce, capability, or shared-secret validation against the attacker-supplied ussync-key, ussync-token, and ussync-ref parameters; when ussync-key references an unregistered slot, get_option() returns false for both the secret key and the domain list, causing the AES-256-CBC encryption key to degrade to the fully predictable md5('') and the referer allowlist to collapse to an empty-string match, while the AES IV is unconditionally hard-coded as md5('another-secret'). This makes it possible for unauthenticated attackers to supply a crafted request encrypting any known or guessable user email address in the ussync-ref parameter, causing the handler to call wp_set_auth_cookie() for the matched user and granting full authentication as that user - including administrators - with no prior knowledge of site secrets.

AnalysisAI

Authentication bypass and full account takeover in the User Session Synchronizer WordPress plugin (versions ≤1.4.0) lets unauthenticated attackers log in as any user, including administrators, by abusing the init-hooked synchronize_session() handler. Because an unregistered ussync-key slot makes get_option() return false, the AES-256-CBC key silently degrades to the predictable md5('') and the referer allowlist collapses to an empty match, while the IV is hard-coded, so an attacker who knows or guesses a target email can forge a valid ussync-ref token. No public exploit is identified at time of analysis and the flaw is not in CISA KEV, but the CVSS 9.8 rating and trivial cryptographic prerequisites make weaponization straightforward.

Technical ContextAI

The vulnerability lives in a WordPress plugin (CPE cpe:2.3:a:rafasashi:user_session_synchronizer) that is designed to synchronize logged-in sessions across multiple sites/domains by passing encrypted tokens between them. The root cause is CWE-287 (Improper Authentication): synchronize_session() is hooked on the init action, so it runs on every HTTP request and processes attacker-controlled ussync-key, ussync-token, and ussync-ref parameters with no nonce, capability, or shared-secret validation. The design relies on AES-256-CBC to protect the token, but the secret key and permitted-domain list are fetched via get_option() keyed on ussync-key; when that slot is unregistered, get_option() returns false, the encryption key falls back to md5('') (a constant, publicly known value) and the domain allowlist becomes an empty string that trivially matches. Combined with a static IV of md5('another-secret'), the entire cryptosystem becomes deterministic and forgeable, so the plugin's own decryption yields an attacker-chosen email and then calls wp_set_auth_cookie() for that user.

RemediationAI

No fixed version is named in the provided data, so treat this as 'No vendor-released patch identified at time of analysis' and verify against the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/cbc32e6d-47c5-4050-ba77-5a54203fe56a?source=cve) for a release beyond 1.4.0 before relying on an upgrade. Until a patched version is confirmed, the most effective compensating control is to deactivate and remove the User Session Synchronizer plugin, which fully eliminates the init-hooked handler at the cost of losing cross-site session synchronization. If the plugin must remain active, block or filter requests carrying the ussync-key, ussync-token, and ussync-ref parameters at a WAF or reverse proxy (side effect: legitimate synchronization traffic will also be blocked), and restrict access to wp-admin and login flows by IP allowlisting where feasible. Because the flaw grants administrator access, also rotate credentials, invalidate active sessions, and audit for rogue admin accounts after remediation.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

EUVD-2026-58842 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy