Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
5DescriptionCVE.org
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.
AnalysisAI
Stored Cross-Site Scripting in Form Maker by 10Web WordPress plugin (versions ≤1.15.40) allows unauthenticated attackers to inject malicious JavaScript through Matrix field submissions that executes when administrators view submission details. The vulnerability stems from inadequate sanitization (sanitize_text_field removes tags but preserves quotes) and missing output escaping in the admin Submissions view. With CVSS 7.2 (High) and network-based attack vector requiring no privileges or user int
Technical ContextAI
The vulnerability resides in the Form Maker by 10Web plugin (CPE: cpe:2.3:a:10web:form_maker_by_10web), specifically in the Matrix field component with Text Box input type. The flaw is a classic Stored XSS (CWE-79) caused by a sanitization bypass. The plugin applies WordPress's sanitize_text_field() function to user input, which strips HTML tags but intentionally preserves quote characters to maintain data integrity for legitimate uses. However, when this partially sanitized data is rendered in admin/views/FormMakerSubmits.php (lines 166-169 in version 1.15.37) without proper output escaping (such as esc_html() or esc_attr()), preserved quotes enable attackers to break out of HTML attribute context and inject JavaScript. The vulnerable code path: frontend/models/form_maker.php processes form submissions (line 2352), applies insufficient sanitization, stores the payload in the database, then renders it unsafely in the administrative interface. This two-stage attack (store-then-execute) is characteristic of Stored XSS and more dangerous than Reflected XSS because the payload persists and affects multiple victims over time.
RemediationAI
Upgrade immediately to Form Maker by 10Web plugin version 1.15.41 or later, which addresses the sanitization and output escaping deficiencies based on the patch committed to the WordPress plugin repository (changeset 3501693 visible at https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3501693%40form-maker%2Ftrunk&old=3492680%40form-maker%2Ftrunk). Site administrators should update through the WordPress admin dashboard (Dashboard → Updates → Plugins) or via WP-CLI command 'wp plugin update form-maker'. After patching, review all existing form submissions for suspicious content, particularly in Matrix field entries, as previously stored XSS payloads will persist in the database until manually sanitized. If immediate patching is not feasible, consider temporary workarounds: restrict access to form submission review pages to only highly trusted administrators using role-based access control plugins, implement Web Application Firewall (WAF) rules to filter quote characters and JavaScript keywords from form submissions (though this may break legitimate use cases), or temporarily disable the Form Maker plugin if forms are non-critical. For comprehensive details and code-level changes, consult the Wordfence vulnerability report at https://www.wordfence.com/threat-intel/vulnerabilities/id/197449f5-9304-49df-9261-a354145fc00e and review the source code diff in the WordPress plugin repository.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-22199
GHSA-73v2-xp42-4vcq