CVE-2026-7567
Last modified
CVE-2026-7567 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. The Temporary Login plugin for WordPress is vulnerable to Authentication Bypass in versions up to and including 1.0.0. This is due to improper input validation in the maybe_login_temporary_user() function, which fails to verify that the 'temp-login-token' GET parameter is a scalar string before processing it. EPSS estimates a 9.25% chance of exploitation in the next 30 days.
Description
The Temporary Login plugin for WordPress is vulnerable to Authentication Bypass in versions up to and including 1.0.0. This is due to improper input validation in the maybe_login_temporary_user() function, which fails to verify that the 'temp-login-token' GET parameter is a scalar string before processing it. When the parameter is supplied as an array, PHP's empty() check is bypassed and sanitize_key() returns an empty string, which is then passed as the meta_value to get_users(). WordPress ignores an empty meta_value and returns all users matching the meta_key '_temporary_login_token', allowing authentication without a valid token. This makes it possible for unauthenticated attackers to authenticate as any active temporary login user by sending a single crafted GET request.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-7567?
How severe is CVE-2026-7567?
How do I fix CVE-2026-7567?
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-7559The Affilia – Affiliate Program & Referral Tracking for Word…4.3
- CVE-2026-7561The Tm – WordPress Redirection plugin for WordPress is vulne…6.1
- CVE-2026-7562The WP-Redirection plugin for WordPress is vulnerable to Cro…4.3
- CVE-2026-7563The Classified Listing – AI-Powered Classified ads & Busines…4.3
- CVE-2026-7565The LearnPress – Backup & Migration Tool plugin for WordPres…4.9
- CVE-2026-7566The LearnPress – Backup & Migration Tool plugin for WordPres…6.6
- CVE-2026-7568In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.…7.5
- CVE-2026-7569Quest NetVault Backup viewclient Cross-Site Scripting Authen…8.8
- CVE-2026-7570Quest NetVault Backup NVBUDashboard SQL Injection Remote Cod…8.8
- CVE-2026-7571A flaw was found in Keycloak. A low-privilege user, with kno…7.1
- CVE-2026-7572An off-by-one error (CWE-193) in the ConsumeUnit16Array and …5.5
- CVE-2026-7573An authorization bypass (CWE-639) in the GetUserRoles gRPC A…7.7
Are you affected by CVE-2026-7567?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
