← back

CVE-2026-15450

HIGH · 8.1
hype MIXED · 38 hack

Real vuln, high CVSS, clear exploit logic disclosed, but no PoC or KEV listing; early-stage chatter dominates.

What: Nex Forms WordPress plugin (≤9.2.3) allows authenticated admin-level attackers to delete arbitrary server files via path traversal in the delete_file() AJAX handler. CVSS 8.1 (HIGH).

Why it matters: Same-day disclosure with full NVD description detailing exploitation chain (insert_record + delete_file handlers). No KEV listing or public PoC yet, but vulnerability is straightforward and affects widely-deployed form plugin. WordPress site operators with Nex Forms should patch immediately.

Where it's seen: Initial vendor advisory and security feed republication on day of publication. Chatter limited to automated CVE aggregators and news wires; no defender triage reports or exploitation signals yet.

RISK: HIGH — Unauthenticated bypass possible if plugin user-level misconfigured; affects wp-config deletion path.

Generated by claude-haiku-4-5 from public posts and authoritative metadata. AI can make mistakes — verify against vendor advisories before acting. 8/1/2026, 11:13:21 AM

Description

The Nex Forms – Ultimate Form Builder – Lite plugin for WordPress is vulnerable to arbitrary file deletion via path traversal in versions up to, and including, 9.2.3. This is due to the delete_file() AJAX handler retrieving a file path from the database and passing it directly to unlink() with no validation (no realpath(), basename(), or allowlist check), combined with the insert_record() AJAX handler that lets the same authenticated user store an arbitrary value in the target 'location' column (wp_kses() only strips HTML tags and does not neutralize path traversal or absolute paths). This makes it possible for authenticated attackers, with admin-level access and above, to delete arbitrary files on the affected site's server, including wp-config. When the plugin's user-level option is configured to something else, this may be exploitable with lower privileges.

CVSS 3.1 breakdown

Exploitability 2.8 · Impact 5.2
vector CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Attack vector
Network
Complexity
Low
Privileges required
Low
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Weaknesses