AUGUST 24, 2026
Live Feed
Back to database
Case File

CVE-2026-13492

HIGH · CVSS 8.8 EPSS 0.51% Public Exploit

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

CyberRota Analysis

AI-Generated

The UsersWP plugin for WordPress is vulnerable to arbitrary file deletion due to inadequate validation of file inputs, allowing authenticated attackers with Subscriber-level access or higher to exploit this flaw. By manipulating file metadata, attackers can delete critical files, such as wp-config, potentially compromising the entire site. WordPress site administrators using affected versions of the UsersWP plugin should prioritize patching this vulnerability to safeguard their installations.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-13492
Severity
HIGH
CVSS
8.8
EPSS
0.51%
WordPress

Original NVD Description

The UsersWP plugin for WordPress is vulnerable to Arbitrary File Deletion in versions up to, and including, 1.2.65. This is due to insufficient validation of file-field values in the UsersWP_Validation::validate_fields() function (which falls through to sanitize_text_field() for fields of type 'file', leaving directory-traversal sequences intact) combined with the UsersWP_Forms::upload_file_remove() AJAX handler building the deletion target from the uploads basedir concatenated with the attacker-controlled metadata value without any realpath canonicalization or uploads-directory boundary check before calling unlink(). This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete arbitrary files on the affected site's server, including wp-config.