Description
The Rename wp-login.php to anything you want plugin for WordPress is vulnerable to time-based SQL Injection via 'log' (Username) Parameter in all versions up to, and including, 2.0.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. WordPress core applies wp_unslash() to the 'log' POST value before dispatching the wp_login_failed action, stripping magic-quotes backslash escaping and allowing a raw single quote to reach the plugin's handler unimpeded.
Published: 2026-09-23
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated SQL Injection
Action: Apply Patch
AI Analysis

Impact

The Rename wp-login.php plugin for WordPress is vulnerable to time‑based SQL injection in all versions through 2.0.1. The flaw arises from insufficient escaping on the user‑supplied 'log' (username) parameter and a lack of preparation on the SQL query that the plugin builds. Because WordPress core strips single‑quote escaping before the plugin processes the value, an unauthenticated attacker can inject arbitrary SQL. This allows the attacker to execute additional queries on the database, potentially retrieving sensitive information such as user credentials or configuration data. The weakness is classic SQL injection (CWE‑89).

Affected Systems

The vulnerable plugin is 'Rename wp-login.php to anything you want', authored by travispluse. Versions up to and including 2.0.1 are affected. Users running WordPress sites that have this plugin installed and are using these versions are impacted. No other versions or products are listed as affected.

Risk and Exploitability

The CVSS score is 7.5, indicating a high severity. The EPSS score is below 1%, suggesting a low probability of exploitation at present. The vulnerability is listed in CISA KEV as not present. The injection can be triggered by sending a crafted POST request to the login endpoint with a specially crafted 'log' value; authentication is not required. The attacker can extract data via time delays or returned results. The lack of authentication and the direct web‑exposed parameter make exploitation likely if a site has the vulnerable plugin enabled.

Generated by OpenCVE AI on September 23, 2026 at 14:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Rename wp-login.php plugin to the latest version (≥ 2.0.2) where the SQL injection is fixed.
  • If upgrading is not feasible, deactivate or remove the plugin to eliminate the vulnerable code path.
  • Restrict access to the login endpoint by firewall rules or IP whitelist, or use a web application firewall that blocks or sanitizes the 'log' parameter to prevent injection attempts.

Generated by OpenCVE AI on September 23, 2026 at 14:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 23 Sep 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Travispluse
Travispluse rename Wp-login.php To Anything You Want
Wordpress
Wordpress wordpress
Vendors & Products Travispluse
Travispluse rename Wp-login.php To Anything You Want
Wordpress
Wordpress wordpress

Wed, 23 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
Description The Rename wp-login.php to anything you want plugin for WordPress is vulnerable to time-based SQL Injection via 'log' (Username) Parameter in all versions up to, and including, 2.0.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. WordPress core applies wp_unslash() to the 'log' POST value before dispatching the wp_login_failed action, stripping magic-quotes backslash escaping and allowing a raw single quote to reach the plugin's handler unimpeded.
Title Rename wp-login.php to anything you want <= 2.0.1 - Unauthenticated SQL Injection via 'log' (Username) Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Travispluse Rename Wp-login.php To Anything You Want
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-23T08:28:05.444Z

Reserved: 2026-09-17T19:00:38.899Z

Link: CVE-2026-93368

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-23T09:17:09.247

Modified: 2026-09-23T14:57:49.540

Link: CVE-2026-93368

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T15:36:59Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')