CVE-2026-8853
Received Received - Intake
Stored XSS in MW WP Form WordPress Plugin

Publication date: 2026-06-10

Last updated on: 2026-06-10

Assigner: Wordfence

Description
The MW WP Form plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'memo' parameter in all versions up to, and including, 5.1.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with editor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. Because the memo value is stored via update_post_meta() rather than wp_insert_post(), WordPress's built-in kses and unfiltered_html protections do not apply, allowing attackers to break out of the textarea element via injected closing tags regardless of role-based content filtering.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-10
Last Modified
2026-06-10
Generated
2026-06-10
AI Q&A
2026-06-10
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
mw_wp_form mw_wp_form to 5.1.3 (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 MW WP Form plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in the 'memo' parameter in all versions up to and including 5.1.3. This occurs because the plugin does not properly sanitize input or escape output for this parameter.

Authenticated users with editor-level access or higher can inject malicious web scripts into pages via the 'memo' parameter. These scripts execute whenever any user accesses the affected page.

The vulnerability exists because the memo value is stored using update_post_meta() instead of wp_insert_post(), which bypasses WordPress's built-in protections like kses and unfiltered_html. This allows attackers to break out of the textarea element using injected closing tags, regardless of role-based content filtering.

Impact Analysis

This vulnerability can allow attackers with editor-level access or higher to inject malicious scripts into WordPress pages, which will execute in the browsers of users who visit those pages.

The impact includes potential theft of user credentials, session hijacking, defacement of the website, or redirection to malicious sites.

Because the vulnerability requires high privileges (editor or above) and has a CVSS base score of 4.4, the risk is moderate but still significant for sites with multiple editors or administrators.

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