wordpress-db-repair: Wordpress DB Repair Exposed

日期: 2025-08-01 | 影响软件: wordress db repair | POC: 已公开

漏洞描述

Discover enabled Wordpress repair page.

PoC代码[已公开]

id: wordpress-db-repair

info:
  name: Wordpress DB Repair Exposed
  author: _C0wb0y_
  severity: low
  description: Discover enabled Wordpress repair page.
  metadata:
    max-request: 1
  tags: wordpress,config,fpd,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-admin/maint/repair.php"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "<title>WordPress"

      - type: status
        status:
          - 200

      - type: word
        words:
          - "define"
          - "WP_ALLOW_REPAIR"
          - "true"
        condition: and
        negative: true
# digest: 4a0a00473045022100ffe3639cd935b6ceda7e6448bf8d5fef61239eb716d40bfbaf9015bbbeab8153022045f7384c5f00039c364c3647cf25b9b3115e2b04893b3df715c17cba4f4cb9da:922c64590222798bb761d5b6d8e72950

相关漏洞推荐