Cisco SD-WAN Login Panel - Detect
ID: cisco-sd-wan
Severity: info
Author: z3bd
Tags: panel,cisco
Description
Section titled “Description”Cisco SD-WAN login panel was detected.
YAML Source
Section titled “YAML Source”id: cisco-sd-wan
info: name: Cisco SD-WAN Login Panel - Detect author: z3bd severity: info description: Cisco SD-WAN login panel was detected. reference: - https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-sdwan-bufovulns-B5NrSHbj classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:cisco:sd-wan:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: cisco product: sd-wan shodan-query: cpe:"cpe:2.3:a:cisco:sd-wan" tags: panel,cisco
http: - method: GET path: - "{{BaseURL}}/login"
matchers-condition: and matchers: - type: status status: - 200
- type: word words: - "SD-Wan Center" part: body# digest: 4a0a0047304502207c9f21d2b8bb5074c2a5d05391e77f4271dcd0c56c3b0d0e2f5613663c4374c4022100e12e2e44d56775b2015edc8de5092807ba88d46f6b4af7bbbaf618b11dc69752:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/cisco/cisco-sd-wan.yaml"