CVE-2026-15341
Last modified
CVE-2026-15341 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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')`. EPSS estimates a 0.33% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| rafasashi | User Session Synchronizer | <= 1.4.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-15341?
How severe is CVE-2026-15341?
How do I fix CVE-2026-15341?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-15334The Cozy Blocks – Page Builder for Gutenberg Editor & FSE wi…6.4
- CVE-2026-15335The Booking Package plugin for WordPress is vulnerable to ge…7.5
- CVE-2026-15336The Catch Themes Demo Import plugin for WordPress is vulnera…4.3
- CVE-2026-15337An issue was discovered in Django 5.2 before 5.2.17 and 6.0 …5.3
- CVE-2026-15338The LA-Studio Element Kit for Elementor plugin for WordPress…7.5
- CVE-2026-1534A weakness has been identified in code-projects Online Music…9.8
- CVE-2026-15342Plane contains a multi‑tenant authorization flaw in its asse…6.5
- CVE-2026-15343A path traversal vulnerability was identified in GitHub Ente…8.6
- CVE-2026-15344The WP Photo Album Plus plugin for WordPress is vulnerable t…4.9
- CVE-2026-15345The ShortPixel Adaptive Images – WebP, AVIF, CDN, Image Opti…4.3
- CVE-2026-15346The VikBooking Hotel Booking Engine & PMS plugin for WordPre…6.1
- CVE-2026-15348The Premium Packages – Sell Digital Products Securely plugin…6.3
Are you affected by CVE-2026-15341?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
