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-7014

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

CVE-2026-7014 is a cross-site scripting vulnerability in MaxSite CMS down_count Plugin affecting versions up to 109.3. Attackers can exploit f_file/f_prefix parameters remotely. This article covers technical details, affected versions, impact, and mitigation steps including the patch in version 109.4.

Published: April 30, 2026

CVE-2026-7014 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in MaxSite CMS versions up to 109.3. This flaw affects the down_count plugin, specifically in the handling of the f_file and f_prefix arguments. Due to improper input sanitization, an attacker can inject malicious scripts that execute in the context of the victim's browser session.

Critical Impact

This vulnerability allows remote attackers to execute arbitrary JavaScript code through manipulated input parameters in the down_count plugin. While classified as "Self-XSS" by the vendor, it represents a violation of secure coding standards due to missing htmlspecialchars() filtering.

Affected Products

  • MaxSite CMS versions up to and including 109.3
  • MaxSite CMS down_count Plugin component
  • Systems running unpatched MaxSite CMS installations

Discovery Timeline

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

Technical Details for CVE-2026-7014

Vulnerability Analysis

This vulnerability stems from improper input validation in the MaxSite CMS down_count plugin. The affected component fails to properly sanitize user-supplied input for the f_file and f_prefix arguments before rendering them in HTML output. Without proper encoding using functions like htmlspecialchars(), malicious payloads embedded in these parameters are executed as client-side scripts when the page is rendered in a user's browser.

The vendor has acknowledged this issue, classifying it as a "Self-XSS" vulnerability while recognizing it violates secure coding standards. The lack of filtering has been addressed in version 109.4 to prevent incorrect data display and potential script injection attacks.

Root Cause

The root cause of CVE-2026-7014 is the absence of proper output encoding when displaying user-controlled input values. Specifically, the down_count plugin directly outputs the f_file and f_prefix parameters without passing them through PHP's htmlspecialchars() function. This allows special characters like <, >, and " to be interpreted as HTML/JavaScript rather than being rendered as literal text.

Attack Vector

The attack vector is network-based, requiring an authenticated user with high privileges to interact with a manipulated page or form. The attacker crafts a malicious payload containing JavaScript code within the f_file or f_prefix parameters. When a victim with active session credentials views the affected page, the injected script executes within their browser context, potentially allowing session hijacking, data theft, or further exploitation.

The following patch demonstrates how the vulnerability was addressed by implementing proper output encoding:

php
// Security patch in application/maxsite/plugins/antispam/admin.php
// Before (vulnerable):
$form .= '<p><strong>' . t('Файл для логов:') . '</strong> ' . getinfo('uploads_dir') . ' <input name="f_logging_file" type="text" value="' . $options['logging_file'] . '">';

// After (fixed):
$form .= '<p><strong>' . t('Файл для логов:') . '</strong> ' . getinfo('uploads_dir') . ' <input name="f_logging_file" type="text" value="' . htmlspecialchars($options['logging_file']) . '">';

Source: GitHub Commit Details

Detection Methods for CVE-2026-7014

Indicators of Compromise

  • Presence of unexpected JavaScript code or HTML tags in f_file or f_prefix parameter values in server logs
  • Anomalous HTTP requests containing encoded script tags (%3Cscript%3E) targeting the down_count plugin endpoints
  • Browser console errors or unexpected script execution when accessing MaxSite CMS admin pages
  • User reports of suspicious pop-ups or redirects when interacting with download count features

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS payloads in HTTP parameters targeting MaxSite CMS
  • Monitor server access logs for requests containing common XSS patterns such as <script>, javascript:, or onerror=
  • Deploy Content Security Policy (CSP) headers to restrict inline script execution and report violations
  • Use automated vulnerability scanning tools to identify unpatched MaxSite CMS instances in your environment

Monitoring Recommendations

  • Enable verbose logging for the down_count plugin to capture all parameter inputs
  • Configure SIEM alerts for patterns matching XSS attack signatures in web server logs
  • Regularly audit MaxSite CMS version numbers across all deployments to ensure patching compliance
  • Monitor for unauthorized modifications to plugin files that may indicate post-exploitation activity

How to Mitigate CVE-2026-7014

Immediate Actions Required

  • Upgrade MaxSite CMS to version 109.4 or later immediately to apply the security fix
  • Review server logs for any evidence of exploitation attempts against the down_count plugin
  • Implement input validation and output encoding in any custom code interacting with the affected plugin
  • Deploy Web Application Firewall rules to block XSS attack patterns as a defense-in-depth measure

Patch Information

The vulnerability has been resolved in MaxSite CMS version 109.4. The security patch applies htmlspecialchars() encoding to user-supplied input values before rendering them in HTML output. The patch is identified by commit hash 8a3946bd0a54bfb72a4d57179fcd253f2c550cd7 and is available through the official GitHub CMS Repository.

To upgrade, download the latest release from the GitHub Release v109 page and follow the standard MaxSite CMS upgrade procedures.

Workarounds

  • If immediate patching is not possible, disable the down_count plugin until the upgrade can be performed
  • Implement server-side input validation to reject parameters containing HTML special characters
  • Add Content-Security-Policy headers to restrict inline script execution as a temporary mitigation
  • Restrict access to the MaxSite CMS administrative interface to trusted IP addresses only
bash
# Example: Add CSP headers in Apache .htaccess
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"

# Example: Restrict admin access by IP in .htaccess
<Files "admin.php">
    Require ip 192.168.1.0/24
</Files>

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

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

  • WNaspy CVE Report

  • VulDB Submission #796739

  • VulDB #359594

  • VulDB #359594 CTI
  • Related CVEs
  • CVE-2026-7013: MaxSite CMS mail_send Plugin XSS Flaw

  • CVE-2026-7016: MaxSite CMS Ushki Plugin XSS Vulnerability

  • CVE-2026-7015: MaxSite CMS Guestbook 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