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

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

CVE-2026-7016 is a cross-site scripting flaw in MaxSite CMS Ushki Plugin that affects versions up to 109.3. Attackers can exploit the f_ushka_new/f_ushk parameter remotely. This article covers technical details, patches, and upgrades.

Published: April 30, 2026

CVE-2026-7016 Overview

A stored cross-site scripting (XSS) vulnerability has been identified in MaxSite CMS versions up to 109.3. The vulnerability exists in the ushki Plugin component, where improper input validation allows attackers to inject malicious scripts through the f_ushka_new and f_ushk parameters. While the vendor classifies this as a "Self-XSS" requiring user interaction, it still represents a violation of secure coding standards and could potentially be leveraged in targeted attacks.

Critical Impact

Attackers with high privileges can inject malicious scripts that persist in the application. The vulnerability requires user interaction but can lead to integrity violations within the affected CMS instance.

Affected Products

  • MaxSite CMS versions up to 109.3
  • MaxSite CMS ushki Plugin (affected component)

Discovery Timeline

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

Technical Details for CVE-2026-7016

Vulnerability Analysis

This stored XSS vulnerability arises from the absence of proper output encoding in the ushki Plugin component of MaxSite CMS. When user-supplied input is processed through the f_ushka_new and f_ushk arguments, the application fails to sanitize the data using proper encoding functions such as htmlspecialchars(). This allows malicious JavaScript code to be stored in the application and subsequently executed when the affected page is rendered.

The vendor acknowledged that while they consider this a Self-XSS scenario (requiring the attacker to have elevated privileges and victim interaction), it nonetheless violates secure coding standards. The lack of filtering creates conditions where incorrect or malicious data could be displayed to users, potentially leading to session hijacking, credential theft, or other client-side attacks in targeted scenarios.

Root Cause

The root cause of this vulnerability is the improper handling of user input in PHP output contexts. Specifically, the application directly outputs user-controlled data without applying the htmlspecialchars() function to properly encode HTML special characters. This is a classic input validation failure that enables stored XSS attacks.

Attack Vector

The attack is exploitable remotely over the network but requires the attacker to have high privileges within the CMS and relies on user interaction for successful exploitation. An attacker with administrative access to the ushki Plugin settings can inject malicious JavaScript through the vulnerable parameters. When another user views the affected content, the injected script executes within their browser context.

The security patch demonstrates the fix by adding htmlspecialchars() encoding to user-controlled output:

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

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

Source: GitHub Security Commit

Detection Methods for CVE-2026-7016

Indicators of Compromise

  • Unusual JavaScript code or HTML tags stored in ushki Plugin configuration fields
  • Unexpected <script> tags or event handlers (e.g., onerror, onload) in plugin parameters
  • User reports of unexpected browser behavior when accessing CMS admin pages
  • Web Application Firewall (WAF) logs showing XSS payload patterns in POST requests to plugin endpoints

Detection Strategies

  • Review MaxSite CMS version numbers; installations running 109.3 or earlier are vulnerable
  • Implement WAF rules to detect common XSS payload patterns in requests targeting the ushki Plugin
  • Audit plugin configuration data for stored malicious content or suspicious script injections
  • Monitor administrative user activity for unusual configuration changes in plugin settings

Monitoring Recommendations

  • Enable verbose logging for CMS administrative actions, particularly plugin configuration changes
  • Deploy client-side security monitoring to detect anomalous JavaScript execution
  • Configure alerting for modifications to ushki Plugin settings from unexpected IP addresses
  • Implement Content Security Policy (CSP) headers to mitigate impact of successful XSS attacks

How to Mitigate CVE-2026-7016

Immediate Actions Required

  • Upgrade MaxSite CMS to version 109.4 or later immediately
  • Review ushki Plugin configuration for any suspicious or unexpected content
  • Audit administrative user accounts for unauthorized access or privilege abuse
  • Implement Content Security Policy (CSP) headers as a defense-in-depth measure

Patch Information

The vulnerability has been addressed in MaxSite CMS version 109.4. The fix applies proper output encoding using the htmlspecialchars() function to prevent XSS injection. The security patch is identified by commit hash 8a3946bd0a54bfb72a4d57179fcd253f2c550cd7. Organizations should upgrade to the patched version as recommended by the vendor.

For reference, consult the following resources:

  • MaxSite CMS GitHub Repository
  • Security Patch Commit
  • VulDB Advisory

Workarounds

  • If immediate patching is not possible, restrict administrative access to the ushki Plugin to trusted users only
  • Implement strict Content Security Policy headers to prevent inline script execution
  • Deploy a Web Application Firewall (WAF) with XSS detection rules for additional protection
  • Regularly audit plugin configuration fields for suspicious content until the patch can be applied
bash
# Example CSP header configuration for Apache
# Add to .htaccess or httpd.conf to mitigate XSS impact
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'"

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 Repository

  • GitHub Commit Log

  • GitHub Release Tag

  • GitHub CVE Report

  • VulDB Submit Report

  • VulDB Vulnerability Listing

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

  • 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