Atomic Edge Proof of Concept automated generator using AI diff analysis
Published : June 9, 2026

CVE-2026-8853: MW WP Form <= 5.1.3 Authenticated (Editor+) Stored Cross-Site Scripting via 'memo' Parameter PoC, Patch Analysis & Rule

CVE ID CVE-2026-8853
Plugin mw-wp-form
Severity Medium (CVSS 4.4)
CWE 79
Vulnerable Version 5.1.3
Patched Version 5.1.4
Disclosed June 8, 2026

Analysis Overview

Atomic Edge analysis of CVE-2026-8853:

This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the MW WP Form plugin for WordPress, affecting versions up to and including 5.1.3. The vulnerability resides in the contact data detail template and allows authenticated attackers with Editor-level access or higher to inject arbitrary web scripts via the ‘memo’ parameter. The stored script executes whenever a user accesses the injected page. The CVSS score is 4.4, indicating moderate severity.

The root cause is insufficient output escaping of the memo field in the template file `mw-wp-form/templates/contact-data/detail.php`. At line 77 of the vulnerable version, the code uses `get( ‘memo’ ); ?>` to render the memo value inside a `alert(1)alert(document.cookie)