Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-4388

CVE-2026-4388: Form Maker by 10Web XSS Vulnerability

CVE-2026-4388 is a stored cross-site scripting flaw in the Form Maker by 10Web WordPress plugin that lets unauthenticated attackers inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-4388 Overview

The Form Maker by 10Web plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability in the Matrix field (Text Box input type) when processing form submissions. This vulnerability affects all versions up to and including 1.15.40 and stems from insufficient input sanitization combined with missing output escaping when rendering submission data in the WordPress admin Submissions view.

The sanitize_text_field function used by the plugin strips HTML tags but fails to properly handle quote characters, allowing attackers to inject malicious JavaScript payloads. When an administrator views the submission details in the WordPress admin panel, the injected script executes in their browser context, potentially leading to session hijacking, administrative account compromise, or further site exploitation.

Critical Impact

Unauthenticated attackers can inject arbitrary JavaScript through form submissions that executes in administrator browsers, potentially leading to full WordPress site compromise.

Affected Products

  • Form Maker by 10Web WordPress Plugin versions ≤ 1.15.40
  • WordPress installations using vulnerable Form Maker plugin versions
  • Sites using Matrix field (Text Box input type) in Form Maker forms

Discovery Timeline

  • 2026-04-14 - CVE-2026-4388 published to NVD
  • 2026-04-14 - Last updated in NVD database

Technical Details for CVE-2026-4388

Vulnerability Analysis

This Stored XSS vulnerability exists due to a fundamental flaw in how the Form Maker plugin processes and displays user-submitted form data. The vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation) and represents a significant security risk for WordPress sites using this popular form plugin.

The attack requires no authentication, allowing any external user to submit malicious form data. The stored nature of this XSS means the payload persists in the WordPress database and executes each time an administrator views the affected submission. This makes it particularly dangerous as it can target multiple administrators over time and does not require the attacker to be present when the payload executes.

The network-based attack vector with no user interaction requirement beyond an administrator viewing submissions creates a reliable exploitation path that attackers can leverage to gain privileged access to WordPress installations.

Root Cause

The root cause lies in the plugin's use of sanitize_text_field for input sanitization, which removes HTML tags but does not escape quotation marks or other special characters that can be used to break out of HTML attribute contexts. The critical flaw is compounded by the absence of proper output escaping when submission data is rendered in the admin Submissions view.

The vulnerable code path can be traced through the plugin's frontend form processing at frontend/models/form_maker.php (line 2352) where submissions are stored, and the admin views at admin/views/FormMakerSubmits.php (lines 166 and 169) where the data is displayed without proper escaping.

Attack Vector

The attack vector involves submitting a form containing a Matrix field with Text Box input type. An unauthenticated attacker can craft a form submission containing JavaScript payloads designed to execute within HTML attribute contexts or other areas where quote characters can break out of the expected context.

When an administrator navigates to the Submissions view in the WordPress admin panel and views the malicious submission, the injected JavaScript executes with the administrator's session privileges. This can be used to steal session cookies, create new admin accounts, modify site content, install backdoors, or perform any action the logged-in administrator can perform.

The vulnerability mechanism involves the attacker crafting payloads that exploit the lack of quote escaping. When the admin views submissions, the unsanitized data is rendered in the HTML context without proper output escaping, allowing the attacker's JavaScript to execute. For detailed technical analysis, see the Wordfence Vulnerability Report and the WordPress Form Maker Code Review.

Detection Methods for CVE-2026-4388

Indicators of Compromise

  • Form submissions containing unusual quote patterns, event handlers (onclick, onmouseover, onerror), or JavaScript keywords (script, javascript:, data:)
  • Unexpected admin account creation or privilege changes following form submission reviews
  • Browser console errors or unexpected script execution when viewing Form Maker submissions
  • Web application firewall logs showing blocked XSS patterns in POST requests to form submission endpoints

Detection Strategies

  • Implement content security policies (CSP) that restrict inline script execution and report violations
  • Deploy web application firewall rules to detect and block common XSS payload patterns in form submissions
  • Enable WordPress audit logging to track administrator actions following submission reviews
  • Monitor for suspicious form submissions containing script tags, event handlers, or encoded JavaScript payloads

Monitoring Recommendations

  • Review Form Maker submission logs for entries containing special characters, quote sequences, or script-related content
  • Configure server-side logging for all POST requests to WordPress form endpoints
  • Implement real-time alerting for WAF rule triggers related to XSS attacks against form submission endpoints
  • Monitor administrator session activity for anomalies that may indicate session hijacking

How to Mitigate CVE-2026-4388

Immediate Actions Required

  • Update Form Maker by 10Web plugin to version 1.15.41 or later immediately
  • Review all existing form submissions for suspicious content containing JavaScript or unusual character sequences
  • Audit WordPress admin accounts for any unauthorized changes or newly created accounts
  • Consider temporarily disabling Matrix fields with Text Box input type until the patch is applied

Patch Information

The vulnerability has been addressed in Form Maker by 10Web versions after 1.15.40. The patch adds proper output escaping when rendering submission data in the admin Submissions view, preventing injected scripts from executing in the browser context. The changelog and specific code changes can be reviewed in the WordPress Form Maker Change Log.

Site administrators should update to the patched version through the WordPress plugin update mechanism. Always maintain current backups before applying updates.

Workarounds

  • Implement a web application firewall (WAF) with XSS protection rules to filter malicious form submissions
  • Restrict admin panel access to trusted IP addresses using .htaccess or server configuration
  • Review form submissions in a sandboxed browser environment or use browser extensions that block JavaScript execution
  • Consider temporarily replacing Matrix Text Box fields with alternative field types until the plugin can be updated
bash
# WordPress CLI command to update Form Maker plugin
wp plugin update form-maker --version=latest

# Verify the installed version after update
wp plugin get form-maker --field=version

# Review recent form submissions for suspicious content
wp db query "SELECT * FROM wp_formmaker_submits WHERE element_value LIKE '%script%' OR element_value LIKE '%javascript%' OR element_value LIKE '%onerror%'"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Form Maker Code Review

  • WordPress Form Maker Code Review

  • WordPress Form Maker Code Review

  • WordPress Form Maker Change Log

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4512: reCaptcha by WebDesignBy XSS Vulnerability

  • CVE-2025-32630: WP-BusinessDirectory XSS Vulnerability

  • CVE-2025-32581: WordPress Spam Blocker XSS Vulnerability

  • CVE-2025-28975: Alike WordPress Plugin XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English