Temporary Login <= 1.0.0 - Authentication Bypass to Account Takeover
Summary
| CVE | CVE-2026-7567 |
|---|---|
| State | PUBLISHED |
| Assigner | Wordfence |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-05-01 10:15:58 UTC |
| Updated | 2026-05-01 10:15:58 UTC |
| 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. |
Risk And Classification
Primary CVSS: v3.1 9.8 CRITICAL from [email protected]
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Problem Types: CWE-288 | CWE-288 CWE-288 Authentication Bypass Using an Alternate Path or Channel
| Version | Source | Type | Score | Severity | Vector |
|---|---|---|---|---|---|
| 3.1 | [email protected] | Primary | 9.8 | CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| 3.1 | CNA | DECLARED | 9.8 | CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
CVSS v3.1 Breakdown
Attack Vector
NetworkAttack Complexity
LowPrivileges Required
NoneUser Interaction
NoneScope
UnchangedConfidentiality
HighIntegrity
HighAvailability
HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | Elemntor | Temporary Login | affected 1.0.0 semver | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| plugins.trac.wordpress.org/browser/temporary-login/trunk/core/options.php | [email protected] | plugins.trac.wordpress.org | |
| plugins.trac.wordpress.org/browser/temporary-login/tags/1.0.0/core/options.php | [email protected] | plugins.trac.wordpress.org | |
| plugins.trac.wordpress.org/browser/temporary-login/trunk/core/admin.php | [email protected] | plugins.trac.wordpress.org | |
| plugins.trac.wordpress.org/browser/temporary-login/tags/1.0.0/core/admin.php | [email protected] | plugins.trac.wordpress.org | |
| plugins.trac.wordpress.org/browser/temporary-login/tags/1.0.0/core/admin.php | [email protected] | plugins.trac.wordpress.org | |
| plugins.trac.wordpress.org/browser/temporary-login/trunk/core/admin.php | [email protected] | plugins.trac.wordpress.org | |
| www.wordfence.com/threat-intel/vulnerabilities/id/f97c669b-86c1-4873-a050-76972... | [email protected] | www.wordfence.com | |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
Vendor Comments And Credit
Discovery Credit
CNA: TANG Cheuk Hei (en)
Additional Advisory Data
| Source | Time | Event |
|---|---|---|
| CNA | 2026-04-30T20:59:11.000Z | Disclosed |
There are currently no legacy QID mappings associated with this CVE.