CVE-2025-55040
CSRF Vulnerability in MuraCMS Import Form Enables Malicious Uploads
Publication date: 2026-03-18
Last updated on: 2026-03-20
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| murasoftware | mura_cms | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Request Forgery (CSRF) issue in MuraCMS versions up to 10.1.10, specifically in the import form functionality. The vulnerable function, cForm.importform, does not validate CSRF tokens, which allows attackers to trick authenticated administrators into uploading and installing malicious form definitions by visiting a crafted webpage.
The attacker can create a malicious ZIP file containing form definitions that, when installed, create data collection forms designed to steal sensitive information from users.
How can this vulnerability impact me? :
If exploited, this vulnerability allows attackers to install malicious data collection forms on a MuraCMS website without the administrator's explicit consent.
These malicious forms can be used to steal sensitive user information, potentially leading to data breaches, loss of user trust, and other security incidents.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know