Skip to main content

WP Meta SEO EUVDEUVD-2026-38678

| CVE-2026-9643 HIGH
Cross-site Scripting (XSS) (CWE-79)
2026-06-24 Wordfence GHSA-qhjr-7q98-w4h3
7.2
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
7.2 HIGH
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
vuln.today AI
6.1 MEDIUM

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.

3.1 AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N

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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jun 24, 2026 - 06:51 vuln.today
CVE Published
Jun 24, 2026 - 05:33 cve.org
HIGH 7.2

DescriptionCVE.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).

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.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

Share

EUVD-2026-38678 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy