The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2022-0591

CVE-2022-0591: FormCraft3 WordPress Plugin SSRF Flaw

CVE-2022-0591 is an SSRF vulnerability in the FormCraft3 WordPress plugin that allows unauthenticated attackers to exploit server requests. This article covers technical details, affected versions, impact, and mitigation.

Published: February 17, 2026

CVE-2022-0591 Overview

CVE-2022-0591 is a Server-Side Request Forgery (SSRF) vulnerability affecting the FormCraft WordPress plugin before version 3.8.28. The vulnerability exists because the plugin does not properly validate the URL parameter in the formcraft3_get AJAX action. This security flaw can be exploited by unauthenticated users, making it particularly dangerous for WordPress sites running vulnerable versions of the plugin.

Critical Impact

Unauthenticated attackers can exploit this SSRF vulnerability to make arbitrary HTTP requests from the vulnerable server, potentially accessing internal services, cloud metadata endpoints, and sensitive internal resources.

Affected Products

  • FormCraft WordPress plugin versions prior to 3.8.28
  • WordPress sites with FormCraft3 by Subtlewebinc installed
  • Any web server hosting vulnerable FormCraft installations

Discovery Timeline

  • 2022-03-21 - CVE-2022-0591 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0591

Vulnerability Analysis

This SSRF vulnerability resides in the FormCraft WordPress plugin's AJAX handler. The formcraft3_get AJAX action accepts a URL parameter that is used to make server-side HTTP requests without proper validation. Because the endpoint is accessible via WordPress AJAX (typically at /wp-admin/admin-ajax.php), unauthenticated users can craft malicious requests that force the server to initiate outbound connections to arbitrary destinations.

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), which describes scenarios where web applications fetch remote resources based on user-supplied input without sufficient validation. In this case, attackers can leverage the vulnerable WordPress server as a proxy to reach internal network resources, cloud metadata services (such as AWS IMDSv1 at 169.254.169.254), or other services that would normally be inaccessible from the internet.

Root Cause

The root cause of this vulnerability is insufficient input validation on the URL parameter passed to the formcraft3_get AJAX action. The plugin fails to implement proper URL allowlisting or validation mechanisms that would restrict requests to legitimate, expected destinations. Without these controls, any URL supplied by an attacker is processed by the server, enabling SSRF attacks.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can send a crafted POST request to the WordPress AJAX endpoint (/wp-admin/admin-ajax.php) with the action parameter set to formcraft3_get and a malicious URL in the target parameter. The server processes this request and fetches content from the attacker-specified URL, returning the response or potentially causing side effects on internal systems.

Potential exploitation scenarios include:

  • Accessing internal services behind firewalls
  • Retrieving cloud instance metadata containing credentials
  • Scanning internal network ports and services
  • Interacting with internal APIs without authentication
  • Bypassing IP-based access controls

Detection Methods for CVE-2022-0591

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests from the web server to internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Requests to cloud metadata endpoints (169.254.169.254) originating from the WordPress server
  • High volume of requests to /wp-admin/admin-ajax.php with the formcraft3_get action parameter
  • Unexpected data exfiltration or lateral movement attempts from the WordPress host

Detection Strategies

  • Monitor web server access logs for repeated requests to admin-ajax.php containing action=formcraft3_get
  • Implement network monitoring to detect outbound connections from web servers to internal resources or metadata endpoints
  • Deploy Web Application Firewall (WAF) rules to inspect AJAX requests for suspicious URL parameters
  • Use intrusion detection systems to alert on SSRF patterns in HTTP traffic

Monitoring Recommendations

  • Enable detailed logging for WordPress AJAX requests and review logs regularly
  • Configure alerts for unusual outbound traffic patterns from web application servers
  • Monitor DNS queries from the WordPress server for resolution of internal hostnames or suspicious domains
  • Implement egress filtering and log any blocked outbound connection attempts

How to Mitigate CVE-2022-0591

Immediate Actions Required

  • Update FormCraft WordPress plugin to version 3.8.28 or later immediately
  • Audit WordPress installations to identify any sites running vulnerable FormCraft versions
  • Review server logs for evidence of prior exploitation attempts
  • Implement network-level egress filtering to restrict outbound connections from web servers

Patch Information

The vendor has addressed this vulnerability in FormCraft version 3.8.28. WordPress site administrators should update to this version or later through the WordPress plugin dashboard or by manually downloading the updated plugin. For detailed information about the vulnerability, refer to the WPScan Vulnerability Report.

Workarounds

  • If immediate patching is not possible, consider temporarily disabling the FormCraft plugin until the update can be applied
  • Implement WAF rules to block requests to admin-ajax.php containing the formcraft3_get action from untrusted sources
  • Configure server-level egress filtering to prevent outbound connections to internal IP ranges and cloud metadata endpoints
  • Restrict access to WordPress AJAX endpoints using IP allowlisting where feasible
bash
# Example: Block cloud metadata endpoint access from web server (iptables)
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# Example: Block internal network access from web server
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechSubtlewebinc Formcraft3

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability87.90%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • WPScan Vulnerability Report
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English