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-2024-43160

CVE-2024-43160: BerqWP Plugin RCE Vulnerability

CVE-2024-43160 is a remote code execution vulnerability in the BerqWP WordPress plugin caused by unrestricted file upload. Attackers can inject malicious code through dangerous file types. This article covers technical details, affected versions up to 1.7.6, impact analysis, and mitigation strategies.

Updated: May 15, 2026

CVE-2024-43160 Overview

CVE-2024-43160 is an unauthenticated arbitrary file upload vulnerability in the BerqWP WordPress plugin, affecting all versions through 1.7.6. The flaw, classified as Unrestricted Upload of File with Dangerous Type [CWE-434], permits remote attackers to upload executable files without authentication. Successful exploitation enables code injection on the target WordPress site, leading to full site compromise. The vulnerability is reachable over the network with no privileges or user interaction required, and the scope is changed because uploaded code executes in the underlying web server context.

Critical Impact

Unauthenticated remote attackers can upload arbitrary files and achieve code execution on affected WordPress installations running BerqWP through version 1.7.6.

Affected Products

  • BerqWP WordPress plugin versions through 1.7.6
  • WordPress sites with BerqWP (SearchPro) installed and active
  • Hosting environments running the vulnerable plugin

Discovery Timeline

  • 2024-08-13 - CVE-2024-43160 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-43160

Vulnerability Analysis

The BerqWP plugin exposes a file upload endpoint that fails to validate authentication, file type, and file extension before writing the supplied content to disk. Because the plugin accepts files with dangerous types, attackers can place PHP scripts inside the WordPress web root. Once written, requesting the uploaded file triggers execution under the web server user, yielding remote code execution.

The issue is reachable from the public internet against any WordPress site running BerqWP 1.7.6 or earlier. With an EPSS score of 83.7% and a percentile near the top of the distribution, exploitation activity is highly probable. Code execution on a WordPress host typically allows attackers to read wp-config.php, exfiltrate database credentials, pivot to administrator accounts, and persist via web shells.

Root Cause

The root cause is missing server-side validation on a file upload handler exposed by the plugin. The handler does not enforce capability checks, nonce validation, MIME type filtering, or extension allow-listing. This combination of missing controls maps directly to CWE-434, Unrestricted Upload of File with Dangerous Type.

Attack Vector

An unauthenticated attacker sends a crafted HTTP request to the vulnerable plugin endpoint with a PHP payload disguised as an asset. The server writes the file into a web-accessible directory. The attacker then requests the dropped script directly, executing arbitrary PHP code with the privileges of the web server.

See the Patchstack Vulnerability Report for additional technical context.

Detection Methods for CVE-2024-43160

Indicators of Compromise

  • Unexpected .php, .phtml, or .phar files inside wp-content/uploads/ or BerqWP plugin directories
  • POST requests to BerqWP upload endpoints from unauthenticated sources
  • New scheduled tasks, modified wp-config.php, or unfamiliar administrator accounts created shortly after suspicious uploads
  • Outbound connections from the web server to attacker-controlled infrastructure following file writes

Detection Strategies

  • Inspect web server access logs for POST requests targeting BerqWP plugin paths with non-image content types or oversized payloads
  • Audit the WordPress uploads directory for executable file extensions, which should never be present in standard installations
  • Correlate file creation events in the web root with subsequent GET requests that invoke the same file

Monitoring Recommendations

  • Enable file integrity monitoring on wp-content/plugins/ and wp-content/uploads/
  • Forward web server, PHP-FPM, and WordPress audit logs to a centralized SIEM for correlation
  • Alert on process executions spawned by the web server user, such as sh, bash, curl, or wget

How to Mitigate CVE-2024-43160

Immediate Actions Required

  • Update BerqWP to a version later than 1.7.6 immediately, or deactivate and remove the plugin if no fixed version is deployable
  • Review the WordPress uploads directory and plugin directories for unauthorized files and remove any web shells
  • Rotate WordPress administrator passwords, secret keys in wp-config.php, and any database credentials exposed on the host
  • Inspect the site for backdoor accounts, modified themes, and injected mu-plugins

Patch Information

The vendor advisory tracked by Patchstack identifies BerqWP 1.7.6 as the last vulnerable release. Administrators must upgrade to a patched release listed in the Patchstack Vulnerability Report. If no fixed version is available for the deployed build, uninstall the plugin until a patch is applied.

Workarounds

  • Block requests to BerqWP upload endpoints at the web application firewall until the plugin is patched or removed
  • Deny PHP execution within wp-content/uploads/ using web server configuration to neutralize dropped payloads
  • Restrict write permissions on plugin and upload directories to the minimum required by WordPress
bash
# Disable PHP execution in the WordPress uploads directory (Apache)
cat > /var/www/html/wp-content/uploads/.htaccess <<'EOF'
<FilesMatch "\.(php|phtml|phar|php[0-9]+)$">
    Require all denied
</FilesMatch>
EOF

# Nginx equivalent inside the server block
# location ~* /wp-content/uploads/.*\.(php|phtml|phar)$ {
#     deny all;
#     return 403;
# }

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechBerqwp

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability83.71%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • Patchstack Vulnerability Report
  • Related CVEs
  • CVE-2025-7443: BerqWP WordPress Plugin RCE 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