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-0788

CVE-2022-0788: Wpmet Fundengine SQLi Vulnerability

CVE-2022-0788 is a SQL injection flaw in Wpmet Fundengine WordPress plugin that allows unauthenticated attackers to execute malicious SQL queries. This article covers technical details, affected versions, and mitigation.

Published: February 17, 2026

CVE-2022-0788 Overview

CVE-2022-0788 is a critical SQL Injection vulnerability affecting the WP Fundraising Donation and Crowdfunding Platform (FundEngine) WordPress plugin developed by Wpmet. The vulnerability exists in versions prior to 1.5.0 and stems from the plugin's failure to properly sanitize and escape user-supplied input before incorporating it into SQL queries via one of its REST API routes. This flaw allows unauthenticated attackers to execute arbitrary SQL commands against the WordPress database, potentially compromising the entire site and its underlying data.

Critical Impact

Unauthenticated attackers can exploit this SQL injection vulnerability to extract sensitive data, modify database contents, or potentially achieve full site compromise through the vulnerable REST API endpoint.

Affected Products

  • WP Fundraising Donation and Crowdfunding Platform (FundEngine) versions prior to 1.5.0
  • WordPress installations running Wpmet FundEngine plugin

Discovery Timeline

  • 2022-06-08 - CVE-2022-0788 published to NVD
  • 2024-12-05 - Last updated in NVD database

Technical Details for CVE-2022-0788

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) allows unauthenticated remote attackers to manipulate database queries through a vulnerable REST API endpoint in the FundEngine plugin. The vulnerability is particularly dangerous because it requires no authentication, no user interaction, and can be exploited remotely over the network with low attack complexity.

The core issue lies in the plugin's REST route handler, which accepts user-controlled parameters and directly incorporates them into SQL statements without proper sanitization or parameterized queries. This allows attackers to inject malicious SQL syntax that gets executed by the database server with the privileges of the WordPress database user.

Successful exploitation could enable attackers to read sensitive information from the database (including user credentials, donation records, and configuration data), modify or delete database contents, or potentially escalate to remote code execution depending on the database configuration and server environment.

Root Cause

The root cause of CVE-2022-0788 is improper input validation in the FundEngine plugin's REST API implementation. The vulnerable code path accepts a parameter from REST API requests and concatenates it directly into SQL query strings without using WordPress's prepared statement functions (such as $wpdb->prepare()) or other sanitization mechanisms. This violates fundamental secure coding practices for database interaction.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can craft malicious HTTP requests to the vulnerable REST API endpoint, embedding SQL injection payloads in the unsanitized parameter. The attack can be performed remotely by any user who can reach the WordPress installation over the network.

The exploitation process typically involves:

  1. Identifying a WordPress site running a vulnerable version of the FundEngine plugin
  2. Crafting an HTTP request to the vulnerable REST endpoint with SQL injection payloads
  3. Extracting data through time-based, error-based, or union-based SQL injection techniques
  4. Potentially escalating access by dumping administrator credentials or modifying database records

For detailed technical information about this vulnerability, refer to the WPScan Vulnerability Report.

Detection Methods for CVE-2022-0788

Indicators of Compromise

  • Unusual SQL error messages in WordPress or web server logs
  • Unexpected database queries containing SQL injection patterns (e.g., UNION SELECT, OR 1=1, time-based functions like SLEEP())
  • Anomalous REST API requests to FundEngine plugin endpoints with suspicious parameter values
  • Evidence of data exfiltration or unauthorized database modifications

Detection Strategies

  • Monitor web application firewall (WAF) logs for SQL injection attack patterns targeting WordPress REST API endpoints
  • Implement logging and alerting for database query errors or unusual query patterns
  • Review access logs for REST API requests with encoded or suspicious parameter values
  • Use WordPress security plugins to scan for known vulnerable plugin versions

Monitoring Recommendations

  • Enable detailed logging for the WordPress REST API and database connections
  • Configure intrusion detection systems (IDS) to alert on SQL injection signatures
  • Regularly audit installed WordPress plugins against known vulnerability databases
  • Monitor for unexpected changes to database tables, especially user and configuration tables

How to Mitigate CVE-2022-0788

Immediate Actions Required

  • Update the WP Fundraising Donation and Crowdfunding Platform (FundEngine) plugin to version 1.5.0 or later immediately
  • If immediate patching is not possible, temporarily disable the FundEngine plugin until the update can be applied
  • Audit database logs and access patterns to identify potential exploitation attempts
  • Consider deploying a web application firewall (WAF) with SQL injection protection rules

Patch Information

The vulnerability has been addressed in FundEngine version 1.5.0. Site administrators should update to this version or later through the WordPress plugin update mechanism or by downloading the patched version from the official WordPress plugin repository.

To verify your current plugin version, navigate to the WordPress admin dashboard, go to Plugins, and check the version number listed for the FundEngine plugin. Ensure automatic updates are enabled for security-critical plugins to receive future patches promptly.

Workarounds

  • Disable the FundEngine plugin entirely until the patch can be applied
  • Implement a web application firewall (WAF) rule to block suspicious SQL injection patterns in REST API requests
  • Restrict access to the WordPress REST API using server-level access controls if the plugin's REST functionality is not required
  • Use database-level restrictions to limit the WordPress database user's privileges to minimize potential damage from SQL injection
bash
# Configuration example - Restrict REST API access via .htaccess
# Add to WordPress root .htaccess file to limit REST API access
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-json/fundengine/ [NC]
RewriteCond %{REMOTE_ADDR} !^192\.168\.1\. [NC]
RewriteRule ^(.*)$ - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWpmet Fundengine

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability48.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • 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