What the vulnerability does
01Description
The Form Maker by 10Web plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Matrix field (Text Box input type) in form submissions in all versions up to, and including, 1.15.40. This is due to insufficient input sanitization (`sanitize_text_field` strips tags but not quotes) and missing output escaping when rendering submission data in the admin Submissions view. This makes it possible for unauthenticated attackers to inject arbitrary JavaScript through a form submission that executes in the browser of an administrator who views the submission details.
Explanation of Vulnerability in Simple Terms
02Summary
Form Maker by 10Web versions up to 1.15.40 contain a cross-site scripting (XSS) vulnerability that allows attackers to inject malicious scripts without authentication. The vulnerability affects the form builder interface and can impact site visitors and administrators. Attackers can exploit this remotely over the network to steal session tokens, deface content, or redirect users to malicious sites.
What an attacker can do
03Attacker Capabilities
Inject malicious JavaScript that runs in visitors' browsers, stealing cookies or redirecting users to phishing sites.
Potential impact on your site
04Site Impact
Visitors and admins may have sessions hijacked, credentials stolen, or be redirected to malicious sites without their knowledge.
Conditions required to exploit
05Prerequisites
No authentication or user interaction required; attacker can exploit remotely over the network.
Key dates
06Disclosure timeline
April 14, 2026
CVE published
April 14, 2026
Record updated