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
    • 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-55040

CVE-2025-55040: MuraCMS CSRF Vulnerability

CVE-2025-55040 is a CSRF flaw in MuraCMS through 10.1.10 that allows attackers to upload malicious form definitions. This post covers the technical details, affected versions, impact, and mitigation strategies.

Published: March 20, 2026

CVE-2025-55040 Overview

CVE-2025-55040 is a Cross-Site Request Forgery (CSRF) vulnerability affecting MuraCMS through version 10.1.10. The vulnerability exists in the import form functionality, specifically within the cForm.importform function, which lacks proper CSRF token validation. This security flaw allows attackers to craft malicious webpages that, when visited by an authenticated administrator, can forge file upload requests to install attacker-controlled form definitions on the target MuraCMS website.

Critical Impact

Successful exploitation enables attackers to install malicious data collection forms on MuraCMS websites that can steal sensitive user information from site visitors.

Affected Products

  • MuraCMS versions through 10.1.10
  • MuraCMS installations with form import functionality enabled
  • Websites running vulnerable MuraCMS versions without CSRF protection

Discovery Timeline

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

Technical Details for CVE-2025-55040

Vulnerability Analysis

This CSRF vulnerability stems from the absence of anti-CSRF token validation in the form import functionality of MuraCMS. The cForm.importform function processes file upload requests without verifying that the request originated from a legitimate user action within the application. This allows external websites to submit forged requests on behalf of authenticated administrators who unknowingly visit malicious pages.

The attack requires user interaction—specifically, an authenticated administrator must visit a malicious webpage and select an attacker-generated ZIP file containing form definitions. Once the file is uploaded, the malicious form definitions are installed on the target MuraCMS website, creating data collection forms that appear legitimate but are designed to harvest sensitive information from site visitors.

Root Cause

The root cause of CVE-2025-55040 is the missing CSRF token validation in the cForm.importform function. CSRF protection mechanisms are designed to ensure that state-changing requests originate from the application itself rather than from external sources. Without this validation, the server cannot distinguish between legitimate form import requests initiated by administrators and forged requests submitted by malicious websites.

Attack Vector

The attack is network-based and requires an authenticated administrator to visit a malicious webpage while logged into the MuraCMS admin panel. The attacker creates a webpage containing a CSRF exploit that automatically generates a malicious ZIP file with form definitions. When the administrator selects and uploads this file, the forged request is sent to the vulnerable MuraCMS installation using the administrator's authenticated session.

The malicious form definitions, once imported, create legitimate-looking data collection forms on the target website. These forms can be designed to collect sensitive information from website visitors, such as personal details, credentials, or payment information, which is then exfiltrated to attacker-controlled servers.

Detection Methods for CVE-2025-55040

Indicators of Compromise

  • Unexpected or unauthorized form definitions appearing in the MuraCMS form management interface
  • Form imports logged without corresponding administrator-initiated actions
  • New data collection forms on the website that were not created by authorized personnel
  • Unusual outbound data transfers from form submissions to external endpoints

Detection Strategies

  • Monitor MuraCMS audit logs for form import activities and correlate with administrator session activity
  • Review form definitions for suspicious data collection fields or external submission endpoints
  • Implement web application firewall (WAF) rules to detect CSRF attack patterns targeting MuraCMS endpoints
  • Conduct periodic reviews of all forms deployed on the website to identify unauthorized additions

Monitoring Recommendations

  • Enable comprehensive logging for all administrative actions in MuraCMS
  • Set up alerts for form import operations occurring outside normal administrative workflows
  • Monitor referrer headers on sensitive administrative endpoints to detect cross-origin requests
  • Deploy endpoint detection solutions to identify administrators visiting known malicious domains

How to Mitigate CVE-2025-55040

Immediate Actions Required

  • Upgrade MuraCMS to version 10.1.4 or later, which addresses this CSRF vulnerability
  • Review all existing form definitions for unauthorized or suspicious entries and remove any malicious forms
  • Educate administrators about CSRF attacks and the importance of not visiting untrusted websites while authenticated
  • Consider implementing additional session isolation for administrative functions

Patch Information

Mura Software has addressed this vulnerability in version 10.1.4 and later releases. Organizations running affected versions should upgrade immediately. The fix implements proper CSRF token validation for the form import functionality, ensuring that only legitimate requests originating from within the MuraCMS admin interface are processed.

Workarounds

  • Restrict access to the form import functionality to only essential personnel until patching is complete
  • Implement network-level controls to limit administrative interface access to trusted IP addresses
  • Configure web application firewall rules to block cross-origin POST requests to the form import endpoint
  • Advise administrators to use separate browser profiles or sessions when accessing the MuraCMS admin panel

For more information about MuraCMS and security updates, visit the Mura Software Homepage.

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