Vulnerability Description
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.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/user-session-synchronizer/tags/1.4.0/
- https://plugins.trac.wordpress.org/browser/user-session-synchronizer/tags/1.4.0/
- https://plugins.trac.wordpress.org/browser/user-session-synchronizer/tags/1.4.0/
- https://plugins.trac.wordpress.org/browser/user-session-synchronizer/tags/1.4.0/
- https://plugins.trac.wordpress.org/browser/user-session-synchronizer/tags/1.4.0/
- https://plugins.trac.wordpress.org/browser/user-session-synchronizer/tags/1.4.0/
- https://www.wordfence.com/threat-intel/vulnerabilities/id/cbc32e6d-47c5-4050-ba7
FAQ
What is CVE-2026-15341?
CVE-2026-15341 is a vulnerability with a CVSS score of 9.8 (CRITICAL). 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,...
How severe is CVE-2026-15341?
CVE-2026-15341 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-15341?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.