Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-55046

CVE-2025-55046: MuraCMS CSRF Vulnerability

CVE-2025-55046 is a CSRF flaw in MuraCMS through version 10.1.10 that allows attackers to permanently delete all trashed content without administrator consent. This article covers technical details, impact, and mitigation.

Published: March 20, 2026

CVE-2025-55046 Overview

CVE-2025-55046 is a Cross-Site Request Forgery (CSRF) vulnerability affecting MuraCMS through version 10.1.10. The vulnerability exists in the cTrash.empty function, which lacks proper CSRF token validation, allowing attackers to craft malicious web pages that can permanently destroy all deleted content stored in the trash system when visited by an authenticated administrator.

Critical Impact

Successful exploitation results in irreversible, catastrophic data loss within MuraCMS. When an authenticated administrator visits a malicious page, their browser automatically submits a hidden form that permanently empties the entire trash system without any validation, confirmation dialog, or user consent.

Affected Products

  • MuraCMS versions through 10.1.10

Discovery Timeline

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

Technical Details for CVE-2025-55046

Vulnerability Analysis

This vulnerability is classified as CWE-352 (Cross-Site Request Forgery). The core issue lies in the cTrash.empty function within MuraCMS, which performs a critical destructive operation—permanently deleting all trashed content—without implementing proper anti-CSRF protections.

In a properly secured application, state-changing operations require validation of a unique, unpredictable token that confirms the request originated from a legitimate source. The absence of this token validation in the trash emptying functionality creates a significant security gap that attackers can exploit.

Root Cause

The root cause of CVE-2025-55046 is the missing CSRF token validation in the cTrash.empty function. MuraCMS fails to verify that requests to empty the trash originate from authenticated sessions with valid anti-forgery tokens. This oversight allows attackers to forge requests that execute with the privileges of an authenticated administrator.

Attack Vector

The attack requires an authenticated MuraCMS administrator to visit a malicious webpage controlled by the attacker. The malicious page contains a hidden form or JavaScript that automatically submits a request to the vulnerable cTrash.empty endpoint. Since the victim's browser automatically includes their session cookies with the request, the MuraCMS server processes the forged request as legitimate, resulting in permanent deletion of all trashed content.

The attack is network-based and requires user interaction (the administrator must visit the malicious page while authenticated). No privileges are required by the attacker themselves, as they simply need to convince an administrator to visit the crafted page through social engineering, phishing emails, or by compromising a legitimate website the administrator might visit.

Detection Methods for CVE-2025-55046

Indicators of Compromise

  • Unexpected emptying of the MuraCMS trash system without administrator action
  • Audit logs showing trash deletion events correlating with unusual browsing activity
  • Multiple administrative actions occurring from unexpected referrer URLs or domains
  • User reports of missing content that was previously in the trash awaiting potential restoration

Detection Strategies

  • Monitor MuraCMS audit logs for trash emptying operations and correlate with administrator session activity
  • Implement web application firewall (WAF) rules to detect suspicious referrer headers on administrative endpoints
  • Review HTTP request logs for cTrash.empty calls originating from external referrers
  • Deploy browser-based security extensions that alert on cross-origin form submissions

Monitoring Recommendations

  • Enable comprehensive logging for all trash management operations in MuraCMS
  • Configure alerts for bulk deletion events, particularly those affecting the trash system
  • Implement referrer validation at the network level using reverse proxy or WAF configurations
  • Regularly audit administrative activity logs for anomalous patterns

How to Mitigate CVE-2025-55046

Immediate Actions Required

  • Upgrade MuraCMS to version 10.14 or later, which addresses this vulnerability
  • Educate administrators about the risks of clicking unknown links while authenticated to MuraCMS
  • Implement network-level controls to restrict access to administrative functions
  • Consider temporarily disabling or restricting access to trash management functionality until patching is complete

Patch Information

Mura Software has addressed this vulnerability in version 10.14. Administrators should consult the Mura Software Version 10.14 Release Notes for detailed upgrade instructions and additional security improvements included in this release. For more information about MuraCMS, visit the Mura Software Official Website.

Workarounds

  • Implement SameSite cookie attributes (set to Strict or Lax) to prevent cookies from being sent with cross-origin requests
  • Configure a Web Application Firewall (WAF) to validate referrer headers and block requests to administrative endpoints from external domains
  • Restrict administrative access to specific IP addresses or require VPN connections for administrative sessions
  • Advise administrators to use dedicated browser profiles for CMS administration that are not used for general web browsing

For organizations unable to immediately upgrade, implementing strict referrer validation at the reverse proxy or WAF level provides a temporary mitigation layer:

bash
# Example nginx configuration to restrict administrative endpoints
# Add referrer validation for MuraCMS admin paths
location /admin/ {
    # Only allow requests from same origin
    valid_referers server_names;
    if ($invalid_referer) {
        return 403;
    }
    # Continue with normal proxy configuration
    proxy_pass http://muracms_backend;
}

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechMuracms

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.02%

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

  • Mura Software Official Website
  • Related CVEs
  • CVE-2025-55045: MuraCMS Update Address CSRF Vulnerability

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

  • CVE-2025-55043: MuraCMS CSRF Vulnerability

  • CVE-2025-55040: 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