SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-19942

HIGH · CVSS 8.1 EPSS 0.69% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The Atarim – AI Agency plugin for WordPress is vulnerable to arbitrary file deletion due to inadequate file path validation, affecting all versions up to 5.1.1. Authenticated attackers with author-level access can exploit this flaw to delete critical files on the server, potentially leading to remote code execution. WordPress site administrators, especially those using this plugin, should prioritize patching to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-19942
Severity
HIGH
CVSS
8.1
EPSS
0.69%
WordPress

Original NVD 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.