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

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

CVE-2026-7015 is a cross-site scripting vulnerability in MaxSite CMS Guestbook Plugin affecting versions up to 109.3. Attackers can exploit multiple parameters to inject malicious scripts. This article covers technical details, affected versions, impact assessment, and available patches including upgrade to version 109.4.

Published: April 30, 2026

CVE-2026-7015 Overview

A stored cross-site scripting (XSS) vulnerability has been discovered in MaxSite CMS up to version 109.3. This vulnerability affects the Guestbook Plugin component, where improper input validation of multiple form arguments (f_text, f_slug, f_limit, f_email) allows attackers to inject malicious scripts. The attack can be launched remotely, though it requires privileged access and user interaction to trigger.

Critical Impact

Attackers can inject persistent malicious scripts through the Guestbook Plugin, potentially leading to session hijacking, defacement, or credential theft when administrative users interact with the poisoned content.

Affected Products

  • MaxSite CMS versions up to and including 109.3
  • MaxSite CMS Guestbook Plugin
  • MaxSite CMS Antispam Plugin (admin.php component)

Discovery Timeline

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

Technical Details for CVE-2026-7015

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw exists in the Guestbook Plugin where user-supplied input through form fields is not properly sanitized before being rendered in web pages.

The vendor has classified this as a "Self-XSS" vulnerability, noting that while the immediate exploitability is limited due to the requirement of privileged access, it still represents a violation of secure coding standards. The lack of proper output encoding via htmlspecialchars() allowed unsanitized user input to be displayed, creating the potential for script injection attacks.

The network-accessible attack vector combined with the requirement for high privileges and user interaction places this in the lower severity range. However, stored XSS vulnerabilities can persist in the system and affect multiple users who view the compromised content.

Root Cause

The root cause of this vulnerability is missing input sanitization in the Guestbook Plugin and related components. Specifically, user-controlled form values were being directly inserted into HTML output without proper encoding through PHP's htmlspecialchars() function. This allowed special characters like <, >, and " to be interpreted as HTML/JavaScript rather than displayed as literal text.

The vulnerability affected multiple input fields including f_text, f_slug, f_limit, and f_email parameters, as well as the logging file configuration in the antispam plugin's admin interface.

Attack Vector

The attack is network-based and requires the attacker to have high-level privileges within the MaxSite CMS administration panel. An attacker with administrative access could inject malicious JavaScript code through the vulnerable form fields. When other authenticated users (such as site administrators) view pages containing the injected content, the malicious script would execute in their browser context.

The following patch demonstrates how the vulnerability was remediated by adding htmlspecialchars() encoding:

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

Indicators of Compromise

  • Unusual JavaScript code or HTML tags appearing in Guestbook entries or plugin configuration fields
  • Unexpected <script> tags or event handler attributes (e.g., onerror, onclick) in database content
  • Reports from users of unexpected browser behavior when viewing guestbook pages

Detection Strategies

  • Review MaxSite CMS version and confirm whether running version 109.3 or earlier
  • Scan Guestbook database content for suspicious HTML/JavaScript patterns
  • Monitor web application firewall (WAF) logs for XSS payload patterns in POST requests to the Guestbook Plugin
  • Implement Content Security Policy (CSP) headers to detect and report inline script execution attempts

Monitoring Recommendations

  • Enable verbose logging for administrative actions in MaxSite CMS
  • Configure browser-based XSS auditing and report-only CSP policies to identify exploitation attempts
  • Monitor for unexpected changes to plugin configuration values in the admin interface

How to Mitigate CVE-2026-7015

Immediate Actions Required

  • Upgrade MaxSite CMS to version 109.4 or later immediately
  • Review existing Guestbook entries and plugin configurations for any injected malicious content
  • Temporarily disable the Guestbook Plugin if immediate upgrade is not possible
  • Implement Web Application Firewall (WAF) rules to filter XSS payloads

Patch Information

MaxSite CMS has released version 109.4 which addresses this vulnerability. The fix is contained in commit 8a3946bd0a54bfb72a4d57179fcd253f2c550cd7, which adds proper htmlspecialchars() encoding to user-supplied input before rendering in HTML contexts.

The patch can be applied by upgrading to the latest version from the MaxSite CMS GitHub repository. The specific security commit is available at the GitHub Commit Details page.

Workarounds

  • If upgrading is not immediately possible, disable or remove the Guestbook Plugin temporarily
  • Implement strict Content Security Policy (CSP) headers that prevent inline script execution
  • Restrict administrative access to trusted users only and enforce multi-factor authentication
  • Deploy a Web Application Firewall with XSS filtering rules enabled
bash
# Example Apache configuration for CSP headers
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline';"

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 CMS Release v1.09

  • GitHub CVE Report - Stored XSS

  • VulDB Submission #796740

  • VulDB Vulnerability #359595

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

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

  • 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