CVE-2026-57814
Deferred Deferred - Pending Action

DOM-Based XSS in Forminator WordPress Plugin

Vulnerability report for CVE-2026-57814, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Patchstack

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in WPMU DEV - Your All-in-One WordPress Platform Forminator forminator allows DOM-Based XSS.This issue affects Forminator: from n/a through <= 1.55.0.1.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wpmu_dev forminator to 1.55.0.1 (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

This vulnerability is a Cross-site Scripting (XSS) issue found in the Forminator plugin by WPMU DEV for WordPress. Specifically, it is a DOM-Based XSS vulnerability, which means that malicious scripts can be injected and executed in the user's browser through improper neutralization of input during web page generation.

Detection Guidance

Detecting this DOM-Based Cross-Site Scripting (XSS) vulnerability in the Forminator plugin (versions <= 1.55.0.1) on your system or network requires checking for vulnerable plugin versions and testing for potential exploitation vectors.

  • Check the installed version of the Forminator plugin on your WordPress site. Navigate to the WordPress admin dashboard, go to 'Plugins', and look for 'Forminator'. If the version is 1.55.0.1 or lower, the site is vulnerable.
  • Use a WordPress security plugin or tool like WPScan to scan for vulnerable plugins. Example command: wpscan --url yourwebsite.com --enumerate vp (replace 'yourwebsite.com' with your site's URL).
  • Manually inspect form submissions or input fields in Forminator for unexpected JavaScript execution. This may involve reviewing form configurations or testing with benign XSS payloads in a controlled environment (e.g., <script>alert(1)</script>).

Note: Manual testing for DOM-Based XSS requires caution to avoid unintended consequences. Always perform such tests in a staging environment.

Impact Analysis

Exploitation of this vulnerability can lead to an attacker executing arbitrary scripts in the context of the affected website. This can result in unauthorized actions such as stealing user credentials, hijacking user sessions, defacing web content, or performing other malicious activities that compromise confidentiality, integrity, and availability.

Compliance Impact

This vulnerability, a DOM-Based Cross-Site Scripting (XSS) issue in Forminator, can impact compliance with standards and regulations like GDPR and HIPAA due to its potential to expose sensitive data or allow unauthorized actions.

  • GDPR: The vulnerability may lead to unauthorized access to user data or session hijacking, violating GDPR's requirements for data protection and confidentiality (Articles 5, 32). If personal data is compromised, it could trigger breach notification obligations under Article 33.
  • HIPAA: For organizations handling protected health information (PHI), this vulnerability could result in unauthorized access to PHI, violating the HIPAA Security Rule (45 CFR Part 164, Subpart C). This may lead to non-compliance penalties if proper safeguards are not implemented.
  • Other standards: The vulnerability may also conflict with requirements in standards like PCI DSS (if payment data is involved) or ISO 27001, which mandate secure handling of user inputs and protection against injection attacks.

The CVSS score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L) indicates a moderate to high risk, which could draw scrutiny from auditors or regulators if left unaddressed.

Mitigation Strategies

To mitigate this vulnerability, follow these immediate steps:

  • Update the Forminator plugin to the latest version if a patch is available. Check the WPMU DEV website or WordPress plugin repository for updates.
  • If no patch is available, consider disabling the Forminator plugin temporarily until a fix is released to eliminate the attack surface.
  • Implement a Web Application Firewall (WAF) to block XSS payloads. Many WAFs can detect and prevent DOM-Based XSS attacks by filtering malicious input.
  • Review and sanitize all user inputs in forms created with Forminator. Ensure that any custom code or configurations do not allow unsanitized input to be rendered in the DOM.
  • Monitor your website for suspicious activity, such as unexpected script execution or unauthorized form submissions, which may indicate exploitation attempts.

Chat Assistant

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

EPSS Chart