SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-14894

CRITICAL · CVSS 9.8 EPSS 0.74% Public Exploit

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

CyberRota Analysis

AI-Generated

The Super Forms – Drag & Drop Form Builder plugin for WordPress is critically vulnerable to arbitrary file uploads due to inadequate file type validation and a lack of capability checks in the submit_form function. This vulnerability allows unauthenticated attackers to upload potentially malicious files, leading to remote code execution. WordPress site administrators using this plugin should prioritize immediate patching or removal 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
GitHub PoC Links

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

CVE
CVE-2026-14894
Severity
CRITICAL
CVSS
9.8
EPSS
0.74%
WordPress

Original NVD Description

The Super Forms – Drag & Drop Form Builder plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 6.3.313 via the submit_form function. This is due to missing file type validation and the absence of any capability check on the submit_form nopriv AJAX handler, whose only barrier is a session nonce freely obtainable by unauthenticated visitors via a separate nopriv endpoint. This makes it possible for unauthenticated attackers to upload files that may be executable, which makes remote code execution possible. The nonce requirement is trivially bypassed because the super_create_nonce nopriv AJAX action allows any unauthenticated visitor to mint a valid sf_nonce and session cookie in a single prior request, reducing exploitation to two unauthenticated HTTP requests.