What the vulnerability does
01Description
The Image Resizer On The Fly plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'delete' task in all versions up to, and including, 1.1. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).
Explanation of Vulnerability in Simple Terms
02Summary
Image Resizer On The Fly versions 1.1 and earlier contain a path traversal vulnerability that allows an attacker to write files outside the intended directory. An unauthenticated attacker can exploit this over the network without user interaction to modify or create files on the server, potentially compromising site integrity and availability.
What an attacker can do
03Attacker Capabilities
Write or overwrite files anywhere on the server filesystem without authentication.
Potential impact on your site
04Site Impact
Attackers can modify site files, inject malicious code, or delete critical data, leading to site defacement or complete compromise.
Conditions required to exploit
05Prerequisites
Network access to the vulnerable application; no authentication or user interaction required.
Key dates
06Disclosure timeline
June 14, 2025
CVE published
April 8, 2026
Record updated