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

CVE-2026-40174: Masa CMS CSRF Vulnerability

CVE-2026-40174 is a CSRF flaw in Masa CMS that allows attackers to manipulate user address records through forged requests. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: May 7, 2026

CVE-2026-40174 Overview

CVE-2026-40174 is a Cross-Site Request Forgery (CSRF) vulnerability in Masa CMS, a content management system forked from Mura CMS. The flaw affects versions 7.5.2 and earlier. The cUsers.updateAddress function fails to validate anti-CSRF tokens for user address management operations.

An attacker can induce a logged-in administrator to submit forged requests that add, modify, or delete user address records. Affected data includes email addresses and phone numbers stored in the user directory. The issue maps to CWE-352: Cross-Site Request Forgery.

Critical Impact

Attackers can manipulate administrator sessions to corrupt contact records and redirect organizational communications without direct authentication.

Affected Products

  • Masa CMS versions 7.5.0 through 7.5.2
  • Masa CMS versions 7.4.0 through 7.4.9
  • Masa CMS versions 7.3.0 through 7.3.14 and 7.2.x through 7.2.9

Discovery Timeline

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

Technical Details for CVE-2026-40174

Vulnerability Analysis

The vulnerability resides in the cUsers.updateAddress function within Masa CMS. The function processes administrative requests for managing user address records but omits anti-CSRF token validation. This allows cross-origin requests to invoke privileged actions when an authenticated administrator visits an attacker-controlled page.

Exploitation requires user interaction. The administrator must have an active authenticated session and be tricked into loading attacker content. Once triggered, the browser submits the forged request with the administrator's session cookies, and the application executes the action as if it were legitimate.

Successful exploitation produces integrity impact on user directory data. Attackers can add fraudulent contact entries, overwrite existing email addresses, change phone numbers, or delete address records. Confidentiality impact is limited to data exposure resulting from redirected communications.

Root Cause

The root cause is missing CSRF token verification on a state-changing endpoint. The application relies solely on session cookies to authorize address modification operations. Browsers automatically attach these cookies to cross-origin requests, which makes the endpoint reachable from any third-party origin.

Attack Vector

The attack vector is network-based and requires no privileges on the target system. An attacker hosts a malicious page containing an auto-submitting form or JavaScript that targets the cUsers.updateAddress endpoint. Social engineering or a watering-hole technique drives the administrator to the page. The vulnerability mechanism follows the standard CSRF pattern described in the GitHub Security Advisory GHSA-572m-p246-4356.

Detection Methods for CVE-2026-40174

Indicators of Compromise

  • Unexpected modifications to user address records, including email or phone field changes outside normal administrative workflows.
  • HTTP POST requests to the cUsers.updateAddress endpoint with Referer or Origin headers pointing to external domains.
  • Audit log entries showing address record creation or deletion that do not correlate with administrator-initiated tasks.

Detection Strategies

  • Monitor web server access logs for requests to cUsers.updateAddress and correlate them with the originating Referer header to identify cross-origin submissions.
  • Implement application-level logging that records the source IP, session ID, and parameters for every address modification operation.
  • Compare administrator session activity timestamps against browser history or SIEM telemetry to identify requests submitted while the user was viewing third-party sites.

Monitoring Recommendations

  • Alert on any address record changes that occur outside scheduled maintenance windows or known administrative IP ranges.
  • Track baseline rates of address mutations per administrator and flag statistical anomalies for review.
  • Forward Masa CMS application logs to a centralized SIEM for correlation with web proxy and endpoint telemetry.

How to Mitigate CVE-2026-40174

Immediate Actions Required

  • Upgrade Masa CMS to a fixed release: 7.2.10, 7.3.15, 7.4.10, or 7.5.3.
  • Audit the user directory for unauthorized address changes since the last verified backup.
  • Force re-authentication for administrative accounts and rotate active session tokens after patching.

Patch Information

Masa CMS maintainers have released patched versions 7.2.10, 7.3.15, 7.4.10, and 7.5.3. The patches add anti-CSRF token validation to the cUsers.updateAddress function. Refer to the GitHub Security Advisory GHSA-572m-p246-4356 for upgrade guidance.

Workarounds

  • Restrict access to the administrative backend using IP allowlists or VPN-only access controls.
  • Use browser isolation for administrative sessions so that cross-origin requests cannot reach the CMS with valid session cookies.
  • Deploy web application firewall rules that block requests to cUsers.updateAddress lacking a same-origin Referer or valid CSRF token.
bash
# Example WAF rule (ModSecurity) blocking cross-origin requests to the affected endpoint
SecRule REQUEST_URI "@contains cUsers.updateAddress" \
    "id:1040174,phase:1,deny,status:403,\
    chain,msg:'Block cross-origin CSRF attempt on Masa CMS updateAddress'"
    SecRule REQUEST_HEADERS:Referer "!@beginsWith https://cms.example.com/"

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:L/VI:H/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
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40325: Masa CMS CSRF Vulnerability

  • CVE-2026-40326: 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