Skip to content

Listmonk Installer Exposure

ID: listmonk-installer

Severity: high

Author: DhiyaneshDk

Tags: misconfig,listmonk,install,exposure

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

id: listmonk-installer
info:
name: Listmonk Installer Exposure
author: DhiyaneshDk
severity: high
description: |
Listmonk is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
shodan-query: html:"Listmonk"
tags: misconfig,listmonk,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/admin/login?next=%2Fadmin'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'This is a fresh install'
- 'Super Admin account'
- 'listmonk'
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502200be9d31aac30b971ad61130d8e26e51b642718ba6be34f0fe40803b93f402c4e022100f6686ed93806563a5567ece25ec36b2613a92a6c28308e92e95f535aca4ceb39: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/listmonk-installer.yaml"

View on Github