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

CVE-2026-7647: Profile Builder Pro WordPress RCE Flaw

CVE-2026-7647 is a PHP object injection flaw in Profile Builder Pro plugin for WordPress that enables unauthenticated remote code execution. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-7647 Overview

CVE-2026-7647 is a PHP Object Injection vulnerability affecting the Profile Builder Pro plugin for WordPress in all versions up to and including 3.14.5. The flaw resides in the wppb_request_users_pins_action_callback() AJAX handler, which calls PHP's maybe_unserialize() on the attacker-controlled args POST parameter. The handler registers both wp_ajax_ and wp_ajax_nopriv_ hooks and lacks nonce verification, type checking, and input validation. Unauthenticated attackers can inject arbitrary PHP objects into application memory, enabling property-oriented programming (POP) chain attacks. The issue is tracked as CWE-502: Deserialization of Untrusted Data.

Critical Impact

Unauthenticated remote attackers can submit serialized payloads to a WordPress site running Profile Builder Pro and trigger object instantiation, potentially leading to file deletion, sensitive data disclosure, or arbitrary code execution when a suitable POP chain is present.

Affected Products

  • Profile Builder Pro plugin for WordPress, versions through 3.14.5
  • WordPress sites exposing the wppb_request_users_pins_action_callback() AJAX endpoint
  • Sites where additional plugins or themes provide gadget classes usable in a POP chain

Discovery Timeline

  • 2026-05-02 - CVE-2026-7647 published to the National Vulnerability Database
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-7647

Vulnerability Analysis

The vulnerability is an Insecure Deserialization issue in the Profile Builder Pro user listing add-on. The relevant code path lives in add-ons/user-listing/one-map-listing.php at lines 13 and 271 of the 3.14.5 tag. WordPress registers the AJAX action with both authenticated and unauthenticated hooks, exposing the handler to anonymous HTTP POST requests. Inside the callback, the plugin reads the args POST parameter and passes it directly to maybe_unserialize() without validating the structure or origin of the input. PHP then instantiates any class referenced in the serialized payload and invokes magic methods such as __wakeup(), __destruct(), or __toString() on the resulting object.

Root Cause

The root cause is the use of maybe_unserialize() on untrusted attacker-controlled input combined with the absence of authentication, capability checks, and nonce verification. The handler treats POST data as trusted and reconstructs PHP objects from a serialized string. Any class loaded by WordPress core, the active theme, or other plugins becomes a candidate gadget for a POP chain.

Attack Vector

An unauthenticated attacker sends an HTTP POST request to /wp-admin/admin-ajax.php with the action parameter set to the vulnerable handler and the args parameter set to a crafted serialized PHP object. The server deserializes the payload, instantiates the chosen class, and triggers magic methods that perform attacker-directed operations. Real-world impact depends on which gadget chains are reachable in the WordPress installation, but published research demonstrates file deletion, arbitrary file write, and remote code execution from similar primitives. The high attack complexity reflects the dependency on a usable gadget chain rather than any access requirement.

No verified public exploit code is currently available. See the Wordfence Vulnerability Report and the WordPress Plugin Code Review for the affected source lines.

Detection Methods for CVE-2026-7647

Indicators of Compromise

  • POST requests to /wp-admin/admin-ajax.php containing action=wppb_request_users_pins and an args parameter beginning with serialized PHP markers such as O:, a:, or s:.
  • Unexpected file creation, modification, or deletion in WordPress content directories shortly after admin-ajax requests.
  • New PHP files in wp-content/uploads/ or modified plugin and theme files without a corresponding administrator action.
  • Anonymous requests with elevated payload sizes targeting the user listing AJAX endpoint.

Detection Strategies

  • Inspect web server access logs for admin-ajax.php requests with the wppb_request_users_pins action originating from unauthenticated sessions.
  • Apply web application firewall rules that flag PHP serialized object signatures inside POST bodies destined for WordPress AJAX endpoints.
  • Monitor PHP error logs for class autoload failures or __wakeup() and __destruct() exceptions that indicate failed deserialization attempts.
  • Compare installed Profile Builder Pro versions against 3.14.5 across the estate using software inventory tooling.

Monitoring Recommendations

  • Forward WordPress, web server, and WAF logs into a centralized analytics platform for correlation against admin-ajax abuse patterns.
  • Alert on outbound network connections initiated by the PHP-FPM or web server process to unfamiliar destinations.
  • Track file integrity for wp-content/plugins, wp-content/themes, and wp-content/uploads to detect post-exploitation persistence.

How to Mitigate CVE-2026-7647

Immediate Actions Required

  • Update Profile Builder Pro to a version above 3.14.5 as soon as the vendor publishes a patched release.
  • Audit the WordPress installation for unauthorized administrator accounts, modified plugin files, and webshells under wp-content/.
  • Restrict access to /wp-admin/admin-ajax.php from untrusted networks where business requirements allow.
  • Deploy a WAF rule that blocks POST requests containing PHP serialization tokens to the wppb_request_users_pins action.

Patch Information

No fixed version is identified in the available CVE data at the time of publication. Monitor the Wordfence Vulnerability Report and the Profile Builder Pro plugin repository for an updated release. Once available, apply the patch across all affected sites and confirm the version reported in the WordPress admin matches the fixed build.

Workarounds

  • Temporarily deactivate the Profile Builder Pro plugin until a patched version is installed.
  • Remove or disable the user listing add-on if the deployment does not require it.
  • Add server-side rules that reject POST bodies containing serialized PHP object markers when targeting the vulnerable AJAX action.
  • Place the WordPress site behind authenticated access controls for non-public deployments to reduce exposure of admin-ajax.php.
bash
# Example WAF rule (ModSecurity) blocking PHP object injection on the vulnerable action
SecRule REQUEST_URI "@contains /wp-admin/admin-ajax.php" \
  "chain,deny,status:403,id:1026764701,msg:'CVE-2026-7647 PHP Object Injection attempt'"
SecRule ARGS:action "@streq wppb_request_users_pins" "chain"
SecRule ARGS:args "@rx ^(O|a|s|C):[0-9]+:" "t:none"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • WordPress Plugin Code Review

  • WordPress Plugin Code Review

  • WordPress Plugin Code Review

  • WordPress Plugin Code Review

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4882: WordPress URAF Plugin RCE Vulnerability

  • CVE-2026-2052: WordPress Widget Options RCE Vulnerability

  • CVE-2026-5294: Geeky Bot WordPress Plugin RCE Vulnerability

  • CVE-2025-39411: WhatsApp Click to Chat Plugin RCE 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