CVE-2025-55043
CSRF in MuraCMS Bundle Creation Enables Full Data Exfiltration
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 bundle creation functionality (csettings.cfc createBundle method). It allows unauthenticated attackers to trick administrators into creating and saving site bundles that contain sensitive data to publicly accessible directories without their knowledge.
Because the attack is silent, administrators remain unaware that confidential information has been exposed and can be downloaded by unauthorized parties.
How can this vulnerability impact me? :
This vulnerability can lead to complete data exfiltration from affected MuraCMS installations without requiring any authentication from the attacker.
- Exposure of user accounts
- Exposure of password hashes
- Exposure of form submissions
- Exposure of email lists
- Exposure of plugins and site content
Since the sensitive data is saved to publicly accessible web directories, attackers can download this information without detection.
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