Skip to content

WoW CMS Installer Exposure

ID: wowcms-installer

Severity: high

Author: ritikchaddha

Tags: misconfig,wowcms,install,exposure

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

id: wowcms-installer
info:
name: WoW CMS Installer Exposure
author: ritikchaddha
severity: high
description: WoW CMS is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
shodan-query: title:"WoW-CMS | Installation"
fofa-query: title="WoW-CMS | Installation"
tags: misconfig,wowcms,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/install/index.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>WoW-CMS | Installation'
- 'WoW-CMS installer page'
condition: or
- type: status
status:
- 200
# digest: 4a0a004730450220755e50598fd2e17fcf6ab375e0f3204df49e76373968d2a20254a2b7785fe752022100de7619a5be9347105451d5f659a9da5b90a006e217a4d60b65050ba743a666ee: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/wowcms-installer.yaml"

View on Github