Skip to content

Magnolia CMS Installer

ID: magnolia-installer

Severity: info

Author: pussycat0x

Tags: magnolia,exposure,installer,misconfig

Magnolia CMS is susceptible to the Installation page exposure due to misconfiguration.

id: magnolia-installer
info:
name: Magnolia CMS Installer
author: pussycat0x
severity: info
description: Magnolia CMS is susceptible to the Installation page exposure due to misconfiguration.
reference:
- https://www.magnolia-cms.com/
classification:
cpe: cpe:2.3:a:magnolia-cms:magnolia_cms:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: magnolia-cms
product: magnolia_cms
shodan-query: title:"Magnolia Installation"
tags: magnolia,exposure,installer,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "Magnolia Installation"
- "Welcome to Magnolia"
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200
# digest: 490a0046304402203803ab3083a1b05af95fac6cb518e3e955a3b23243172b6148493768cbffd1dc02200b02eefde694b49584a468e70b32ec4cae7fdf31657ab2118fe6487e6e474ae5: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/magnolia-installer.yaml"

View on Github