Description
The Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the AVCF_Abilities_Media::register (replace-media-file execute_callback) function in all versions up to, and including, 5.1.1. This makes it possible for authenticated attackers, with author-level access and above, 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). This is exploitable by first using the atarim/update-post-field ability to overwrite the _wp_attached_file meta of an attacker-owned attachment with a directory-traversal path, then invoking atarim/replace-media-file to cause get_attached_file() to resolve and unlink the targeted file.
Published: 2026-08-19
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Atarim plugin for WordPress contains a flaw that fails to validate file paths when deleting media. An authenticated user with author or higher privileges can overwrite the hidden _wp_attached_file meta value with a directory‑traversal string and invoke the replace-media-file ability, causing WordPress to resolve the malicious path and unlink the targeted file. Removing critical files such as wp-config.php can allow an attacker to compromise the site or inject malicious code. The weakness is a path traversal issue (CWE‑22).

Affected Systems

WordPress installations that have the Atarim – AI Agency for WordPress plugin version 5.1.1 or earlier are affected. No newer versions have been confirmed to contain the flaw.

Risk and Exploitability

The vulnerability scores a CVSS of 8.1, indicating high severity. The EPSS score is not available, and the issue is not in CISA’s KEV catalog. Attackers require authenticated access with author‑level or higher privileges. By leveraging the atarim/update-post-field ability to set a vulnerable meta value and then triggering atarim/replace-media-file, an attacker can delete arbitrary files on the server. The potential impact is significant, especially on sites where author privileges are widely granted.

Generated by OpenCVE AI on August 19, 2026 at 06:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Disable or remove the atarim/update-post-field and atarim/replace-media-file abilities from the plugin configuration or via a custom filter that unhooks them.
  • Audit the WordPress database for any _wp_attached_file meta entries containing directory‑traversal sequences and correct or delete them to eliminate residual vectors.
  • Restrict author‑level accounts to the minimal capabilities required for their role, or consider revoking author access if it is not essential.
  • Monitor critical files such as wp-config.php and plugin directories for unexpected deletions and verify file integrity regularly.

Generated by OpenCVE AI on August 19, 2026 at 06:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 04:45:00 +0000

Type Values Removed Values Added
Description The Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the AVCF_Abilities_Media::register (replace-media-file execute_callback) function in all versions up to, and including, 5.1.1. This makes it possible for authenticated attackers, with author-level access and above, 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). This is exploitable by first using the atarim/update-post-field ability to overwrite the _wp_attached_file meta of an attacker-owned attachment with a directory-traversal path, then invoking atarim/replace-media-file to cause get_attached_file() to resolve and unlink the targeted file.
Title Atarim <= 5.1.1 - Authenticated (Author+) Arbitrary File Deletion via '_wp_attached_file' Meta
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-19T04:27:08.789Z

Reserved: 2026-08-15T16:46:08.656Z

Link: CVE-2026-19942

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-19T05:17:02.217

Modified: 2026-08-19T05:17:02.217

Link: CVE-2026-19942

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-19T07:00:12Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')