Skip to content

Cisco Disable PAD - Detect

ID: disable-pad-service

Severity: info

Author: pussycat0x

Tags: audit,file,cisco,config-audit,cisco-switch,router

Cisco PAD service has proven vulnerable to attackers. To reduce the risk of unauthorized access, organizations should implement a security policy restricting or disabling unnecessary access.

id: disable-pad-service
info:
name: Cisco Disable PAD - Detect
author: pussycat0x
severity: info
description: |
Cisco PAD service has proven vulnerable to attackers. To reduce the risk of unauthorized access, organizations should implement a security policy restricting or disabling unnecessary access.
reference:
- http://www.cisco.com/en/US/docs/ios-xml/ios/wan/command/wan-s1.html#GUID-C5497B77-3FD4-4D2F-AB08-1317D5F5473B
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
tags: audit,file,cisco,config-audit,cisco-switch,router
file:
- extensions:
- conf
matchers-condition: and
matchers:
- type: word
words:
- "no service pad"
negative: true
- type: word
words:
- "configure terminal"
# digest: 4a0a00473045022100aa4cfb3c3cd307c324c00924b93dcf43a16f41fd18fdd6077d61201d9ed1974c022031ab75048b971aab34717ab1a81a0897b35696461db8ff4b035c4b8453592695: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 "file/audit/cisco/disable-pad-service.yaml"

View on Github