Skip to content

Poste.io - Installer

ID: poste-io-installer

Severity: high

Author: DhiyaneshDK

Tags: misconfig,exposure,poste-io,install

Poste.io is susceptible to the Installation page exposure due to misconfiguration.

id: poste-io-installer
info:
name: Poste.io - Installer
author: DhiyaneshDK
severity: high
description: |
Poste.io is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:analogic:poste.io:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: analogic
product: poste.io
fofa-query: body="Initial server configuration"
tags: misconfig,exposure,poste-io,install
http:
- method: GET
path:
- "{{BaseURL}}/admin/install/server"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Initial server configuration'
- 'poste'
condition: and
- type: status
status:
- 200
# digest: 4b0a0048304602210097ae3061ce292ed76a21ff06d837ff1d2a663f3a66cbda42ac3f5e5bed1ecfb8022100955a21ef7841073a986f4244fc44f5edfc43402c96c19cf92d8a2aec7c25e6c0: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/poste-io-installer.yaml"

View on Github