CVE-2026-5821
Received Received - Intake

Arbitrary File Deletion in Image Optimizer WordPress Plugin

Vulnerability report for CVE-2026-5821, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-02

Last updated on: 2026-07-02

Assigner: Wordfence

Description

The Image Optimizer plugin for WordPress is vulnerable to arbitrary file deletion in versions up to and including 1.7.4. This is due to insufficient path validation in the Image_Backup::remove() function where backup file paths stored in post meta are used directly in file deletion operations without verifying they are within the uploads directory. The plugin stores backup file paths in the image_optimizer_metadata post meta field and trusts these paths completely when deleting backups on the delete_attachment hook. An authenticated attacker with Author-level access can edit the image_optimizer_metadata post meta on their own attachments via WordPress's Custom Fields interface, injecting arbitrary absolute file paths into the backups array. When the attacker subsequently deletes the attachment, the plugin calls File_System::delete() on each path without validation. This makes it possible for authenticated attackers, with Author-level access and above, to delete arbitrary files on the server within the web server's filesystem permissions, potentially leading to denial of service, data loss, or security degradation.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-02
Last Modified
2026-07-02
Generated
2026-07-02
AI Q&A
2026-07-02
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
image_optimizer image_optimizer to 1.7.4 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The Image Optimizer plugin for WordPress has a vulnerability that allows an authenticated user with Author-level access or higher to delete arbitrary files on the server. This happens because the plugin does not properly validate file paths when deleting backup files. Specifically, it uses file paths stored in the image_optimizer_metadata post meta field without verifying that these paths are within the intended uploads directory.

An attacker can manipulate the image_optimizer_metadata field on their own attachments to inject absolute file paths. When the attachment is deleted, the plugin deletes files at those paths without checking if they are safe to delete, potentially removing critical files on the server.

Impact Analysis

This vulnerability can lead to serious impacts including denial of service, data loss, or security degradation. Because an attacker can delete arbitrary files on the server within the web server's filesystem permissions, important files or system components could be removed, disrupting the normal operation of the website or server.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-5821. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart