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-2025-7384

CVE-2025-7384: WordPress Database Plugin RCE Vulnerability

CVE-2025-7384 is a PHP Object Injection flaw in the Database for Contact Form 7, WPforms, Elementor forms WordPress plugin that enables remote code execution. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-7384 Overview

CVE-2025-7384 is a critical PHP Object Injection vulnerability affecting the Database for Contact Form 7, WPforms, Elementor forms plugin for WordPress in all versions up to and including 1.4.3. The vulnerability exists due to insecure deserialization of untrusted input in the get_lead_detail function, allowing unauthenticated attackers to inject arbitrary PHP objects.

Critical Impact

Unauthenticated attackers can leverage this vulnerability to achieve remote code execution or denial of service by exploiting an available POP chain in the Contact Form 7 plugin, which is commonly deployed alongside the vulnerable plugin.

Affected Products

  • Database for Contact Form 7, WPforms, Elementor forms plugin for WordPress versions ≤ 1.4.3
  • WordPress sites utilizing Contact Form 7 plugin (POP chain dependency)
  • Elementor forms integration components

Discovery Timeline

  • August 13, 2025 - CVE-2025-7384 published to NVD
  • August 13, 2025 - Last updated in NVD database

Technical Details for CVE-2025-7384

Vulnerability Analysis

This vulnerability is classified as CWE-502 (Deserialization of Untrusted Data). The get_lead_detail function within the data.php file processes user-supplied input without proper validation, allowing attackers to pass serialized PHP objects that are then deserialized by the application.

The exploitation potential is significantly amplified by the presence of a Property-Oriented Programming (POP) chain within the Contact Form 7 plugin. This chain provides the necessary gadgets for attackers to transform the object injection into actionable attacks. When exploited, attackers can delete arbitrary files on the server, including critical WordPress configuration files like wp-config.php.

The deletion of wp-config.php triggers WordPress's installation wizard, potentially allowing attackers to reconfigure the site with their own database credentials and achieve complete site takeover.

Root Cause

The root cause lies in the insecure implementation of the get_lead_detail function located in includes/data.php. The function accepts serialized data from user input and passes it directly to PHP's unserialize() function without implementing proper type checking, allowlisting of acceptable classes, or input sanitization. This design flaw violates secure coding practices for handling serialized data.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication. Attackers can craft malicious serialized PHP objects and submit them to the vulnerable endpoint. The attack flow involves:

  1. Identifying WordPress sites running the vulnerable plugin version
  2. Crafting a serialized payload containing malicious PHP objects
  3. Leveraging the POP chain available in Contact Form 7 to chain gadgets
  4. Executing arbitrary file operations, including deletion of wp-config.php
  5. Optionally triggering WordPress reinstallation for complete site compromise

The vulnerability requires no user interaction and can be exploited remotely with low complexity, making it particularly dangerous for exposed WordPress installations.

Detection Methods for CVE-2025-7384

Indicators of Compromise

  • Unexpected HTTP requests targeting form submission endpoints with serialized PHP data
  • Deletion or modification of wp-config.php or other critical WordPress files
  • WordPress site reverting to installation wizard unexpectedly
  • Unusual file system activity in the WordPress root directory
  • Web server error logs showing deserialization-related PHP errors

Detection Strategies

  • Monitor web application firewall (WAF) logs for serialized PHP object patterns in request parameters
  • Implement file integrity monitoring for critical WordPress configuration files
  • Deploy intrusion detection rules to identify PHP object injection payloads in HTTP traffic
  • Review access logs for unusual POST requests to Contact Form 7 related endpoints
  • Scan for plugin versions using WordPress security scanning tools

Monitoring Recommendations

  • Enable detailed logging for the WordPress plugins directory and core files
  • Configure alerts for any modifications to wp-config.php and related configuration files
  • Implement real-time monitoring of web server access logs for suspicious serialized data patterns
  • Deploy endpoint detection and response (EDR) solutions to monitor for post-exploitation activity

How to Mitigate CVE-2025-7384

Immediate Actions Required

  • Update the Database for Contact Form 7, WPforms, Elementor forms plugin to a version higher than 1.4.3
  • Review WordPress installations for signs of compromise, including unexpected file modifications
  • Implement WAF rules to block serialized PHP object injection attempts
  • Consider temporarily disabling the vulnerable plugin until the patch is applied
  • Audit Contact Form 7 plugin configurations and ensure it is also updated to the latest version

Patch Information

The vulnerability has been addressed in the plugin update tracked in WordPress Changeset 3338764. Administrators should update the plugin through the WordPress admin panel or manually download the patched version from the WordPress plugin repository. The vulnerable code in includes/data.php has been remediated to properly validate input before deserialization.

For additional technical details, refer to the Wordfence Vulnerability Report and the vulnerable code location.

Workarounds

  • Deploy a web application firewall with rules specifically designed to detect and block PHP serialized object patterns
  • Implement server-level input filtering to reject requests containing serialized PHP data
  • Restrict access to WordPress admin and plugin endpoints using IP allowlisting where feasible
  • Enable PHP disable_functions to limit dangerous functions that may be leveraged by POP chains
  • Back up wp-config.php and critical files regularly to facilitate rapid recovery if compromise occurs
bash
# Configuration example - WordPress .htaccess rule to block serialized object patterns
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} (O:[0-9]+:) [NC,OR]
    RewriteCond %{REQUEST_BODY} (O:[0-9]+:) [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
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.04%

  • 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-502
  • Technical References
  • WordPress Plugin Code Reference

  • WordPress Changeset Update

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6271: Career Section WordPress Plugin RCE Flaw

  • CVE-2020-37169: Ultimate Member WordPress Plugin RCE Flaw

  • CVE-2026-3425: RTMKit Addons for Elementor RCE Flaw

  • CVE-2026-6433: WordPress Custom css-js-php RCE Flaw
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