CVE-2026-4388 HIGH

CVE-2026-4388: Form Maker by 10Web <= 1.15.40 - Unauthenticated Stored Cross-Site Scripting via Matrix Field Text Box

Vendor 10Web
Product Form Maker by 10Web – Mobile-Friendly Drag & Drop Contact Form Builder
Weakness CWE-79 · XSS
Published April 14, 2026
Last update April 14, 2026

CVSS base score

7.2/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

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

Related vulnerabilities

08Related CVE