<?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/"><channel><title>Link Whisper Free Plugin — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/link-whisper-free-plugin/</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, 29 May 2026 08:17:03 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/link-whisper-free-plugin/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2025-11262: WordPress Link Whisper Free Plugin Stored XSS Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2025-11262-xss/</link><pubDate>Fri, 29 May 2026 08:17:03 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2025-11262-xss/</guid><description>The Link Whisper Free plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS), allowing unauthenticated attackers to inject arbitrary web scripts into pages, which execute when a user accesses the injected page, affecting versions up to and including 0.9.0.</description><content:encoded><![CDATA[<p>The Link Whisper Free plugin for WordPress, in versions up to and including 0.9.0, contains a stored Cross-Site Scripting (XSS) vulnerability identified as CVE-2025-11262. This vulnerability stems from insufficient input sanitization and output escaping of the <code>user_id</code> parameter. An unauthenticated attacker can exploit this vulnerability by injecting malicious JavaScript code into the WordPress database. When a logged-in user accesses a page containing the injected script, the script executes within their browser session, potentially leading to session hijacking, sensitive information theft, or other malicious activities. This vulnerability poses a significant risk to WordPress sites using the affected plugin versions, as it allows attackers to compromise user accounts and potentially gain administrative control over the site.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a WordPress site using the Link Whisper Free plugin version 0.9.0 or earlier.</li>
<li>The attacker crafts a malicious HTTP request targeting a page or functionality that utilizes the <code>user_id</code> parameter without proper sanitization.</li>
<li>The malicious request injects a JavaScript payload into the <code>user_id</code> parameter.</li>
<li>The WordPress application stores the attacker&rsquo;s payload in the database without proper sanitization or escaping.</li>
<li>A legitimate, authenticated user accesses a page or functionality that retrieves and displays the unsanitized <code>user_id</code> parameter from the database.</li>
<li>The injected JavaScript payload executes within the user&rsquo;s browser session.</li>
<li>The attacker&rsquo;s script can perform actions such as stealing cookies, redirecting the user to a malicious site, or modifying content on the page.</li>
<li>The attacker gains unauthorized access or control through the compromised user session.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2025-11262 allows an unauthenticated attacker to inject malicious JavaScript code into a WordPress site. This injected code can then be executed in the browser of any user who views the affected content. The impact of this vulnerability can range from defacement and redirection to the theft of sensitive information, such as user credentials and session cookies, ultimately enabling account takeover. Given the widespread use of WordPress, this vulnerability could potentially impact a large number of websites and users.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the Link Whisper Free plugin to the latest available version to remediate CVE-2025-11262.</li>
<li>Deploy the provided Sigma rule <code>Detect WordPress Link Whisper XSS Attempt</code> to your SIEM system to identify potential exploitation attempts.</li>
<li>Implement input validation and output encoding for all user-supplied data, especially within WordPress plugins, to prevent XSS vulnerabilities.</li>
<li>Regularly audit WordPress plugins for security vulnerabilities and promptly apply available patches.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>wordpress</category><category>xss</category><category>plugin</category></item></channel></rss>