CVE-2025-6065 CRITICAL

CVE-2025-6065: Image Resizer On The Fly <= 1.1 - Unauthenticated Arbitrary File Deletion

Vendor Wework4Web
Product Image Resizer On The Fly
Weakness CWE-22 · Path traversal
Published June 14, 2025
Last update April 8, 2026

CVSS base score

9.1/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

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