---
id: CVE-2026-93368
title: >-
  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 para…
summary: >-
  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 para…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-89
vendor: travispluse
product: Rename wp-login.php to anything you want
affected:
  - rename_wp-login.php_to_anything_you_want <= 2.0.1
published: '2026-09-23'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T19:19:45.020'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-93368'
references:
  - url: >-
      https://plugins.trac.wordpress.org/browser/rename-wp-loginphp-to-anything-you-want/tags/2.0.1/init.php#L217
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/rename-wp-loginphp-to-anything-you-want/tags/2.0.1/init.php#L388
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/rename-wp-loginphp-to-anything-you-want/tags/2.0.1/init.php#L398
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/rename-wp-loginphp-to-anything-you-want/tags/2.0.1/init.php#L421
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/89a07c47-b57c-49de-9f7c-a2bb29e3fecc?source=cve
    label: security@wordfence.com
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-23T18:37:24.330305Z'
epss: 0.00505
epssPercentile: 0.42197
ingestedAt: '2026-09-23T09:21:16.967Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
