Skip to content

Mura CMS Setup Page - Exposure

ID: mura-cms-setup-installer

Severity: high

Author: DhiyaneshDK

Tags: misconfig,install,exposure,mura-cms

Detects exposed Mura CMS Setup page.

id: mura-cms-setup-installer
info:
name: Mura CMS Setup Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed Mura CMS Setup page.
reference:
- https://www.murasoftware.com/mura-cms/
classification:
cpe: cpe:2.3:a:murasoftware:mura_cms:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: murasoftware
product: mura_cms
fofa-query: body="Mura CMS - Setup"
tags: misconfig,install,exposure,mura-cms
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Mura CMS - Setup"
- type: status
status:
- 200
# digest: 4a0a00473045022100e6baba7211596347ea4475ca97ab363747adfd6576b3e2668e1ea9d10cc9d9d70220670a2285166be096a32144b89319ab5f7db4829c6d63adc84fd726ca6f25fae9:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/mura-cms-setup-installer.yaml"

View on Github