wordpress-menu-image-fpd: WordPress Menu Image - Full Path Disclosure

2026-01-09 WordPress PoC Public

Description

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

PoC

id: wordpress-menu-image-fpd

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

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/menu-image/freemius/templates/checkout.php"

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

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

References

Related Vulnerabilities