Cisco IOS XE - Detect
ID: cisco-ios-xe-panel
Severity: info
Author: bhutch
Tags: panel,cisco,ssl
Description
Section titled “Description”Cisco IOS XE login panel was detected.
YAML Source
Section titled “YAML Source”id: cisco-ios-xe-panel
info: name: Cisco IOS XE - Detect author: bhutch severity: info description: | Cisco IOS XE login panel was detected. reference: - https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-iosxe-webui-privesc-j22SaA4z 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:o:cisco:ios_xe:*:*:*:*:*:*:*:* metadata: verified: "true" max-request: 2 vendor: cisco product: ios_xe shodan-query: http.html_hash:1076109428 tags: panel,cisco,sslssl: - address: "{{Host}}:{{Port}}"
http: - method: GET path: - "{{BaseURL}}"
matchers: - type: dsl dsl: - contains(http_body,'webui') - contains(ssl_issuer_dn,'IOS-Self-Signed-Certificate') condition: and
extractors: - type: kval kval: - ssl_issuer_dn# digest: 4a0a0047304502207cf0cba29c594464e79a9df84ac8fe1a77bd3caa52148e41e6f3e29d6cb6225e022100ce7a73b7cf533945a9f0bebe8a313493cf2a5293116683882705b20e799a4670: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-ios-xe-panel.yaml"