Skip to content

Magnolia CMS Login Panel - Detect

ID: magnolia-panel

Severity: info

Author: pussycat0x

Tags: magnolia,panel,login

Magnolia CMS login panel was detected.

id: magnolia-panel
info:
name: Magnolia CMS Login Panel - Detect
author: pussycat0x
severity: info
description: |
Magnolia CMS login panel was detected.
reference:
- https://www.magnolia-cms.com/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:magnolia-cms:magnolia_cms:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: html:"Magnolia is a registered trademark"
product: magnolia_cms
vendor: magnolia-cms
tags: magnolia,panel,login
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/.magnolia/admincentral"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Magnolia is a registered trademark'
- type: word
part: header
words:
- "text/html"
# digest: 490a004630440220722bcb4a4737308b41d69e9c7c0d575101f002164241e626f05651f9896f609e02200dbb4aa749130f62703f5755c3e7745f0830f55533925768c148071a07b4b6dc: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/exposed-panels/magnolia-panel.yaml"

View on Github