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-2026-4608

CVE-2026-4608: ProfileGrid WordPress Plugin SQLi Flaw

CVE-2026-4608 is a blind SQL injection vulnerability in the ProfileGrid WordPress plugin that allows authenticated attackers to extract sensitive database information. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-4608 Overview

CVE-2026-4608 is a blind SQL injection vulnerability in the ProfileGrid – User Profiles, Groups and Communities plugin for WordPress. The flaw affects all versions up to and including 5.9.8.4. The vulnerability stems from insufficient escaping of the user-supplied rid parameter and the lack of proper preparation on the existing SQL query. Authenticated attackers with Subscriber-level access or above can append SQL queries to existing statements and extract sensitive data from the WordPress database. The issue is tracked under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command).

Critical Impact

Authenticated Subscriber-level attackers can extract sensitive data, including user credentials and session tokens, from the WordPress database via blind SQL injection.

Affected Products

  • ProfileGrid – User Profiles, Groups and Communities plugin for WordPress
  • All versions through and including 5.9.8.4
  • Any WordPress site allowing Subscriber-level registration with the affected plugin enabled

Discovery Timeline

  • 2026-05-13 - CVE-2026-4608 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-4608

Vulnerability Analysis

The ProfileGrid plugin uses the rid parameter in multiple database query paths without sufficient sanitization or use of prepared statements. Attackers authenticated as Subscribers can manipulate the parameter to inject arbitrary SQL fragments. Because the injection is blind, attackers infer query results from differences in server response or timing rather than direct output. Successful exploitation enables exfiltration of user records, password hashes, session metadata, and other sensitive table contents.

Root Cause

The root cause is improper neutralization of input passed to dynamic SQL statements within the plugin's request and database handler classes. The affected code paths reside in class-profile-magic-dbhandler.php, class-profile-magic-request.php, and class-profile-magic-public.php. These locations interpolate the rid value directly into SQL queries without using $wpdb->prepare() with proper placeholders. Reference: WordPress Plugin Code Snippet (dbhandler L192) and WordPress Plugin Code Snippet (public L4755).

Attack Vector

The attack vector is network-based and requires only low-privilege authentication. An attacker registers a Subscriber account on a target WordPress site, then issues crafted requests to plugin endpoints that consume the rid parameter. The injected SQL payload is appended to the original query, allowing boolean-based or time-based blind data extraction. No user interaction is required beyond the attacker's own authenticated session.

// No verified public exploit code is available.
// See the Wordfence advisory and patch changeset for technical details:
// https://www.wordfence.com/threat-intel/vulnerabilities/id/3f58ed72-5a0b-4b43-ad76-7730c79741da
// https://plugins.trac.wordpress.org/changeset/3491679/

Detection Methods for CVE-2026-4608

Indicators of Compromise

  • Web server access logs containing SQL syntax fragments such as UNION, SLEEP(, BENCHMARK(, or -- in the rid query parameter
  • Unusually slow responses from ProfileGrid plugin endpoints, consistent with time-based blind SQL injection
  • Newly created Subscriber accounts that generate large volumes of requests to ProfileGrid URLs
  • Database error entries or unexpected query patterns in WordPress and MySQL logs

Detection Strategies

  • Inspect HTTP request logs for repeated parameter manipulation of rid from a single authenticated session
  • Deploy a Web Application Firewall (WAF) rule set that flags SQL keywords inside the rid parameter
  • Correlate WordPress user registration events with subsequent plugin endpoint access patterns
  • Audit the WordPress database for unauthorized reads of wp_users and wp_usermeta via query logging

Monitoring Recommendations

  • Enable MySQL general query logging or slow query logging on sites running ProfileGrid versions ≤ 5.9.8.4
  • Monitor for spikes in 500-series HTTP responses from ProfileGrid endpoints
  • Track Subscriber-level account creation rates and correlate with subsequent plugin activity
  • Alert on outbound data transfer anomalies originating from the WordPress host

How to Mitigate CVE-2026-4608

Immediate Actions Required

  • Update the ProfileGrid – User Profiles, Groups and Communities plugin to a version newer than 5.9.8.4 that contains the fix from WordPress Changeset #3491679
  • Audit existing Subscriber and higher-privileged accounts for unfamiliar registrations
  • Rotate WordPress administrator passwords and invalidate active sessions if compromise is suspected
  • Review database access logs for suspicious queries targeting user and session tables

Patch Information

The vendor addressed the issue in WordPress Changeset #3491679, which introduces proper input handling and prepared statements for the rid parameter. Detailed analysis is available in the Wordfence Vulnerability Analysis. Site administrators should apply the update through the WordPress plugin dashboard or via WP-CLI.

Workarounds

  • Disable the ProfileGrid plugin until the patched version is installed
  • Restrict new user registration on the WordPress site to prevent untrusted Subscriber-level accounts
  • Deploy a WAF rule that blocks non-numeric values in the rid request parameter
  • Apply least-privilege database credentials to the WordPress wp-config.php user to limit data exposure
bash
# Update ProfileGrid via WP-CLI to the patched release
wp plugin update profilegrid-user-profiles-groups-and-communities

# Verify the installed version is greater than 5.9.8.4
wp plugin get profilegrid-user-profiles-groups-and-communities --field=version

# Temporary workaround: deactivate the plugin until patched
wp plugin deactivate profilegrid-user-profiles-groups-and-communities

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Changeset #3491679

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-6225: WordPress Taskbuilder Plugin SQLi Flaw

  • CVE-2026-4798: Avada Builder Plugin SQLi Vulnerability

  • CVE-2026-7619: WordPress Charitable Plugin SQLi Vulnerability

  • CVE-2026-1250: WordPress Court Reservation Plugin SQLi Flaw
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