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

CVE-2026-40326: Masa CMS CSRF Vulnerability

CVE-2026-40326 is a CSRF flaw in Masa CMS that allows attackers to trick administrators into creating site bundles containing sensitive data. This post explains its impact, affected versions, and mitigation steps.

Published: May 7, 2026

CVE-2026-40326 Overview

CVE-2026-40326 is a Cross-Site Request Forgery [CWE-352] vulnerability in Masa CMS, a content management system forked from Mura CMS. The flaw exists in the createBundle method within csettings.cfc, which fails to validate anti-CSRF tokens for site bundle creation requests. An attacker can craft a malicious page or link that, when visited by an authenticated administrator, silently triggers creation of a comprehensive site bundle. The bundle is written to a predictable, publicly accessible web directory. An unauthenticated attacker can then download it. Versions 7.5.2 and earlier are affected.

Critical Impact

Successful exploitation discloses site content, user account data, password hashes, form submissions, email lists, plugins, and configuration data to an unauthenticated attacker.

Affected Products

  • Masa CMS versions 7.5.2 and earlier
  • Masa CMS 7.4.x prior to 7.4.10
  • Masa CMS 7.3.x prior to 7.3.15 and 7.2.x prior to 7.2.10

Discovery Timeline

  • 2026-05-06 - CVE-2026-40326 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-40326

Vulnerability Analysis

The vulnerability resides in the createBundle action in csettings.cfc. The handler accepts authenticated POST requests to generate a complete site bundle but does not enforce anti-CSRF token validation. Because the request relies solely on the administrator's session cookie, any cross-origin request issued while the admin is logged in executes with full administrative authority.

The generated bundle aggregates sensitive artifacts from the application: rendered site content, user records with password hashes, captured form submissions, mailing lists, installed plugins, and configuration files. The bundle is written to a deterministic path under a publicly served web directory, removing the need for authentication during retrieval. This separates exploitation into two stages: trigger via CSRF and data exfiltration via direct HTTP GET.

Root Cause

The root cause is missing CSRF protection on a state-changing administrative endpoint, classified under [CWE-352]. The application relies on ambient session authentication without binding requests to a per-session token or verifying the Origin and Referer headers. A secondary design flaw amplifies impact: the resulting archive is stored in a predictable, web-accessible location rather than an authenticated download path or a non-public file store.

Attack Vector

Exploitation requires an authenticated administrator to load attacker-controlled content (such as a malicious page, email link, or embedded image) while an active admin session exists. The browser issues a forged request to the Masa CMS createBundle endpoint, which produces the bundle on disk. The attacker then fetches the predictable URL anonymously to retrieve all included secrets. User interaction is required, but no privileges are needed for the final retrieval step.

No verified public exploit code is available. Refer to the GitHub Security Advisory GHSA-622v-h7vf-w4gm for technical details.

Detection Methods for CVE-2026-40326

Indicators of Compromise

  • Unexpected bundle archive files appearing in publicly accessible web directories used by Masa CMS.
  • HTTP POST requests to the createBundle endpoint in csettings.cfc originating from cross-site Referer headers or unfamiliar origins.
  • Unauthenticated GET requests retrieving bundle files from external IP addresses shortly after an administrator session was active.

Detection Strategies

  • Inspect web server access logs for POST requests to administrative endpoints in csettings.cfc lacking expected CSRF token parameters.
  • Hunt for sequences where an admin POST is followed by anonymous downloads of large archives from the same host.
  • Compare directory listings of public bundle paths against an authorized baseline to identify unauthorized artifacts.

Monitoring Recommendations

  • Alert on creation of archive files (.zip, .tar, bundle extensions) within Masa CMS web roots outside of approved deployment windows.
  • Monitor outbound bandwidth spikes from the CMS host that correlate with newly written bundle files.
  • Forward CMS audit logs to a centralized SIEM and apply correlation rules tying admin sessions to bundle generation events.

How to Mitigate CVE-2026-40326

Immediate Actions Required

  • Upgrade Masa CMS to a fixed release: 7.2.10, 7.3.15, 7.4.10, or 7.5.3.
  • Remove any unexpected bundle files currently present in publicly accessible directories.
  • Rotate administrator credentials, API keys, and any secrets stored in CMS configuration after confirming exposure.

Patch Information

The vendor fixed the vulnerability in Masa CMS versions 7.2.10, 7.3.15, 7.4.10, and 7.5.3. The patches add anti-CSRF token validation to the createBundle method in csettings.cfc. See the GitHub Security Advisory GHSA-622v-h7vf-w4gm for upgrade instructions.

Workarounds

  • Restrict network access to the affected administrative endpoint using web server ACLs or a WAF rule blocking unauthenticated createBundle requests.
  • Limit administrative session exposure by enforcing short session timeouts and isolating admin browsing in a dedicated browser profile.
  • Block public HTTP access to bundle output directories via web server configuration until upgrade is complete.
bash
# Example nginx configuration to block public access to bundle output paths
location ~* /(bundles|export)/ {
    deny all;
    return 403;
}

# Restrict createBundle endpoint to internal admin network
location ~* /admin/.*csettings\.cfc {
    allow 10.0.0.0/8;
    deny all;
}

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechMasa Cms

  • SeverityHIGH

  • CVSS Score7.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40325: Masa CMS CSRF Vulnerability

  • CVE-2026-40174: Masa CMS CSRF Vulnerability

  • CVE-2026-40309: Masa CMS CSRF Vulnerability

  • CVE-2026-40332: Masa CMS Open Redirect 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