wp-easy-google-fonts-log-disclosure: WordPress Easy Google Fonts - Error Log Disclosure

2025-12-12 WordPress Easy Google Fonts PoC Public

Description

Detected WordPress Easy Google Fonts plugin debug log file, potentially revealing file paths, errors, and sensitive information.

PoC

id: wp-easy-google-fonts-log-disclosure

info:
  name: WordPress Easy Google Fonts - Error Log Disclosure
  author: 0x_Akoko
  severity: low
  description: |
    Detected WordPress Easy Google Fonts plugin debug log file, potentially revealing file paths, errors, and sensitive information.
  reference:
    - https://wordpress.org/plugins/easy-google-fonts/
  metadata:
    verified: true
    max-request: 1
  tags: wordpress,wp-plugin,exposure,easy-google-fonts,logs,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/easy-google-fonts/error_log"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'regex("\\[\\d{2}-[A-Za-z]{3}-\\d{4} \\d{2}:\\d{2}:\\d{2}", body)'
          - 'contains_any(body, "PHP Fatal error:", "PHP Warning:", "PHP Notice:", "PHP Parse error:")'
        condition: and
# digest: 4b0a00483046022100ba763a3adda588c30d50654c739a947d8331ae981113d9b081727281710623ad022100e9f3a5b241fbb6a4a3b6f7f5cb02d8c3f3426ad26550e00726fcd41b767fc4b9:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities