CVE-2026-85122
8.8WhiteStudio · Easy Form Builder
The Easy Form Builder WordPress plugin before 4.2.0 contains a Stored Cross-Site Scripting (XSS) vulnerability allowing unauthenticated users to inject malicious scripts into administrative pages.
Executive summary
A high-severity Stored XSS vulnerability in the Easy Form Builder plugin allows unauthenticated attackers to execute malicious scripts within the context of an administrator session.
Vulnerability
This flaw is a Stored Cross-Site Scripting (CWE-79) vulnerability where the plugin fails to validate submitted form values against stored configurations. Unauthenticated attackers can inject arbitrary content that is rendered unescaped in an administrative interface.
Business impact
Successful exploitation allows an attacker to execute arbitrary JavaScript in the browser of an authenticated administrator. This can lead to full site compromise, unauthorized administrative actions, or the theft of sensitive session tokens. With a CVSS score of 8.8, this vulnerability represents a significant risk to the integrity and confidentiality of the WordPress environment.
Remediation
Immediate Action: Update the Easy Form Builder plugin to version 4.2.0 or later immediately to apply the necessary input validation fixes.
Proactive Monitoring: Review administrative audit logs for unusual activity or unauthorized changes to form configurations that might indicate an attempt to inject malicious payloads.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common XSS patterns in form submissions until the plugin update can be applied.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the potential for complete administrative compromise via Stored XSS, administrators should prioritize updating the Easy Form Builder plugin across all affected WordPress instances. Testing the update in a staging environment is advised, followed by a prompt rollout to production to eliminate the risk of unauthorized script execution.
History
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- Analyst report written
- Published in the daily brief high section
Sources
Originally found and disclosed by Civitasmass, with WPScan (coordinator), per the CVE Program record.