Skip to content

ImpressPages Installer

ID: impresspages-installer

Severity: low

Author: pussycat0x

Tags: misconfig,exposure,install,impresspages

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

id: impresspages-installer
info:
name: ImpressPages Installer
author: pussycat0x
severity: low
description: ImpressPages is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:impresspages:impresspages_cms:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: impresspages
product: impresspages_cms
shodan-query: http.title:"ImpressPages installation wizard"
tags: misconfig,exposure,install,impresspages
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "ImpressPages installation wizard"
- "Configuration"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a0047304502210081f617a0437787574f1b76890af74e0b65cf84bd6157257a0f1573f718b70ae0022076f01cd2c0dc8e080e0287d04dfe3c42450ca91f1541b4fbd23b04d1ac05ce78: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/impresspages-installer.yaml"

View on Github