AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-19091

HIGH · CVSS 8.1 EPSS 0.83% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The GeoDirectory – WP Business Directory and Classified Listings Directory plugins for WordPress are vulnerable to arbitrary file deletion due to inadequate file path validation in the delete_revision function, affecting all versions up to 2.8.169. This vulnerability allows authenticated attackers with subscriber-level access or higher to delete critical files on the server, potentially leading to remote code execution if sensitive files like wp-config.php are targeted. WordPress site administrators using these plugins 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
remote code execution code execution

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

CVE
CVE-2026-19091
Severity
HIGH
CVSS
8.1
EPSS
0.83%
WordPress

Original NVD Description

The GeoDirectory – WP Business Directory Plugin and Classified Listings Directory plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete_revision function in all versions up to, and including, 2.8.169. This makes it possible for authenticated attackers, with subscriber-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). By placing post_type=attachment exclusively in the query string to bypass the consistency check, an attacker can convert an auto-draft GeoDirectory listing into a WordPress attachment with attacker-controlled file paths injected into attachment metadata, which the delete_revision handler then dereferences and unlinks without any post-type or path validation.