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

CVE-2024-58348: WordPress Background Image Cropper RCE

CVE-2024-58348 is a remote code execution vulnerability in WordPress Background Image Cropper plugin that allows unauthenticated attackers to upload malicious PHP files. This article covers technical details, affected versions, and mitigation.

Published: June 12, 2026

CVE-2024-58348 Overview

CVE-2024-58348 is an unauthenticated remote code execution vulnerability in the WordPress Background Image Cropper plugin version 1.2. The flaw resides in the ups.php endpoint, which accepts arbitrary file uploads without authentication or file-type validation. Attackers can upload PHP files through the plugin's upload form and execute arbitrary code on the underlying server. The issue is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type). With no authentication required and a network-accessible attack surface, exploitation results in full compromise of the WordPress host.

Critical Impact

Unauthenticated attackers can upload and execute arbitrary PHP code on any WordPress site running Background Image Cropper 1.2, leading to complete server takeover.

Affected Products

  • WordPress Background Image Cropper plugin version 1.2
  • WordPress sites with the plugin installed and activated
  • Any hosting environment serving the plugin's ups.php endpoint

Discovery Timeline

  • 2026-06-08 - CVE-2024-58348 published to NVD
  • 2026-06-08 - Last updated in NVD database

Technical Details for CVE-2024-58348

Vulnerability Analysis

The Background Image Cropper plugin exposes an upload handler at ups.php inside the plugin directory. The handler processes multipart form submissions and writes uploaded files directly to a web-accessible directory. The endpoint enforces no authentication, no nonce check, no MIME validation, and no file extension allowlist. As a result, an attacker can submit a PHP payload through the form and request the resulting URL to trigger execution under the web server user.

Exploitation produces full remote code execution on the WordPress host. From that position, attackers can read wp-config.php, exfiltrate database credentials, pivot to connected services, deploy webshells, or install persistent backdoors. The vulnerability is referenced in Exploit-DB #51998 and the VulnCheck advisory.

Root Cause

The root cause is unrestricted file upload [CWE-434]. The ups.php script trusts client-supplied filenames and content without verifying that the uploaded file is an image. The plugin also fails to enforce authentication or capability checks before accepting the upload, exposing the handler to anonymous internet traffic.

Attack Vector

An attacker sends an HTTP POST request containing a PHP file to /wp-content/plugins/background-image-cropper/ups.php. After the upload completes, the attacker requests the uploaded file directly through the browser. The web server interprets the file as PHP and executes its contents, returning the attacker's chosen command output. No credentials, user interaction, or chained vulnerabilities are required.

The vulnerability manifests in the upload handler's request processing logic. See the VulnCheck advisory and Exploit-DB #51998 for documented exploitation steps.

Detection Methods for CVE-2024-58348

Indicators of Compromise

  • HTTP POST requests to /wp-content/plugins/background-image-cropper/ups.php from unauthenticated sources
  • New .php, .phtml, or .phar files appearing in the plugin's upload directory
  • Outbound connections from the web server process to attacker-controlled infrastructure following an upload event
  • Web server access logs showing direct GET requests to recently uploaded PHP files in wp-content/plugins/background-image-cropper/

Detection Strategies

  • Inspect web server access logs for POST requests targeting ups.php under the Background Image Cropper plugin path
  • Hunt for PHP files with recent modification timestamps inside wp-content/plugins/ and wp-content/uploads/
  • Correlate file creation events on the web root with subsequent HTTP GET requests to the same path
  • Deploy WAF rules that block requests to ups.php containing PHP tags or executable file extensions in the multipart body

Monitoring Recommendations

  • Enable file integrity monitoring on the WordPress document root, with alerts on writes to plugin directories
  • Forward web server logs to a centralized analytics platform and alert on requests to known vulnerable endpoints
  • Monitor PHP process creation for spawned shells, system(), exec(), or outbound network connections from www-data
  • Track WordPress plugin inventory and flag installations of Background Image Cropper across managed sites

How to Mitigate CVE-2024-58348

Immediate Actions Required

  • Deactivate and remove the Background Image Cropper plugin from all WordPress installations until a verified patch is available
  • Search the web root for unauthorized PHP files created since the plugin was installed and remove confirmed webshells
  • Rotate WordPress administrator passwords, database credentials in wp-config.php, and any API keys stored on the host
  • Block external access to /wp-content/plugins/background-image-cropper/ups.php at the web server or WAF layer

Patch Information

No vendor patch is referenced in the NVD entry at the time of publication. Review the WordPress plugin page for updates. Until a fixed release is published, removal of the plugin is the only reliable remediation.

Workarounds

  • Remove the plugin directory from disk: rm -rf wp-content/plugins/background-image-cropper/
  • Add a web server rule denying access to ups.php within the plugin path
  • Disable PHP execution inside wp-content/uploads/ and any plugin upload directories using web server configuration
  • Restrict write permissions on plugin directories to prevent attacker-controlled file persistence
bash
# Nginx configuration example to block the vulnerable endpoint
location ~* /wp-content/plugins/background-image-cropper/ups\.php$ {
    deny all;
    return 403;
}

# Disable PHP execution in upload paths
location ~* /wp-content/uploads/.*\.php$ {
    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/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • WordPress Official Site

  • WordPress Plugin Page

  • Exploit-DB #51998

  • VulnCheck Advisory
  • Related CVEs
  • CVE-2017-20251: WordPress Insert PHP Plugin RCE Flaw

  • CVE-2023-54352: WordPress Seotheme RCE Vulnerability

  • CVE-2023-54350: WordPress Augmented-Reality RCE Flaw

  • CVE-2024-58349: WordPress Travelscape Theme 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