A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2025-47478

CVE-2025-47478: ProfileGrid WordPress Plugin SQLi Flaw

CVE-2025-47478 is an SQL injection vulnerability in ProfileGrid WordPress plugin that enables attackers to manipulate database queries. This article covers technical details, affected versions up to 5.9.5.0, and steps to secure your site.

Published: June 2, 2026

CVE-2025-47478 Overview

CVE-2025-47478 is a SQL Injection vulnerability in the Metagauss ProfileGrid plugin for WordPress, tracked under [CWE-89]. The flaw stems from improper neutralization of special elements used in an SQL command. It affects all versions of profilegrid-user-profiles-groups-and-communities from initial release through 5.9.5.0. An authenticated attacker with low privileges can inject crafted SQL statements that the plugin passes to the database backend. Successful exploitation exposes confidential data and may impact application availability. Patchstack catalogued the issue and published a public advisory describing the affected versions.

Critical Impact

An authenticated attacker can extract sensitive WordPress database contents, including user credentials and session data, by injecting SQL into vulnerable ProfileGrid parameters.

Affected Products

  • Metagauss ProfileGrid (profilegrid-user-profiles-groups-and-communities) WordPress plugin
  • All versions from initial release through 5.9.5.0
  • WordPress sites running ProfileGrid for user profiles, groups, and communities

Discovery Timeline

  • 2025-05-23 - CVE-2025-47478 published to the National Vulnerability Database
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-47478

Vulnerability Analysis

The vulnerability resides in the ProfileGrid plugin's handling of user-supplied input passed to SQL queries. The plugin fails to sanitize or parameterize values before concatenating them into database statements. An attacker authenticated as a low-privileged user, such as a subscriber, can submit crafted input through plugin endpoints. The resulting query executes attacker-controlled SQL against the WordPress database. The scope is marked as changed, meaning the attacker can reach data beyond the plugin's intended boundary. Confidentiality impact is high because the WordPress wp_users and wp_usermeta tables contain password hashes and session tokens.

Root Cause

The root cause is the absence of prepared statements or proper escaping when building SQL queries from request parameters. WordPress provides the $wpdb->prepare() API for parameterized queries, but ProfileGrid concatenates untrusted values directly. This pattern matches [CWE-89] Improper Neutralization of Special Elements used in an SQL Command.

Attack Vector

The attack vector is network-based and requires authentication at a low privilege level with no user interaction. An attacker sends a crafted HTTP request to a vulnerable ProfileGrid endpoint, embedding SQL syntax in a parameter that flows into a database query. The injected payload can use UNION-based extraction, boolean-based blind techniques, or time-based blind techniques to read arbitrary database tables. Refer to the Patchstack SQL Injection Vulnerability advisory for additional technical context.

Detection Methods for CVE-2025-47478

Indicators of Compromise

  • HTTP requests to ProfileGrid endpoints containing SQL metacharacters such as ', --, UNION SELECT, or SLEEP(
  • Unexpected database errors in PHP or web server logs referencing ProfileGrid handlers
  • Authenticated low-privilege accounts issuing repeated POST or GET requests to admin-ajax.php actions registered by ProfileGrid
  • Outbound queries returning unusually large result sets from the WordPress database

Detection Strategies

  • Deploy a web application firewall rule set that inspects requests to /wp-admin/admin-ajax.php and ProfileGrid URLs for SQL injection signatures
  • Enable MySQL general query logging temporarily to identify malformed or attacker-crafted statements
  • Correlate authentication events with subsequent ProfileGrid request anomalies to surface low-privilege accounts attempting injection

Monitoring Recommendations

  • Monitor WordPress audit logs for new administrator accounts or privilege changes following ProfileGrid traffic spikes
  • Alert on database errors containing SQL syntax strings tied to ProfileGrid PHP files
  • Track HTTP 500 responses from ProfileGrid endpoints, which often indicate injection probing

How to Mitigate CVE-2025-47478

Immediate Actions Required

  • Update the ProfileGrid plugin to a version later than 5.9.5.0 once the vendor publishes a fixed release
  • Audit WordPress user accounts and rotate credentials for any accounts that could have been exposed
  • Review database logs for evidence of unauthorized SELECT statements against wp_users or wp_usermeta

Patch Information

At the time of publication, the Patchstack advisory lists affected versions through 5.9.5.0. Administrators should consult the Patchstack SQL Injection Vulnerability advisory and the Metagauss plugin changelog for the patched release. Apply the update through the WordPress plugin manager or via WP-CLI.

Workarounds

  • Deactivate the ProfileGrid plugin until a patched version is installed
  • Restrict registration so untrusted users cannot obtain the low-privilege accounts required to exploit the flaw
  • Deploy WAF rules from providers such as Patchstack or Wordfence that block known ProfileGrid SQL injection payloads
bash
# Update ProfileGrid via WP-CLI once a fixed version is released
wp plugin update profilegrid-user-profiles-groups-and-communities

# Temporary deactivation if no patch is yet available
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/TechMetagauss Profilegrid

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-89
  • Technical References
  • Patchstack SQL Injection Vulnerability
  • Related CVEs
  • CVE-2024-30490: Metagauss ProfileGrid SQL Injection Flaw

  • CVE-2024-31362: Metagauss ProfileGrid CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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