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

CVE-2025-55044: MuraCMS Trash Restore CSRF Vulnerability

CVE-2025-55044 is a CSRF flaw in MuraCMS through version 10.1.10 that enables attackers to restore deleted content to unauthorized locations. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2025-55044 Overview

CVE-2025-55044 is a Cross-Site Request Forgery (CSRF) vulnerability affecting MuraCMS through version 10.1.10. The vulnerability exists in the Trash Restore functionality, allowing attackers to restore deleted content from the trash to unauthorized locations. The vulnerable cTrash.restore function lacks proper CSRF token validation, enabling malicious websites to forge requests that restore content to arbitrary parent locations when an authenticated administrator visits a crafted webpage.

Critical Impact

Successful exploitation allows attackers to manipulate website content structure by restoring deleted items to inappropriate locations, potentially exposing sensitive documents, restoring malicious content, or compromising website integrity through unauthorized content restoration.

Affected Products

  • MuraCMS through version 10.1.10
  • MuraCMS installations with Trash Restore functionality enabled
  • Any MuraCMS deployment where administrators access untrusted websites while authenticated

Discovery Timeline

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

Technical Details for CVE-2025-55044

Vulnerability Analysis

This CSRF vulnerability (CWE-352) affects the content restoration mechanism within MuraCMS. The cTrash.restore function processes requests to restore previously deleted content without validating that the request originated from a legitimate user action within the MuraCMS administrative interface. This architectural weakness allows external websites to craft malicious forms that, when submitted by an authenticated administrator's browser, will be processed as legitimate restore operations.

The attack requires user interaction—specifically, an authenticated MuraCMS administrator must visit a malicious webpage while their session is active. The browser's automatic inclusion of session cookies with cross-origin requests enables the forged request to be authenticated and processed by the vulnerable endpoint.

Root Cause

The root cause of CVE-2025-55044 is the absence of CSRF token validation in the cTrash.restore function. Modern web application security best practices require that state-changing operations validate a unique, unpredictable token to confirm the request originated from the application's own interface. Without this protection, the restore endpoint cannot distinguish between legitimate administrative actions and forged requests from external sites.

Attack Vector

The attack operates over the network and requires an authenticated administrator to visit an attacker-controlled or compromised website. The malicious page contains a hidden HTML form that targets the MuraCMS trash restore endpoint. This form includes the parentid parameter set to an attacker-specified location within the CMS content hierarchy. When the administrator visits the page, JavaScript automatically submits the form, causing the administrator's browser to send an authenticated request to MuraCMS that restores the targeted content to the specified location.

The exploitation flow proceeds as follows: The attacker first identifies content IDs in the trash (potentially through prior reconnaissance or guessing). They then craft a webpage with a hidden form targeting the restore endpoint with their chosen parentid destination. When an authenticated administrator visits this page, the content is silently restored to the attacker's specified location, which could be a public area, a sensitive section, or a location that disrupts the site's navigation structure.

Detection Methods for CVE-2025-55044

Indicators of Compromise

  • Unexpected content appearing in locations where it was not intentionally placed
  • Audit log entries showing content restoration actions that administrators do not recall performing
  • Previously deleted content reappearing in public-facing areas of the website
  • Navigation structure changes that correlate with administrator browsing activity outside of MuraCMS

Detection Strategies

  • Review MuraCMS audit logs for content restoration events and correlate with expected administrative activity
  • Monitor for unusual patterns in content restoration timing, especially actions occurring shortly after administrators report visiting external websites
  • Implement web application firewall rules to detect and alert on restore requests lacking valid referer headers from the MuraCMS domain

Monitoring Recommendations

  • Enable detailed logging for all trash and content management operations in MuraCMS
  • Configure alerts for content restoration to sensitive or public locations
  • Establish baseline metrics for normal content restoration patterns to identify anomalous activity

How to Mitigate CVE-2025-55044

Immediate Actions Required

  • Upgrade MuraCMS to version 10.14 or later, which addresses this vulnerability according to the Mura Software Version 10.14 Notes
  • Instruct administrators to avoid visiting untrusted websites while authenticated to MuraCMS administrative sessions
  • Consider implementing additional network-level CSRF protections through a web application firewall
  • Review recent content restoration activity for any signs of unauthorized changes

Patch Information

MuraCMS has released security updates addressing this vulnerability. Organizations should consult the Mura Software Release Notes for detailed upgrade instructions. The patch implements proper CSRF token validation for the trash restore functionality, ensuring that only requests originating from legitimate administrative sessions are processed.

Workarounds

  • Deploy a web application firewall configured to validate referer headers and block cross-origin POST requests to administrative endpoints
  • Restrict administrative access to trusted networks or require VPN connections to access the MuraCMS admin interface
  • Implement browser-based protections such as using separate browser profiles for administrative tasks versus general browsing
  • Consider temporarily disabling trash restore functionality until the patch can be applied, if operationally feasible

For environments where immediate patching is not possible, administrators should exercise extreme caution when browsing external sites while authenticated to MuraCMS. Using separate browser sessions or private browsing windows for administrative tasks can reduce exposure to CSRF attacks.

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.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/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

  • Mura Software Version 10.14 Notes

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

  • CVE-2025-55045: MuraCMS Update Address 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