Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Lifecycle Timeline
4DescriptionCVE.org
The rexCrawler plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'url' and 'regex' parameters in the search-pattern tester page in all versions up to, and including, 1.0.15 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick an administrator into performing an action such as clicking on a link. This only affects multi-site installations and installations where unfiltered_html has been disabled.
AnalysisAI
The rexCrawler WordPress plugin contains a Reflected Cross-Site Scripting (XSS) vulnerability in the search-pattern tester page that allows unauthenticated attackers to inject arbitrary web scripts via inadequately sanitized 'url' and 'regex' parameters. Affected versions are up to and including 1.0.15 (CPE: cpe:2.3:a:larsdrasmussen:rexcrawler:*:*:*:*:*:*:*:*), with exploitation requiring social engineering to trick administrators into clicking a malicious link. This vulnerability is limited to WordPress multisite installations or sites where the unfiltered_html capability has been disabled, and carries a CVSS v3.1 score of 6.1 with an AV:N/AC:L/PR:N/UI:R/S:C profile indicating network-based exploitation with user interaction required.
Technical ContextAI
The vulnerability is rooted in CWE-79 (Improper Neutralization of Input During Web Page Generation), a classic reflected XSS flaw where user-supplied input from HTTP parameters is rendered in HTML responses without proper sanitization or output encoding. The rexCrawler plugin, developed by larsdrasmussen for WordPress, implements a regex testing utility (admin_regex_test.php at lines 25 and 29 per plugin repository evidence) that directly echoes the 'url' and 'regex' query parameters into the page without escaping HTML entities or applying WordPress sanitization functions like sanitize_text_field() or esc_attr(). WordPress's unfiltered_html capability, when disabled or restricted in multisite environments, prevents administrators from directly embedding HTML, making client-side XSS payloads in plugin output exploitable even for high-privilege users who lack explicit script execution permissions.
RemediationAI
Update the rexCrawler plugin to a patched version released after 1.0.15; check the official WordPress plugin repository (https://plugins.wordpress.org/rexcrawler/) or Wordfence advisory for the fixed version number and installation instructions. The plugin author (larsdrasmussen) should have released a patch implementing proper input sanitization (via WordPress functions like sanitize_text_field()) and output escaping (via esc_attr() or esc_html()) on the 'url' and 'regex' parameters in admin_regex_test.php. Until patching is completed, administrators of affected WordPress installations should restrict access to the search-pattern tester page via firewall rules or web application firewall (WAF) rules blocking requests to admin_regex_test.php with URL or regex query parameters, and should audit access logs for evidence of exploitation attempts. Organizations unable to patch immediately should consider disabling the rexCrawler plugin entirely if its core functionality is not critical.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14000
GHSA-4r2x-xpjr-7cvv