CVE-2026-7567CRITICAL 9.8EPSS p94.7%

CVE-2026-7567CVE-2026-7567

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.

Scoring

CVSS 3.19.8 (CRITICAL)
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS9.25% probability of exploitation · percentile 94.7% · 2026-06-19T12:03:05Z
Published2026-05-01
Last modified2026-05-01

Underlying weaknesses· 1

CWE-288

References

  1. https://plugins.trac.wordpress.org/browser/temporary-login/tags/1.0.0/core/admin.php#L135
  2. https://plugins.trac.wordpress.org/browser/temporary-login/tags/1.0.0/core/admin.php#L179
  3. https://plugins.trac.wordpress.org/browser/temporary-login/tags/1.0.0/core/options.php#L157
  4. https://plugins.trac.wordpress.org/browser/temporary-login/trunk/core/admin.php#L135
  5. https://plugins.trac.wordpress.org/browser/temporary-login/trunk/core/admin.php#L179
  6. https://plugins.trac.wordpress.org/browser/temporary-login/trunk/core/options.php#L157
  7. https://www.wordfence.com/threat-intel/vulnerabilities/id/f97c669b-86c1-4873-a050-76972f494099?source=cve

1

TypeTargetConfidenceTier
WeaknessAuthentication Bypass Using an Alternate Path or Channelcwe-2880%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2025-6895
CVE
CVE-2025-12374
CVE
CVE-2025-13539
CVE
CVE-2025-1717
CVE
CVE-2025-7444
CVE
CVE-2025-5821
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.