SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-19952

HIGH · CVSS 7.5 EPSS 0.78% Public Exploit

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

CyberRota Analysis

AI-Generated

The Frontend Admin plugin for WordPress is susceptible to arbitrary file deletion due to inadequate file path validation in the move_folders function, affecting all versions up to 3.29.12. This vulnerability allows unauthenticated attackers to delete critical files on the server, potentially leading to remote code execution, particularly if sensitive files like wp-config.php are targeted. WordPress administrators using this plugin should prioritize immediate updates 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-19952
Severity
HIGH
CVSS
7.5
EPSS
0.78%
WordPress

Original NVD Description

The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the move_folders function in all versions up to, and including, 3.29.12. This makes it possible for unauthenticated attackers 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 without authentication when a form is configured with public visibility (who_can_see='all'), as the required nonce is publicly obtainable from the rendered form.