The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-1065

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

CVE-2026-1065 is a stored XSS flaw in Form Maker by 10Web plugin for WordPress that allows unauthenticated attackers to upload malicious SVG files. This article covers the technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-1065 Overview

The Form Maker by 10Web plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability in all versions up to and including 1.15.35. The vulnerability stems from the plugin's default file upload allowlist including SVG files, combined with weak substring-based extension validation. This security flaw allows unauthenticated attackers to upload malicious SVG files containing embedded JavaScript code that executes when viewed by administrators or site visitors through file upload fields in forms.

Critical Impact

Unauthenticated attackers can inject persistent JavaScript code via malicious SVG uploads, potentially leading to session hijacking, administrative account takeover, website defacement, or malware distribution to site visitors.

Affected Products

  • Form Maker by 10Web WordPress Plugin versions ≤ 1.15.35
  • WordPress installations with vulnerable Form Maker plugin enabled
  • Sites with forms containing file upload fields that accept SVG files

Discovery Timeline

  • February 3, 2026 - CVE-2026-1065 published to NVD
  • February 3, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1065

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability exploits a combination of two security weaknesses in the Form Maker plugin's file upload handling mechanism. First, the plugin's default configuration includes SVG files in the allowed upload extensions list. SVG files are XML-based vector graphics that can contain embedded JavaScript via <script> tags, event handlers, or other scripting mechanisms. Second, the plugin employs weak substring-based extension validation rather than strict content-type verification, making it trivial for attackers to bypass security controls.

When an unauthenticated user submits a form with a file upload field, they can upload a specially crafted SVG file containing malicious JavaScript. This script persists on the server and executes in the browser context of any user who subsequently views the uploaded file, including administrators. The cross-site nature of this vulnerability (scope changed in the attack) means the malicious script can affect resources beyond the vulnerable component, potentially compromising the entire WordPress installation.

Root Cause

The root cause is twofold: an overly permissive default allowlist that includes SVG files capable of containing executable code, and insufficient validation that relies on substring matching for file extension checks. This approach fails to prevent malicious file uploads because it does not validate the actual content of uploaded files or properly sanitize SVG content to remove scripting elements. The vulnerable code paths can be traced through the frontend form processing model and the field addition JavaScript.

Attack Vector

The attack is network-based and requires no authentication or user interaction to exploit. An attacker identifies a WordPress site running a vulnerable version of Form Maker with a form containing file upload functionality. The attacker crafts an SVG file embedding malicious JavaScript—such as code to steal admin cookies, create backdoor accounts, or inject additional payloads. The attacker submits this SVG through the form's file upload field. When an administrator views uploaded files or when the SVG is rendered anywhere on the site, the JavaScript executes in the victim's browser context with their session privileges.

The malicious SVG payload could contain script elements that redirect users to phishing pages, exfiltrate session tokens to attacker-controlled servers, or modify WordPress settings if executed in an administrator's session. For detailed technical analysis, refer to the Wordfence Vulnerability Analysis.

Detection Methods for CVE-2026-1065

Indicators of Compromise

  • Presence of SVG files in WordPress upload directories containing <script> tags, onload, onerror, or other JavaScript event handlers
  • Unexpected SVG files in wp-content/uploads/ directories, particularly from form submissions
  • Web server access logs showing POST requests to form endpoints followed by access to uploaded SVG files
  • Browser developer console errors or unexpected script execution when viewing form submission data

Detection Strategies

  • Implement file integrity monitoring to detect new SVG uploads in WordPress media directories
  • Configure web application firewall (WAF) rules to inspect uploaded SVG content for JavaScript and event handlers
  • Review WordPress plugin logs and form submission records for anomalous file uploads from unknown sources
  • Deploy endpoint detection to identify SVG files with embedded scripting content in web directories

Monitoring Recommendations

  • Enable comprehensive logging for file upload activities in WordPress and review regularly
  • Monitor for outbound connections from admin sessions to unknown external domains
  • Set up alerts for new user account creation or privilege escalation events that could indicate post-exploitation activity
  • Implement Content Security Policy (CSP) headers to mitigate XSS impact and monitor for CSP violation reports

How to Mitigate CVE-2026-1065

Immediate Actions Required

  • Update Form Maker by 10Web plugin to version 1.15.36 or later immediately
  • Audit existing uploaded files for SVG content containing JavaScript or event handlers and remove any suspicious files
  • Temporarily disable file upload functionality in forms until the plugin is updated
  • Review administrator accounts and active sessions for signs of compromise

Patch Information

The vulnerability has been addressed in Form Maker version 1.15.36. The patch implements stricter file validation and removes SVG from the default allowed extensions list or properly sanitizes SVG content. Review the official changeset for technical details on the security fix. Update through the WordPress admin dashboard by navigating to Plugins → Installed Plugins → Form Maker → Update, or via WP-CLI using wp plugin update form-maker.

Workarounds

  • Remove svg and svgz from the allowed file extensions in Form Maker's file upload field settings
  • Implement server-side SVG sanitization using libraries that strip scripting elements before storing uploaded files
  • Configure .htaccess or nginx rules to serve SVG files with Content-Disposition: attachment header to prevent inline rendering
  • Deploy a WAF rule to block SVG uploads containing script tags or JavaScript event handlers
bash
# Apache .htaccess configuration to force SVG download instead of inline rendering
<FilesMatch "\.svg$">
    Header set Content-Disposition "attachment"
    Header set X-Content-Type-Options "nosniff"
</FilesMatch>

# Nginx configuration equivalent
location ~* \.svg$ {
    add_header Content-Disposition "attachment";
    add_header X-Content-Type-Options "nosniff";
}

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.03%

  • 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-434
  • Technical References
  • WordPress Form Maker Code Snippet

  • WordPress Form Maker Code Snippet

  • WordPress Form Maker JavaScript Code

  • WordPress Form Maker Change Log

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2023-54358: adivaha Travel Plugin XSS Vulnerability

  • CVE-2026-3005: WordPress List Category Posts XSS Flaw

  • CVE-2026-5742: WordPress UsersWP Plugin XSS Vulnerability

  • CVE-2026-4336: WordPress Ultimate FAQ Accordion XSS Flaw
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