CVE-2026-12598
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe LoginPress Pro plugin for WordPress is vulnerable to authentication bypass in versions up to and including 6.2.3 via the Spotify Social Login addon. This is due to the loginpress_on_spotify_login() function trusting the unverified 'email' field returned by Spotify's /v1/me endpoint and using it directly with get_user_by('email', $profile['email']) to identify and log in an existing WordPress account, without confirming that the Spotify user actually owns the email address (Spotify documents that the profile email is unverified) and without requiring the user to prove ownership of the matching WordPress account. This makes it possible for unauthenticated attackers to log in as any existing WordPress user, including Administrators, by registering a Spotify account using the targeted user's email address and authenticating via the Spotify provider.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe LoginPress Pro plugin's Spotify Social Login addon trusts the unverified 'email' field from Spotify's /v1/me endpoint and uses it directly with get_user_by('email') to authenticate WordPress users without verifying email ownership. Attackers can register a Spotify account with a target user's email and gain unauthorized access to that WordPress account.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- High
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify LoginPress Pro plugin is installedCheck the WordPress plugins directory (wp-content/plugins) for loginpress-pro folder, or go to Plugins > Installed Plugins in WP Admin and look for LoginPress ProAffected if LoginPress Pro plugin is found installed on the WordPress site
-
Confirm Spotify Social Login addon is activeCheck wp-content/plugins for a spotify or social-login addon folder associated with LoginPress, or inspect the site's active plugins list via WP Admin or databaseAffected if Spotify Social Login addon is active or installed alongside LoginPress Pro
-
Check if social login is enabled in plugin settingsNavigate to LoginPress Pro settings in WordPress Admin (usually under LoginPress > Settings > Social Login) or inspect the wp_options table for option_name containing 'loginpress_social_login' set to enabledAffected if Social login functionality is enabled in the plugin configuration
-
Inspect the authentication flow for email verificationReview the addon code in the Spotify login module (typically in the addon PHP file handling Spotify OAuth callback) and look for get_user_by('email', $email) calls where $email comes directly from Spotify API response without verification checkAffected if The code passes the email from Spotify API directly to get_user_by() without verifying email_verified status from Spotify
-
Compare your LoginPress Pro version to any official advisoriesCheck the main loginpress-pro plugin file header for version number, or view the plugin in WP Admin plugins listAffected if Your installed version matches or falls within any affected version range published for this CVE
A site is affected if LoginPress Pro with the Spotify Social Login addon is installed, the addon is active, and social login is enabled, allowing unauthenticated attackers to hijack accounts by registering on Spotify with a target user's email address.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataDisable the Spotify Social Login addon immediately until a patch is available that validates the email is verified by Spotify (checking the 'email_verified' field) or implements additional account ownership verification.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,888.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-12598 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-12598 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data