Cyber Resilience

CVE-2025-8723

CriticalRCE

Published: 19 August 2025

Published
19 August 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0175 83.0th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-8723 is a critical-severity Code Injection (CWE-94) vulnerability in Wordpress (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 17.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

The Cloudflare Image Resizing plugin for WordPress is affected by a remote code execution vulnerability in all versions through 1.5.6. The flaw stems from missing authentication combined with insufficient input sanitization in the hook_rest_pre_dispatch() method, which permits injection of arbitrary PHP code into the application. The issue carries a CVSS 3.1 base score of 9.8 and is tracked under CWE-94.

Unauthenticated attackers with network access can invoke the vulnerable REST handler to write and execute malicious PHP, resulting in full compromise of the WordPress installation including the ability to read, modify, or delete data and potentially pivot within the hosting environment.

Public references include WordPress plugin repository changesets and Wordfence threat intelligence entries that document the availability of patched versions addressing the authentication and sanitization deficiencies.

EPSS remains low and unchanged at 0.0175 with no observed rise after disclosure.

EU & UK References

Vulnerability details

The Cloudflare Image Resizing plugin for WordPress is vulnerable to Remote Code Execution due to missing authentication and insufficient sanitization within its hook_rest_pre_dispatch() method in all versions up to, and including, 1.5.6. This makes it possible for unauthenticated attackers to…

more

inject arbitrary PHP into the codebase, achieving remote code execution.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct unauthenticated RCE via missing auth/sanitization in public-facing WordPress plugin (CWE-94).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-13773Shared CWE-94
CVE-2025-50692Shared CWE-94
CVE-2026-30643Shared CWE-94
CVE-2026-30460Shared CWE-94
CVE-2025-71243Shared CWE-94
CVE-2026-44262Shared CWE-94
CVE-2024-13792Shared CWE-94
CVE-2020-37052Shared CWE-94
CVE-2026-42555Shared CWE-94
CVE-2025-65037Shared CWE-94

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely remediation of the code injection flaw by applying patches from changesets 3337593 and 3341917 to plugin versions beyond 1.5.6, directly eliminating the vulnerability.

prevent

Mandates validation and sanitization of inputs to the hook_rest_pre_dispatch() method, preventing arbitrary PHP code injection even in unpatched versions.

prevent

Enforces authentication and access controls on the unauthenticated REST endpoint, blocking unauthenticated attackers from reaching the vulnerable hook_rest_pre_dispatch() method.

References