Skip to content

Gibbon Installer - Exposure

ID: gibbon-installer

Severity: high

Author: DhiyaneshDK

Tags: misconfig,gibbon,install,exposure

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

id: gibbon-installer
info:
name: Gibbon Installer - Exposure
author: DhiyaneshDK
severity: high
description: Gibbon is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
fofa-query: icon_hash="-165631681"
product: gibbon
vendor: gibbonedu
shodan-query: http.favicon.hash:"-165631681"
tags: misconfig,gibbon,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/installer/install.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Gibbon Installer</title>'
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4b0a00483046022100e6e9f4199b119256ba4c07e37b28b37b447ee0ef36c2e351fd3adb3b994923fd022100fccaf9e0108e2b66c22107fc4fb791b81e6f428140061ff166ef0cee48799936: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/gibbon-installer.yaml"

View on Github