CVE-2026-9643
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe 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`).
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe WP Meta SEO plugin directly uses unsanitized `$_SERVER['REQUEST_URI']` and `$_SERVER['HTTP_HOST']` values in database inserts when handling 404 errors via the `wpmsTemplateRedirect()` hook. This allows unauthenticated attackers to inject persistent JavaScript that executes when administrators access the plugin's 404 & Redirects admin page.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify WP Meta SEO plugin installationIn WordPress admin, go to Plugins > Installed Plugins and locate 'WP Meta SEO', or check the /wp-content/plugins/ directory for the wp-meta-seo folder. Note the version number displayed.Affected if The plugin is installed and the version is lower than the patched release.
-
Determine if 404 handling is activeNavigate to WP Meta SEO > 404 & Redirects in the admin dashboard. Check whether the plugin's 404 error logging or redirect functionality is enabled.Affected if The 404 & Redirects feature is turned on, allowing the vulnerable code path in wpmsTemplateRedirect() to execute.
-
Inspect database for suspicious 404 recordsAccess the WordPress database (via phpMyAdmin or command line) and query tables related to meta SEO 404 tracking, looking for URI or host values containing script tags, javascript:, or other XSS patterns.Affected if Database entries contain unsanitized URI/host data with embedded script tags or event handlers.
-
Review server access logs for XSS probe patternsExamine web server access logs (Apache/Nginx) for 404 requests where the requested URI contains patterns like <script, javascript:, or onerror= that target the vulnerable endpoint.Affected if Logs show unauthenticated requests with XSS payloads in the URI prior to admin access.
-
Test admin 404 page for script executionAs an administrator, access the WP Meta SEO 404 & Redirects admin page with a clean browser session and observe whether unexpected JavaScript executes or console errors appear.Affected if The admin 404 page renders stored content that executes arbitrary JavaScript.
A user is affected if WP Meta SEO plugin is installed with an unpatched version, the 404 & Redirects feature is enabled, and the database contains or the site has logged malicious XSS payloads in URI/host fields.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate to a patched version of WP Meta SEO. Until then, disable the plugin or implement web application firewall rules to block malicious requests with XSS payloads in the URI.
Upgrade to the latest available version of WP Meta SEO (version higher than 4.5.18)
- 1. Navigate to the WordPress admin dashboard
- 2. Go to Plugins > Installed Plugins
- 3. Locate the 'WP Meta SEO' plugin
- 4. Check the current version number (should be 4.5.18 or lower)
- 5. If an update is available, click 'Update Now' to install the latest version
- 6. Alternatively, download the latest version from the WordPress plugin repository and upload it manually via Plugins > Add New > Upload Plugin
- 7. After updating, verify the plugin is active and functioning correctly
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-9643 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-9643 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data