Temporary Login <= 1.0.0 - Authentication Bypass to Account Takeover

9.8
Authentication Bypass Using an Alternate Path or Channel
CVE CVE-2026-7567
CVSS 9.8 (Critical)
Publicly Published April 30, 2026
Last Updated May 1, 2026
Researcher TANG Cheuk Hei (siunam)

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.

Learn more about Authentication Bypass vulnerabilities and how to prevent them.

References

Share

Vulnerability Details for Temporary Login

Software Type Plugin
Software Slug temporary-login (view on wordpress.org)
Patched? Yes
Remediation Update to version 1.1.0, or a newer patched version
Affected Version
  • <= 1.0.0
Patched Version
  • 1.1.0

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation