Skip to content

Nagios Current Status Page - Detect

ID: nagios-status-page

Severity: medium

Author: dhiyaneshDk

Tags: exposure,nagios,status,edb

Nagios current status page was detected.

id: nagios-status-page
info:
name: Nagios Current Status Page - Detect
author: dhiyaneshDk
severity: medium
description: Nagios current status page was detected.
reference:
- https://www.exploit-db.com/ghdb/6918
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
metadata:
max-request: 3
tags: exposure,nagios,status,edb
http:
- method: GET
path:
- '{{BaseURL}}/nagios/cgi-bin/status.cgi'
- '{{BaseURL}}/cgi-bin/nagios4/status.cgi'
- '{{BaseURL}}/cgi-bin/nagios3/status.cgi'
matchers:
- type: word
words:
- Current Network Status
# digest: 4a0a0047304502203a5a999c6406db105ab90c135db4d9675b64cc3534051a0562931a50b8cfadb5022100f2e742a6b53c0695aa174454b71e98cf2bec691be3fb408a93aaab6af23ba182: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/exposures/configs/nagios-status-page.yaml"

View on Github