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

CVE-2025-8723: Cloudflare Image Resizing RCE Vulnerability

CVE-2025-8723 is a remote code execution vulnerability in the Cloudflare Image Resizing WordPress plugin. Unauthenticated attackers can inject PHP code and execute commands. This article covers technical details, affected versions, and steps.

Published: March 11, 2026

CVE-2025-8723 Overview

The Cloudflare Image Resizing plugin for WordPress contains a critical Remote Code Execution vulnerability stemming from missing authentication and insufficient sanitization within its hook_rest_pre_dispatch() method. This vulnerability affects all versions up to and including 1.5.6, allowing unauthenticated attackers to inject arbitrary PHP code into the WordPress codebase and achieve complete remote code execution on the target server.

Critical Impact

Unauthenticated attackers can inject arbitrary PHP code, achieving full remote code execution on vulnerable WordPress installations without any user interaction required.

Affected Products

  • Cloudflare Image Resizing plugin for WordPress versions up to and including 1.5.6

Discovery Timeline

  • August 19, 2025 - CVE-2025-8723 published to NVD
  • August 19, 2025 - Last updated in NVD database

Technical Details for CVE-2025-8723

Vulnerability Analysis

This vulnerability is classified as Code Injection (CWE-94) and represents one of the most severe vulnerability types affecting WordPress plugins. The flaw exists in the hook_rest_pre_dispatch() method, which fails to implement proper authentication checks and input sanitization when processing REST API requests. This combination of security failures creates a direct path for attackers to inject malicious PHP code that executes within the context of the WordPress application.

The vulnerability requires no authentication whatsoever, meaning any remote attacker can exploit it over the network. The attack can be executed with low complexity and requires no user interaction, making it highly attractive to automated exploitation tools and malicious actors scanning for vulnerable WordPress installations.

Root Cause

The root cause of CVE-2025-8723 lies in two fundamental security failures within the plugin's codebase:

  1. Missing Authentication: The hook_rest_pre_dispatch() method lacks proper authentication checks, allowing any unauthenticated user to access and interact with the vulnerable functionality.

  2. Insufficient Input Sanitization: User-supplied input processed by this method is not adequately sanitized or validated before being used in a context that allows PHP code execution, enabling attackers to inject and execute arbitrary PHP commands.

Attack Vector

The attack is conducted over the network by sending specially crafted requests to the WordPress REST API endpoint handled by the vulnerable plugin. An attacker can craft malicious payloads containing PHP code that bypasses the insufficient sanitization measures. Once the payload reaches the hook_rest_pre_dispatch() method, the injected PHP code is executed with the privileges of the web server process, potentially allowing:

  • Complete server compromise
  • Data exfiltration from the WordPress database
  • Installation of backdoors and web shells
  • Lateral movement within the hosting environment
  • Defacement or modification of website content
  • Use of the server for further malicious activities

The exploitation does not require any form of authentication or prior access to the WordPress installation, making internet-facing WordPress sites with this plugin installed immediately vulnerable.

Detection Methods for CVE-2025-8723

Indicators of Compromise

  • Unexpected PHP files created in WordPress directories, particularly in plugin folders or upload directories
  • Unusual outbound network connections from the web server process
  • Modified or newly created files in the wp-content/plugins/cf-image-resizing/ directory
  • Suspicious REST API requests targeting Cloudflare Image Resizing plugin endpoints
  • Evidence of web shells or backdoor scripts in the WordPress installation

Detection Strategies

  • Monitor WordPress REST API access logs for unusual patterns targeting the Cloudflare Image Resizing plugin
  • Implement file integrity monitoring to detect unauthorized modifications or new PHP files
  • Review web application firewall (WAF) logs for PHP injection attempts in request parameters
  • Analyze server logs for unusual process spawning or command execution from web server processes
  • Deploy intrusion detection rules targeting common PHP webshell signatures

Monitoring Recommendations

  • Enable verbose logging for WordPress REST API requests
  • Implement real-time alerting for new PHP file creation in WordPress directories
  • Monitor for suspicious patterns in HTTP POST request bodies to REST endpoints
  • Track changes to plugin files using version control or file integrity monitoring solutions
  • Review server resource utilization for anomalies indicating cryptomining or other malicious activity

How to Mitigate CVE-2025-8723

Immediate Actions Required

  • Update the Cloudflare Image Resizing plugin to the latest patched version immediately
  • If unable to update, deactivate and remove the Cloudflare Image Resizing plugin until a patch can be applied
  • Conduct a thorough security audit of WordPress installations to identify any signs of compromise
  • Review and remove any suspicious PHP files or unauthorized modifications to the WordPress codebase
  • Consider temporarily restricting REST API access via .htaccess or web server configuration

Patch Information

Security patches addressing this vulnerability have been released by the plugin developers. The fixes are documented in the WordPress Plugin Changeset 3337593 and WordPress Plugin Changeset 3341917. Users should update to the latest version available from the WordPress Plugin Directory. Additional vulnerability details are available in the Wordfence Vulnerability Report.

Workarounds

  • Deactivate the Cloudflare Image Resizing plugin until the official patch can be applied
  • Implement Web Application Firewall (WAF) rules to block suspicious REST API requests containing PHP code patterns
  • Restrict access to the WordPress REST API from trusted IP addresses only using server-level configuration
  • Enable WordPress application-level security plugins that can detect and block code injection attempts
  • Consider using Cloudflare's native image resizing features directly without the WordPress plugin as an alternative
bash
# Configuration example - Restrict REST API access in .htaccess
# Add to WordPress .htaccess file to limit REST API access
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-json/cf-image-resizing/ [NC]
RewriteCond %{REMOTE_ADDR} !^192\.168\.1\. [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.14%

  • 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-94
  • Technical References
  • WordPress Plugin Changeset Update

  • WordPress Plugin Changeset Update

  • WordPress Plugin Developer Info

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1555: WebStack WordPress Theme RCE Vulnerability

  • CVE-2026-3017: Smart Post Show WordPress Plugin RCE Flaw

  • CVE-2026-1830: WordPress Quick Playground RCE Vulnerability

  • CVE-2026-3535: WordPress DSGVO Google Fonts 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