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

CVE-2025-28951: Bulk Featured Image RCE Vulnerability

CVE-2025-28951 is a remote code execution vulnerability in the Bulk Featured Image WordPress plugin allowing attackers to upload malicious web shells. This article covers technical details, affected versions up to 1.2.4, and mitigation.

Published: April 15, 2026

CVE-2025-28951 Overview

CVE-2025-28951 is an Unrestricted Upload of File with Dangerous Type vulnerability (CWE-434) affecting the CreedAlly Bulk Featured Image WordPress plugin. This vulnerability allows attackers to upload malicious files, including web shells, to the target web server. The flaw exists in the plugin's file upload functionality, which fails to properly validate file types before accepting uploads, enabling remote attackers to execute arbitrary code on vulnerable WordPress installations.

Critical Impact

Successful exploitation allows attackers to upload web shells, gaining persistent remote access to the web server with the ability to execute arbitrary commands, steal sensitive data, and pivot to other systems on the network.

Affected Products

  • CreedAlly Bulk Featured Image plugin version 1.2.4 and earlier
  • WordPress installations using the bulk-featured-image plugin
  • All versions from initial release through version 1.2.4

Discovery Timeline

  • 2025-07-04 - CVE-2025-28951 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2025-28951

Vulnerability Analysis

This vulnerability stems from improper file upload validation within the Bulk Featured Image WordPress plugin. The plugin provides functionality to bulk set featured images for WordPress posts and pages, but the upload handling mechanism lacks sufficient security controls. Specifically, the plugin does not adequately restrict the types of files that can be uploaded, allowing attackers to bypass intended restrictions and upload executable files such as PHP web shells.

When exploited, an attacker can upload a malicious PHP file disguised as an image or directly as a PHP script. Once uploaded to the web server, the attacker can access this file through a direct HTTP request, triggering execution of the malicious code. This provides the attacker with a persistent backdoor into the WordPress installation and underlying server infrastructure.

Root Cause

The root cause of this vulnerability is the absence of proper file type validation and sanitization in the plugin's upload handler. The plugin fails to implement multiple layers of file validation, including:

  • Extension whitelist verification
  • MIME type validation
  • File content inspection
  • Filename sanitization

Without these security controls, the upload function accepts any file type, regardless of whether it poses a security risk. This is a common weakness in WordPress plugins where developers focus on functionality without implementing secure file handling practices.

Attack Vector

The attack vector involves an authenticated or unauthenticated attacker (depending on plugin configuration) submitting a crafted HTTP request containing a malicious file to the vulnerable upload endpoint. The attacker crafts a request with a PHP web shell payload, potentially with a double extension (e.g., shell.php.jpg) or directly as a .php file if no extension checking is performed.

Once the malicious file is stored on the server, the attacker can navigate to the uploaded file's location (typically within the WordPress uploads directory structure) and execute arbitrary PHP code. This enables full server compromise, including database access, file system manipulation, and lateral movement within the network.

Detection Methods for CVE-2025-28951

Indicators of Compromise

  • Presence of unexpected PHP files in WordPress upload directories (wp-content/uploads/)
  • Web shell files with suspicious names or double extensions (e.g., .php.jpg, .phtml)
  • Unusual outbound network connections originating from the web server
  • Unexpected process execution under the web server user context
  • Modified timestamps on WordPress core files or creation of new files in plugin directories

Detection Strategies

  • Monitor file system changes in WordPress upload directories for new PHP or executable files
  • Implement web application firewall (WAF) rules to detect file upload exploitation attempts
  • Review web server access logs for requests to unusual file paths within upload directories
  • Deploy file integrity monitoring on WordPress installations to detect unauthorized file additions
  • Analyze server processes for unexpected command execution patterns

Monitoring Recommendations

  • Enable detailed logging for all file upload operations in WordPress
  • Configure alerts for new file creation events in web-accessible directories
  • Implement endpoint detection and response (EDR) monitoring on web servers
  • Establish baseline behavior patterns for WordPress file system activity
  • Monitor for DNS queries to known command and control infrastructure from web servers

How to Mitigate CVE-2025-28951

Immediate Actions Required

  • Disable or remove the Bulk Featured Image plugin (bulk-featured-image) immediately if version 1.2.4 or earlier is installed
  • Audit WordPress upload directories for suspicious PHP files or web shells
  • Review web server access logs for evidence of exploitation attempts
  • Implement network segmentation to limit impact if compromise has occurred
  • Update WordPress core and all plugins to their latest versions

Patch Information

Organizations should check the Patchstack WordPress Vulnerability database for the latest patch information and remediation guidance from the vendor. If no patched version is available, the plugin should be removed entirely from the WordPress installation.

Workarounds

  • Remove the Bulk Featured Image plugin from all WordPress installations until a patched version is released
  • Implement server-level file upload restrictions to block PHP file uploads in the uploads directory
  • Configure .htaccess rules to prevent PHP execution in WordPress upload directories
  • Deploy a web application firewall with rules to block malicious file upload attempts
  • Use WordPress security plugins to restrict file types that can be uploaded
bash
# Add to .htaccess in wp-content/uploads/ to prevent PHP execution
<FilesMatch "\.(?:php|phtml|php3|php4|php5|php7|phps)$">
    Require all denied
</FilesMatch>

# Alternative Apache configuration
<Directory "/var/www/html/wp-content/uploads">
    php_admin_flag engine off
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechBulk Featured Image

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.04%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-434
  • Technical References
  • Patchstack WordPress Vulnerability
  • Related CVEs
  • CVE-2025-58819: Bulk Featured Image 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