<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Rename Wp-Login.php to Anything You Want (&lt;= 2.0.1) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/rename-wp-login.php-to-anything-you-want--2.0.1/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 23 Sep 2026 10:42:51 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/rename-wp-login.php-to-anything-you-want--2.0.1/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>SQL Injection in Rename wp-login.php WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-09-wordpress-sqli/</link><pubDate>Wed, 23 Sep 2026 10:42:51 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-wordpress-sqli/</guid><description>The 'Rename wp-login.php to anything you want' WordPress plugin is vulnerable to unauthenticated time-based SQL injection via the 'log' parameter, allowing sensitive database information extraction.</description><content:encoded><![CDATA[<p>The 'Rename wp-login.php to anything you want' plugin for WordPress (all versions up to and including 2.0.1) contains a critical security vulnerability identified as CVE-2026-93368. The vulnerability is a time-based SQL injection occurring within the 'log' (username) parameter. The flaw stems from insufficient input sanitization and the application of WordPress core 'wp_unslash()' function on user-supplied data before it reaches the plugin's handler. By stripping backslash escaping, this function allows raw single quotes to reach the database query unimpeded. Unauthenticated attackers can leverage this to append malicious SQL queries to existing ones, potentially leading to unauthorized data exfiltration from the WordPress database. Given that the 'log' parameter is processed during login attempts, this provides an accessible vector for attackers to perform blind SQL injection attacks by measuring database response times.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to perform SQL injection against the underlying database. This could result in unauthorized access to sensitive information stored in the WordPress database, including user credentials, configuration data, and site content. Since the vulnerability does not require administrative privileges, any internet-facing WordPress site running this plugin version is at risk of information disclosure.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Immediate action is required for all WordPress installations utilizing the 'Rename wp-login.php to anything you want' plugin.</p>
<ul>
<li>Update the plugin to the latest version (patch for CVE-2026-93368) as soon as it is released by the developer.</li>
<li>If an update is unavailable, deactivate and uninstall the plugin to eliminate the vulnerable code path.</li>
<li>Implement Web Application Firewall (WAF) rules to inspect the 'log' parameter for common SQL injection characters (such as single quotes and sleep/benchmark functions) specifically targeting requests to the plugin's custom login endpoint.</li>
<li>Monitor web server logs for suspicious POST requests to the login page containing SQL injection patterns.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>