CVE-2026-5821
Deferred Deferred - Pending Action

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-22
AI Q&A
2026-07-02
EPSS Evaluated
2026-07-21
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.

Detection Guidance

Detection of this vulnerability involves checking for unauthorized or suspicious modifications to the image_optimizer_metadata post meta field in WordPress attachments, especially by users with Author-level access or higher.

Since the vulnerability exploits the ability to inject arbitrary absolute file paths into the backups array via the Custom Fields interface, monitoring changes to this metadata can help detect exploitation attempts.

There are no specific commands provided in the available resources to detect this vulnerability directly.

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.

Compliance Impact

The vulnerability allows authenticated attackers with Author-level access to delete arbitrary files on the server, potentially leading to denial of service, data loss, or security degradation.

Such impacts on data integrity and availability could negatively affect compliance with standards and regulations like GDPR and HIPAA, which require protection of data against unauthorized alteration or destruction.

However, the provided information does not explicitly discuss compliance implications or specific regulatory impacts.

Mitigation Strategies

Immediate mitigation steps include updating the Image Optimizer plugin to a version later than 1.7.4 where this vulnerability is fixed.

Restrict Author-level user permissions to prevent unauthorized editing of the image_optimizer_metadata post meta field.

Monitor and audit changes to the image_optimizer_metadata post meta field to detect any suspicious activity.

If an update is not immediately possible, consider disabling or removing the plugin temporarily to prevent exploitation.

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