CVE-2026-12597
Last modified
CVE-2026-12597 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. The LoginPress Pro plugin for WordPress is vulnerable to Authentication Bypass via the GitHub OAuth callback in versions up to, and including, 6.2.3. The vulnerability exists in the loginpress_on_github_login() function, which blindly trusts the first element (profile[0]['email']) of the array returned by GitHub's /user/emails endpoint as an account-binding identifier without verifying that the email carries a verified === true status. EPSS estimates a 0.42% chance of exploitation in the next 30 days.
Description
The LoginPress Pro plugin for WordPress is vulnerable to Authentication Bypass via the GitHub OAuth callback in versions up to, and including, 6.2.3. The vulnerability exists in the loginpress_on_github_login() function, which blindly trusts the first element (profile[0]['email']) of the array returned by GitHub's /user/emails endpoint as an account-binding identifier without verifying that the email carries a verified === true status. This makes it possible for unauthenticated attackers to log in as any existing WordPress user, including administrators, by adding an unverified email address matching a local account to their GitHub profile and triggering the OAuth callback via a crafted code parameter — causing the plugin to call get_user_by('email', ...) and establish an authenticated session for the matched account. Practical exploitation is conditional on GitHub returning the attacker-added unverified email at index 0 of the /user/emails response, as GitHub typically prioritizes the primary verified address first; nonetheless, the absence of any email verification check in the plugin constitutes a fundamental authentication bypass flaw.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| LoginPress | LoginPress Pro | <= 6.2.3 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-12597?
How severe is CVE-2026-12597?
How do I fix CVE-2026-12597?
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-12586The Lenxel WP WordPress theme through 1.0.31 does not perfor…8.1
- CVE-2026-12588An attacker with access to an HX 10.0.0 and previous versio…6
- CVE-2026-12590Impact: In body-parser versions prior to 1.20.6 (1.x line) a…5.9
- CVE-2026-12592The SlimStat Analytics WordPress plugin before 5.5.0 does no…7.5
- CVE-2026-12593The implementation of an internal and undocumented Dashboard…8.7
- CVE-2026-12595The LoginPress Pro plugin for WordPress is vulnerable to Aut…8.1
- CVE-2026-12598The LoginPress Pro plugin for WordPress is vulnerable to aut…8.1
- CVE-2026-1260Invalid memory access in Sentencepiece versions less than 0.…7.8
- CVE-2026-12602Incorrect default permissions in ArubaSign, affecting versio…8.8
- CVE-2026-12605In Eclipse GlassFish versions 8.0.x before 8.0.4, CSRF + SSR…9.6
- CVE-2026-12606Eclipse Grizzly in versions before 5.0.2, cannot properly pa…5.3
- CVE-2026-12609In Eclipse Theia versions 1.66.0 and up until including 1.73…7.5
Are you affected by CVE-2026-12597?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
