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
    • 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-7013

CVE-2026-7013: MaxSite CMS mail_send Plugin XSS Flaw

CVE-2026-7013 is a cross-site scripting vulnerability in MaxSite CMS mail_send Plugin affecting versions up to 109.3. Attackers can exploit this remotely via crafted parameters. This article covers technical details, affected versions, impact assessment, and mitigation strategies including the patch available in version 109.4.

Published: April 30, 2026

CVE-2026-7013 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in MaxSite CMS versions up to 109.3. The vulnerability affects the mail_send plugin component, where improper input validation of the f_subject, f_files, and f_from arguments allows for XSS attacks. The vulnerability can be exploited remotely and has been publicly disclosed with available exploit information.

Critical Impact

Attackers can inject malicious scripts through the mail_send plugin parameters, potentially allowing session hijacking, credential theft, or defacement within the context of the affected CMS installation.

Affected Products

  • MaxSite CMS up to version 109.3
  • MaxSite CMS mail_send plugin component
  • Web applications utilizing vulnerable MaxSite CMS installations

Discovery Timeline

  • 2026-04-26 - CVE-2026-7013 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2026-7013

Vulnerability Analysis

This vulnerability stems from insufficient input sanitization within the mail_send plugin of MaxSite CMS. The affected component fails to properly encode user-supplied input through the f_subject, f_files, and f_from parameters before rendering them in the HTML output. Without proper escaping using functions like htmlspecialchars(), malicious JavaScript code embedded in these parameters can be executed in the context of the victim's browser session.

The vendor has acknowledged this as a "Self-XSS" vulnerability, indicating that user interaction is required for exploitation. While Self-XSS typically requires the victim to perform specific actions, it still represents a violation of secure coding standards and can be leveraged in social engineering attacks or chained with other vulnerabilities for greater impact.

Root Cause

The root cause of CVE-2026-7013 is the absence of proper output encoding when displaying user-controlled input values. Specifically, the vulnerable code paths did not utilize htmlspecialchars() or equivalent sanitization functions when rendering the f_subject, f_files, and f_from parameters in HTML contexts. This missing security control allows specially crafted input containing JavaScript to be interpreted as executable code rather than display text.

Attack Vector

The attack vector is network-based, allowing remote exploitation. An attacker can craft malicious input containing JavaScript payloads and submit it through the affected mail_send plugin parameters. When the application renders this data without proper encoding, the malicious script executes in the victim's browser. The attack requires privileged access and user interaction, as indicated by the vendor's Self-XSS classification.

The following patches demonstrate the security fix applied in version 109.4:

php
// Security patch in application/maxsite/plugins/antispam/admin.php - MaxSite CMS 109.4
 		$chk = $options['moderation_links'] ? ' checked="checked"  ' : '';
 		$form .= '<p><label><input name="f_moderation_links" type="checkbox" ' . $chk . '> <strong>' . t('Отправлять комментарий на модерацию, если в нем встречается хоть одна ссылка.') . '</strong></label>';
 		
-		$form .= '<p><strong>' . t('Файл для логов:') . '</strong> ' . getinfo('uploads_dir') . ' <input name="f_logging_file" type="text" value="' . $options['logging_file'] . '">';
+		$form .= '<p><strong>' . t('Файл для логов:') . '</strong> ' . getinfo('uploads_dir') . ' <input name="f_logging_file" type="text" value="' . htmlspecialchars($options['logging_file']) . '">';
 		if (file_exists( getinfo('uploads_dir') . $options['logging_file'] ))
 			$form .= ' <a href="' . getinfo('uploads_url') . $options['logging_file'] . '" target="_blank">' . t('Посмотреть') . '</a>';

Source: GitHub Commit Details

The fix adds the htmlspecialchars() function call to properly encode user-supplied values before inserting them into HTML attributes, preventing script injection.

Detection Methods for CVE-2026-7013

Indicators of Compromise

  • Suspicious JavaScript code fragments in f_subject, f_files, or f_from form parameters submitted to the mail_send plugin
  • Unusual <script> tags or event handler attributes (e.g., onerror, onclick) appearing in mail-related form submissions
  • Web application firewall logs showing XSS attack patterns targeting MaxSite CMS endpoints
  • Browser console errors indicating blocked or executed inline scripts from unexpected sources

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect XSS payloads in HTTP request parameters, particularly targeting f_subject, f_files, and f_from fields
  • Implement Content Security Policy (CSP) headers to mitigate the impact of successful XSS attacks and generate violation reports
  • Monitor server logs for requests containing encoded or obfuscated JavaScript patterns in form submissions
  • Utilize SentinelOne Singularity to detect anomalous browser behavior and script execution patterns indicative of XSS exploitation

Monitoring Recommendations

  • Enable verbose logging for the MaxSite CMS mail_send plugin to capture all form submission data for security analysis
  • Configure real-time alerting for CSP violation reports that may indicate XSS exploitation attempts
  • Review web server access logs periodically for unusual patterns in requests to mail-related CMS endpoints

How to Mitigate CVE-2026-7013

Immediate Actions Required

  • Upgrade MaxSite CMS to version 109.4 or later immediately to apply the security patch
  • Review all instances of MaxSite CMS deployments within your organization to identify vulnerable installations
  • Implement Web Application Firewall (WAF) rules to block common XSS attack patterns as an interim measure
  • Enable Content Security Policy headers to reduce the impact of potential XSS attacks

Patch Information

The MaxSite CMS development team has addressed this vulnerability in version 109.4. The patch with commit hash 8a3946bd0a54bfb72a4d57179fcd253f2c550cd7 adds proper HTML encoding using htmlspecialchars() to prevent incorrect data display and script injection. For detailed patch information, refer to the GitHub Commit Details and the GitHub Release v109.

Workarounds

  • If immediate patching is not possible, consider disabling or restricting access to the mail_send plugin until the update can be applied
  • Implement input validation at the web server or reverse proxy level to sanitize potentially malicious characters before they reach the application
  • Restrict access to the CMS administrative interfaces to trusted IP addresses only
bash
# Configuration example - Apache mod_security rule to block XSS in mail_send parameters
SecRule ARGS:f_subject|ARGS:f_files|ARGS:f_from "@detectXSS" \
    "id:1001,phase:2,deny,status:403,msg:'XSS Attack Blocked in mail_send'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechMaxsite Cms

  • SeverityLOW

  • CVSS Score1.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub CMS Repository

  • GitHub Commit Details

  • GitHub Release v1.09

  • GitHub CVE Report PDF

  • VulDB Submission #796738

  • VulDB #359592

  • VulDB #359592 CTI
  • Related CVEs
  • CVE-2026-7016: MaxSite CMS Ushki Plugin XSS Vulnerability

  • CVE-2026-7015: MaxSite CMS Guestbook Plugin XSS Flaw

  • CVE-2026-7014: MaxSite CMS down_count Plugin XSS Flaw

  • CVE-2026-7012: MaxSite CMS Redirect 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