Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Unauthenticated network injection (AV:N/AC:L/PR:N); UI:R because payload only fires when an admin opens the broken-link page; S:C and C:L/I:L for admin-session XSS impact.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The WP Meta SEO plugin for WordPress is vulnerable to Unauthenticated Stored Cross-Site Scripting via the REQUEST_URI server variable in all versions up to, and including, 4.5.18. When the plugin's wpmsTemplateRedirect() hook detects a 404, it concatenates $_SERVER['HTTP_HOST'] with the raw $_SERVER['REQUEST_URI'] and inserts that value verbatim into the wp_wpms_links.link_url column via $wpdb->insert(). This makes it possible for unauthenticated attackers to inject arbitrary web scripts that execute whenever an administrator views the plugin's 404 & Redirects admin page (/wp-admin/admin.php?page=metaseo_broken_link).
Articles & Coverage 2
AnalysisAI
Unauthenticated stored cross-site scripting in the WP Meta SEO WordPress plugin (versions ≤ 4.5.18 by Joomunited) lets remote attackers persist arbitrary JavaScript into the wp_wpms_links.link_url database column by sending HTTP requests with a malicious URI to any 404 path. The payload executes in the browser of any administrator who opens the plugin's '404 & Redirects' admin page, enabling session hijacking or admin-on-behalf actions. No public exploit identified at time of analysis; no KEV listing.
Technical ContextAI
WP Meta SEO is a WordPress SEO/redirects plugin distributed by Joomunited (CPE cpe:2.3:a:joomunited:wp_meta_seo). The flaw is a classic CWE-79 (Improper Neutralization of Input During Web Page Generation) realized via unsafe persistence: the wpmsTemplateRedirect() hook in wp-meta-seo.php triggers on 404 responses and concatenates $_SERVER['HTTP_HOST'] with the raw, attacker-controlled $_SERVER['REQUEST_URI'], then writes the string verbatim into the database through $wpdb->insert(). Because $wpdb->insert() only parameterizes for SQL safety (not HTML/JS encoding), and the broken-links admin table renders the stored value without output escaping (inc/class.metaseo-broken-link-table.php referenced in the advisory), the unsanitized payload reaches an authenticated administrator's DOM unchanged.
RemediationAI
Upstream fix available (referenced via plugins.trac.wordpress.org changeset between tags 4.5.12 and 4.5.13); a released patched version covering 4.5.18 is not independently confirmed in the supplied data, so upgrade to the latest WP Meta SEO release available on the WordPress.org plugin directory and verify the installed version is greater than 4.5.18 before considering the issue closed. Consult the Wordfence advisories (https://www.wordfence.com/threat-intel/vulnerabilities/id/beceb218-34bf-4571-a07b-939abc7ead8e?source=cve and https://ti.wordfence.io/vulnerabilities/ca91e41d-b728-4eb0-86d5-043813d8c2c1) for the fixed version number once published. If immediate patching is not possible, deactivate the WP Meta SEO plugin (loses SEO and redirect-management functionality but eliminates the sink), or block administrator access to /wp-admin/admin.php?page=metaseo_broken_link via a WAF/.htaccess rule (admins lose visibility into broken links until patched), or truncate the wp_wpms_links table after each suspected attack window (manually deletes legitimate broken-link records as a side effect). A WAF rule that strips or rejects < and > characters in REQUEST_URI on 404 responses can also blunt the injection at the network edge, with the side effect of breaking any legitimate URLs containing those characters.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38678
GHSA-qhjr-7q98-w4h3