<?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>Cpe:2.3:a:wpfastestcache:wp_fastest_cache:*:*:*:*:*:wordpress:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3awpfastestcachewp_fastest_cachewordpress/</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>Sun, 06 Sep 2026 06:47:07 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3awpfastestcachewp_fastest_cachewordpress/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>Unauthenticated Blind SQL Injection in WP Fastest Cache</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2023-6063-wp-fastest-cache/</link><pubDate>Sun, 06 Sep 2026 06:47:07 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2023-6063-wp-fastest-cache/</guid><description>WP Fastest Cache versions 1.2.2 and earlier contain a blind SQL injection vulnerability allowing unauthenticated attackers to exfiltrate sensitive user data via the wordpress_logged_in cookie.</description><content:encoded><![CDATA[<p>The WordPress plugin WP Fastest Cache, in versions 1.2.2 and earlier, is vulnerable to a time-based blind SQL injection (SQLi) attack. An unauthenticated attacker can exploit this flaw by sending specifically crafted HTTP requests containing a malicious <code>wordpress_logged_in</code> cookie. The injection point exists within the plugin's handling of this cookie, which fails to sanitize input before using it in database queries. By leveraging time-based SQL operators such as <code>SLEEP()</code>, an attacker can extract sensitive information from the <code>wp_users</code> table, including hashed user passwords and email addresses. A functional proof-of-concept exploit is publicly available, significantly increasing the risk of exploitation for sites running outdated versions of the plugin.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target WordPress site running WP Fastest Cache version &lt;= 1.2.2.</li>
<li>Attacker crafts an HTTP request targeting the site, injecting SQL injection syntax into the <code>wordpress_logged_in</code> cookie.</li>
<li>The malicious cookie payload includes a SQL <code>IF</code> statement and a <code>SLEEP()</code> command (e.g., <code>AND (IF((SELECT user_pass FROM wp_users WHERE user_login=&quot;admin&quot;) LIKE 'a%', SLEEP(5), 0))-- -</code>).</li>
<li>The plugin processes the crafted cookie and executes the injected SQL command against the WordPress backend database.</li>
<li>The attacker observes the response latency of the server to confirm if the condition in the SQL statement is true (a successful guess returns a delayed response).</li>
<li>The attacker iterates this process character by character to exfiltrate hashed user passwords and email addresses.</li>
<li>Exfiltrated hashes are processed offline using tools like <code>hashcat</code> or <code>john</code> to recover plain-text credentials.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to bypass access controls and steal account information for registered WordPress users, including administrators. This leads to the compromise of user credentials, which can then be used to gain unauthorized administrative access to the WordPress site, leading to full site takeover, malware distribution, or further network exploitation.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update the WP Fastest Cache plugin to version 1.2.3 or later immediately.</li>
<li>If an immediate update is not possible, disable the plugin until a patch is applied.</li>
<li>Configure a Web Application Firewall (WAF) to inspect and block HTTP requests containing SQL injection patterns within the <code>wordpress_logged_in</code> cookie field.</li>
<li>Review database access logs and web server logs for suspicious requests involving repetitive delays or SQL injection characters in cookie headers.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>sqli</category><category>vulnerability</category><category>wordpress</category><category>plugin</category></item></channel></rss>