Skip to content

PHP IPAM Installation Page - Exposed

ID: phpipam-installer

Severity: high

Author: DhiyaneshDK

Tags: misconfig,exposure,install,phpipam

PHP IPAM is susceptible to the Installation page exposure due to misconfiguration.

id: phpipam-installer
info:
name: PHP IPAM Installation Page - Exposed
author: DhiyaneshDK
severity: high
description: |
PHP IPAM is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:phpipam:phpipam:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: phpipam
product: phpipam
shodan-query: html:"phpipam installation wizard"
tags: misconfig,exposure,install,phpipam
http:
- method: GET
path:
- "{{BaseURL}}/index.php?page=install"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>phpipam installation</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100d243cbb835d98ed0e327a7b6c0dc1529d674aad779861541b0102e8b9afa28200221008f32b1bcc581cb97b12cbe8a355238992d985e36ee11e60a56ea757f8f0a5ca9: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/phpipam-installer.yaml"

View on Github