Skip to content

Cisco System Network Configuration Page - Detect

ID: cisco-network-config

Severity: info

Author: DhiyaneshDk

Tags: exposure,cisco,edb,config

Cisco System Network configuration page was detected. Page lists whole network configuration and internal logs of Cisco IP phones.

id: cisco-network-config
info:
name: Cisco System Network Configuration Page - Detect
author: DhiyaneshDk
severity: info
description: Cisco System Network configuration page was detected. Page lists whole network configuration and internal logs of Cisco IP phones.
reference:
- https://www.exploit-db.com/ghdb/5430
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 1
tags: exposure,cisco,edb,config
http:
- method: GET
path:
- "{{BaseURL}}/CGI/Java/Serviceability?adapter=device.statistics.configuration"
matchers-condition: and
matchers:
- type: word
words:
- "Network Configuration"
part: body
- type: status
status:
- 200
# digest: 490a004630440220728926af28e7a6b21e0259232d2252198f242605bf8479ef6e6da952f99cbcbf02202f6a0485685625c485d8bb489d6c37f7e4775bb6e49bfa7e639b6ccadaa63e5d: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/cisco-network-config.yaml"

View on Github