Skip to content

PMM Installation Wizard

ID: pmm-installer

Severity: high

Author: pussycat0x

Tags: misconfig,exposure,install,pmm

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

id: pmm-installer
info:
name: PMM Installation Wizard
author: pussycat0x
severity: high
description: PMM is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:percona:monitoring_and_management:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: percona
product: monitoring_and_management
shodan-query: http.title:"PMM Installation Wizard"
tags: misconfig,exposure,install,pmm
http:
- method: GET
path:
- "{{BaseURL}}/password-page/ovf/account-credentials-ovf"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "PMM Installation Wizard"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4b0a00483046022100c8c2ace4c59578818d8a357e78e742f1c485c842ef50f1344de51fbbd405b8fc022100ae8aa72405c1c6d882e13d31ddd33ee41c1422ee5df7d648093d14a8e28814d3: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/pmm-installer.yaml"

View on Github