<?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>W3 Total Cache - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/w3-total-cache/</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>Fri, 14 Aug 2026 04:06:10 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/w3-total-cache/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>Stored Cross-Site Scripting in W3 Total Cache</title><link>https://feed.craftedsignal.io/briefs/2026-08-w3-total-cache-xss/</link><pubDate>Fri, 14 Aug 2026 04:06:10 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-w3-total-cache-xss/</guid><description>The W3 Total Cache plugin for WordPress versions up to 2.10.3 is vulnerable to Stored Cross-Site Scripting when the Lazy Load Images feature is enabled, allowing unauthenticated attackers to inject malicious scripts via comment author names.</description><content:encoded><![CDATA[<p>The W3 Total Cache plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) due to insufficient input sanitization and output escaping when processing comment author names. This vulnerability, identified as CVE-2026-18109, affects all versions up to and including 2.10.3. The flaw is specifically triggered when the 'Lazy Load Images' feature is enabled. The vulnerability exists because the plugin's LazyLoad mutator performs unsafe re-emission of data during the img tag rewriting process. An unauthenticated attacker can supply a crafted string as an author name in a comment, which is then stored by the application and injected into pages where images are lazy-loaded. When an unsuspecting user, such as an administrator, views a page containing the injected comment, the malicious script executes within their browser context, potentially leading to session hijacking, unauthorized actions, or site redirection.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target WordPress site using W3 Total Cache with the 'Lazy Load Images' feature enabled.</li>
<li>Attacker submits a new comment on a public post, populating the 'Author Name' field with a payload containing malicious JavaScript (e.g., &lt;script&gt;alert(1)&lt;/script&gt;).</li>
<li>The WordPress application accepts the comment and stores the malicious payload in the 'comment_author' database column.</li>
<li>The W3 Total Cache plugin detects the comment during page rendering.</li>
<li>The plugin's LazyLoad mutator attempts to process images on the page and incorrectly re-emits the stored 'comment_author' string within an HTML attribute or tag content.</li>
<li>The injected script is rendered into the HTML of the page served to visitors.</li>
<li>A legitimate user (e.g., an administrator) navigates to the compromised page.</li>
<li>The victim's browser executes the attacker-supplied script, resulting in potential account takeover or unauthorized operations.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The vulnerability allows unauthenticated remote attackers to execute arbitrary web scripts in the browser of any user who views the affected content. This poses a significant risk for administrative account compromise, as administrators frequently view comment moderation queues or pages where comments appear. If successful, this can lead to full site takeover, configuration changes, or the installation of malicious plugins.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update the W3 Total Cache plugin to a version beyond 2.10.3 immediately to patch CVE-2026-18109.</li>
<li>Disable the 'Lazy Load Images' feature in W3 Total Cache until the update can be applied to mitigate the specific attack vector.</li>
<li>Audit existing comments on WordPress sites for anomalous characters or script tags in the author name field.</li>
<li>Enable Content Security Policy (CSP) headers to restrict the execution of inline scripts and unauthorized external resources.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>