<?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:wordpress:the_vigilant_100_free_security_suite_firewall_2fa_login_headers_scanner:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3awordpressthe_vigilant_100_free_security_suite_firewall_2fa_login_headers_scanner/</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, 11 Sep 2026 05:12:16 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3awordpressthe_vigilant_100_free_security_suite_firewall_2fa_login_headers_scanner/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 XSS in The Vigilant Security Plugin for WordPress</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2026-81754/</link><pubDate>Fri, 11 Sep 2026 05:12:16 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2026-81754/</guid><description>The Vigilant security plugin for WordPress version 2.10.2 and earlier is vulnerable to Stored Cross-Site Scripting via the User-Agent header, allowing unauthenticated attackers to execute arbitrary scripts in the dashboard.</description><content:encoded><![CDATA[<p>The Vigilant security plugin for WordPress, a suite providing firewall and login protection features, contains a vulnerability in all versions up to and including 2.10.2. The plugin fails to sufficiently sanitize and escape data from the User-Agent HTTP header before storing and displaying it within the application interface. This oversight allows unauthenticated attackers to conduct Stored Cross-Site Scripting (XSS) attacks. By crafting a malicious User-Agent header and triggering a failed login attempt, an attacker can cause the plugin to store an XSS payload in its database logs. When an administrator later views the logs or affected pages where the User-Agent is rendered, the payload executes in the context of the administrator's session. This flaw potentially allows unauthorized actions, privilege escalation, or session hijacking within the WordPress dashboard, making it a high-risk vector for site compromise.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-81754 leads to Stored XSS within the WordPress administration panel. If an administrator views the logs populated by this plugin, the attacker can execute arbitrary JavaScript. This impact includes the potential for creating new administrative accounts, modifying site settings, or exfiltrating sensitive session tokens. The vulnerability affects any WordPress installation utilizing the impacted plugin version.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the immediate update of the 'The Vigilant' plugin to any version released after 2.10.2. In the absence of an available patch, disable the plugin's logging functionality or implement a Web Application Firewall (WAF) rule to block or strip common XSS patterns from the User-Agent HTTP header.</p>
<h2 id="rules">Rules</h2>
<p>title: &quot;Detect Stored XSS Attempt via User-Agent in WordPress&quot;
description: &quot;Detects potential exploitation of CVE-2026-81754 - HTTP requests containing common XSS payloads within the User-Agent header directed at WordPress login or API endpoints.&quot;
logsource:
category: webserver
detection:
selection:
cs-method: &quot;POST&quot;
cs-uri-stem|contains:</p>
<ul>
<li>&quot;/wp-login.php&quot;</li>
<li>&quot;/wp-admin/admin-ajax.php&quot;
user-agent|contains:</li>
<li>&quot;&lt;script&quot;</li>
<li>&quot;javascript:&quot;</li>
<li>&quot;onload=&quot;</li>
<li>&quot;onerror=&quot;
condition: selection
level: high
tags:</li>
<li>attack.initial_access</li>
<li>attack.t1190
falsepositives:</li>
<li>&quot;Legitimate security scanners or automated testing tools using anomalous User-Agent strings&quot;
tests:
positive:</li>
<li>name: &quot;Failed login attempt with XSS payload in User-Agent&quot;
data:</li>
<li>cs-method: &quot;POST&quot;
cs-uri-stem: &quot;/wp-login.php&quot;
user-agent: &quot;Mozilla/5.0 &lt;script&gt;alert(1)&lt;/script&gt;&quot;
negative:</li>
<li>name: &quot;Normal login attempt&quot;
data:</li>
<li>cs-method: &quot;POST&quot;
cs-uri-stem: &quot;/wp-login.php&quot;
user-agent: &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64)&quot;
handoff:
detection_confidence: &quot;high&quot;
required_telemetry:</li>
<li>log_source: &quot;Webserver access logs&quot;
event_or_channel: &quot;HTTP request logs&quot;
required_fields:</li>
<li>&quot;cs-method&quot;</li>
<li>&quot;cs-uri-stem&quot;</li>
<li>&quot;user-agent&quot;
availability: &quot;available&quot;
notes: &quot;Requires logging of full HTTP request headers&quot;
validation:
status: &quot;needs_environment_validation&quot;
steps:</li>
<li>&quot;Send a safe, benign string in a custom User-Agent header to a staging instance to confirm logging visibility&quot;
expected_telemetry: &quot;Web server log entry containing the custom User-Agent&quot;
pass_criteria: &quot;Detection rule identifies the payload in the logs&quot;
suggested_owner: &quot;Detection Engineering&quot;</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>xss</category><category>wordpress</category><category>cve-2026-81754</category></item></channel></rss>