CVE-2022-0591
published 2022-03-21CVE-2022-0591: The FormCraft WordPress plugin before 3.8.28 does not validate the URL parameter in the formcraft3_get AJAX action, leading to SSRF issues exploitable by…
PriorityP183critical9.1CVSS 3.1
AVNACLPRNUINSUCHIHAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
20.25%
97.1th percentile
The FormCraft WordPress plugin before 3.8.28 does not validate the URL parameter in the formcraft3_get AJAX action, leading to SSRF issues exploitable by unauthenticated users
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| subtlewebinc | formcraft3 | < 3.8.28 | 3.8.28 |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect exploitation attempts by monitoring GET requests to /wp-admin/admin-ajax.php with the query parameter action=formcraft3_get and a URL parameter present, especially from unauthenticated users. ↗
- →Confirm plugin presence on target by checking HTTP response body for the string '/wp-content/plugins/formcraft3/' before probing the SSRF endpoint. ↗
- →Out-of-band SSRF confirmation: look for an outbound HTTP callback carrying 'User-Agent: WordPress' originating from the WordPress server after the formcraft3_get action is triggered. ↗
- →Use FOFA query 'body="formcraft3" && body="wp-"' to identify internet-exposed WordPress instances running the vulnerable FormCraft3 plugin. ↗
- ·The vulnerability is exploitable by unauthenticated users — no credentials or session token are required to trigger the SSRF via the formcraft3_get AJAX action. ↗
- ·The Nuclei template uses a two-step flow: step 1 confirms plugin presence via the body string, and step 2 fires the SSRF probe — both conditions must be met (flow: http(1) && http(2)). ↗
CVSS provenance
nvdv3.19.1CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
nvdv2.06.4MEDIUMAV:N/AC:L/Au:N/C:P/I:P/A:N
vulncheck9.1CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-x9wp-hprc-2gvq: The FormCraft WordPress plugin before 3
ghsa_unreviewed·2022-03-22
CVE-2022-0591 [CRITICAL] CWE-918 GHSA-x9wp-hprc-2gvq: The FormCraft WordPress plugin before 3
The FormCraft WordPress plugin before 3.8.28 does not validate the URL parameter in the formcraft3_get AJAX action, leading to SSRF issues exploitable by unauthenticated users
VulnCheck
subtlewebinc formcraft3 Server-Side Request Forgery (SSRF)
vulncheck·2022·CVSS 9.1
CVE-2022-0591 [CRITICAL] subtlewebinc formcraft3 Server-Side Request Forgery (SSRF)
subtlewebinc formcraft3 Server-Side Request Forgery (SSRF)
The FormCraft WordPress plugin before 3.8.28 does not validate the URL parameter in the formcraft3_get AJAX action, leading to SSRF issues exploitable by unauthenticated users
Affected: subtlewebinc formcraft3
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://dashboard.shadowserver.org/statistics/honeypot/vulnerability/map/?day=2023-11-14&host_type=src&vulnerability=cve-2022-0591; https://dashboard.shadowserver.org/statistics/honeypot/vulnerability/map/?day=2023-11-19&host_type=src&vulnerability=cve-2022-0591; https://dashboard.shadowserver.org/statistics/honeypot/vulnerability/map/?day=2023
No detection rules found.
Nuclei
Formcraft3 <3.8.28 - Server-Side Request Forgery
nuclei·CVSS 9.1
CVE-2022-0591 [CRITICAL] Formcraft3 <3.8.28 - Server-Side Request Forgery
Formcraft3 <3.8.28 - Server-Side Request Forgery
Formcraft3 before version 3.8.2 does not validate the URL parameter in the formcraft3_get AJAX action, leading to server-side request forgery issues exploitable by unauthenticated users.
Template:
id: CVE-2022-0591
info:
name: Formcraft3 <3.8.28 - Server-Side Request Forgery
author: Akincibor,j4vaovo
severity: critical
description: |
Formcraft3 before version 3.8.2 does not validate the URL parameter in the formcraft3_get AJAX action, leading to server-side request forgery issues exploitable by unauthenticated users.
impact: |
An attacker can send crafted requests to the server, potentially leading to unauthorized access to internal resources or network scanning.
remediation: |
Upgrade to Formcraft3 version 3.8.28 or later to fix the SSR
2022-03-21
Published
Exploited in the wild