CVE-2026-9643
Received Received - Intake
Unauthenticated Stored XSS in WP Meta SEO Plugin

Publication date: 2026-06-24

Last updated on: 2026-06-24

Assigner: Wordfence

Description
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`).
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-24
Last Modified
2026-06-24
Generated
2026-06-24
AI Q&A
2026-06-24
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wp_meta_seo wp_meta_seo to 4.5.18 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The WP Meta SEO plugin for WordPress has a vulnerability known as Unauthenticated Stored Cross-Site Scripting (XSS) in all versions up to and including 4.5.18.

This vulnerability occurs because the plugin's `wpmsTemplateRedirect()` hook, when detecting a 404 error, concatenates the HTTP host with the raw request URI and inserts this combined value directly into the database without sanitization.

As a result, an unauthenticated attacker can inject malicious scripts via the REQUEST_URI server variable, which are then stored and executed whenever an administrator views the plugin's 404 & Redirects admin page.

Impact Analysis

This vulnerability can allow unauthenticated attackers to execute arbitrary scripts in the context of an administrator's browser.

Such script execution can lead to theft of administrator credentials, session hijacking, or unauthorized actions performed with administrator privileges.

Because the attack is stored, the malicious script persists and triggers every time the affected admin page is viewed, increasing the risk of compromise.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-9643. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart