Skip to content

OpenMage Installation Wizard

ID: openmage-install

Severity: high

Author: DhiyaneshDk

Tags: misconfig,openmage,install,exposure

OpenMage is susceptible to the Installation page exposure due to misconfiguration.

id: openmage-install
info:
name: OpenMage Installation Wizard
author: DhiyaneshDk
severity: high
description: OpenMage is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:openmage:openmage:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: openmage
product: openmage
shodan-query: title:"OpenMage Installation Wizard"
tags: misconfig,openmage,install,exposure
http:
- method: GET
path:
- "{{BaseURL}}/index.php/install/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "OpenMage Installation Wizard"
- type: status
status:
- 200
# digest: 4a0a004730450220336958a1bbc89a1c760fdb5dfdb5be438ddf03875ed20f7d33c5681db12c286c022100a26e2e1b2f6acfdb81b85f46ee410d96d16e11d08a15d88778a5c4fc05923fa6: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/openmage-install.yaml"

View on Github