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
    • 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-2025-55041

CVE-2025-55041: MuraCMS Privilege Escalation Vulnerability

CVE-2025-55041 is a privilege escalation vulnerability in MuraCMS through 10.1.10 that allows attackers to add users to unauthorized groups via CSRF. This article covers technical details, affected versions, impact, and mitigation.

Published: March 20, 2026

CVE-2025-55041 Overview

CVE-2025-55041 is a Cross-Site Request Forgery (CSRF) vulnerability affecting MuraCMS through version 10.1.10. The vulnerability exists in the Add To Group functionality within the user management module, specifically in the cUsers.cfcaddToGroup method. This security flaw allows attackers to escalate privileges by adding any user to any group without proper authorization checks, enabling both horizontal and vertical privilege escalation.

Critical Impact

Attackers can exploit this CSRF vulnerability to add users to elevated groups including the admin group, resulting in unauthorized privilege escalation across the MuraCMS platform. While escalation to the Super Admins group (s2 user) is not possible, administrative access can still be gained.

Affected Products

  • MuraCMS versions through 10.1.10
  • MuraCMS installations with user management functionality enabled
  • Web applications utilizing the cUsers.cfcaddToGroup method

Discovery Timeline

  • 2026-03-18 - CVE CVE-2025-55041 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2025-55041

Vulnerability Analysis

The vulnerability stems from a missing CSRF token validation in the addToGroup method within cUsers.cfc. When an authenticated administrator interacts with the user management functionality, the application fails to verify that requests originate from legitimate sources. The vulnerable function directly processes user-supplied userId and groupId parameters through the getUserManager().createUserInGorup() method without implementing anti-CSRF protections.

This CWE-352 (Cross-Site Request Forgery) weakness allows malicious websites to forge requests that automatically execute when an authenticated administrator visits a crafted page. The exploitation chain requires social engineering to lure an administrator to a malicious webpage while they maintain an active session with the MuraCMS application.

Root Cause

The root cause of this vulnerability is the absence of CSRF token validation in the addToGroup method. The cUsers.cfc component accepts and processes userId and groupId parameters without verifying that the request includes a valid anti-CSRF token. This architectural oversight means the application cannot distinguish between legitimate administrator actions and forged requests from external origins. The getUserManager().createUserInGorup() function call executes the group membership change without any request origin verification.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must craft a malicious webpage containing a forged request targeting the vulnerable addToGroup endpoint. When an authenticated MuraCMS administrator with an active session visits the attacker-controlled page, the forged request is automatically submitted to the MuraCMS instance. The malicious request includes the attacker-controlled userId and groupId parameters, instructing the application to add a specified user to a target group. Since the session cookies are automatically included by the browser and no CSRF token validation occurs, the request is processed as if it were a legitimate administrative action.

The attacker can leverage this to escalate their own privileges by adding their user account to the admin group, or they can perform horizontal privilege escalation by adding users to other groups they shouldn't have access to. While the Super Admins (s2) group cannot be targeted through this vulnerability, administrative group access provides significant elevated capabilities.

Detection Methods for CVE-2025-55041

Indicators of Compromise

  • Unexpected user additions to administrative or elevated groups in MuraCMS audit logs
  • HTTP requests to the addToGroup endpoint originating from external referrers
  • Multiple group membership changes occurring in rapid succession without corresponding UI activity
  • User accounts gaining elevated privileges without documented administrative actions

Detection Strategies

  • Monitor HTTP request logs for cUsers.cfcaddToGroup method calls with suspicious or missing referrer headers
  • Implement web application firewall rules to detect and alert on cross-origin requests to user management endpoints
  • Enable detailed audit logging for all group membership modifications in MuraCMS
  • Deploy behavioral analytics to identify anomalous administrative actions patterns

Monitoring Recommendations

  • Review MuraCMS user management audit logs regularly for unauthorized privilege changes
  • Configure alerts for any modifications to group memberships, particularly the admin group
  • Monitor for external referrers in requests to sensitive administrative endpoints
  • Implement session monitoring to detect potential CSRF exploitation attempts

How to Mitigate CVE-2025-55041

Immediate Actions Required

  • Update MuraCMS to a patched version that includes CSRF token validation (refer to Mura Software Release Notes v10.1.4)
  • Restrict access to MuraCMS administrative interfaces to trusted networks only
  • Educate administrators about the risks of visiting untrusted websites while logged into MuraCMS
  • Review and audit current group memberships to identify any unauthorized privilege escalations

Patch Information

MuraCMS has released security updates to address this vulnerability. Administrators should consult the Mura Software Release Notes for version-specific patch information and upgrade instructions. The patch implements proper CSRF token validation for the addToGroup method and other sensitive user management functions.

Workarounds

  • Implement network-level access controls to limit administrative interface access to trusted IP ranges
  • Deploy a web application firewall (WAF) with CSRF protection rules for the MuraCMS administrative endpoints
  • Configure Content Security Policy (CSP) headers to restrict form submissions to same-origin requests
  • Use separate browser sessions or profiles for administrative tasks to minimize CSRF exposure
bash
# Example WAF rule to block suspicious addToGroup requests (ModSecurity)
SecRule REQUEST_URI "@contains cUsers.cfc" \
    "id:100001,phase:2,deny,status:403,msg:'Potential CSRF attempt on user management',\
    chain"
SecRule REQUEST_HEADERS:Referer "!@contains yourdomain.com"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechMuracms

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • Mura Software Release Notes v10.1.4

  • Mura Software Homepage
  • Related CVEs
  • CVE-2025-55046: MuraCMS CSRF Vulnerability

  • CVE-2025-55045: MuraCMS Update Address CSRF Vulnerability

  • CVE-2025-55044: MuraCMS Trash Restore CSRF Vulnerability

  • CVE-2025-55043: MuraCMS CSRF 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