CVE-2026-14894 CRITICAL

CVE-2026-14894: Super Forms <= 6.3.313 - Unauthenticated Arbitrary File Upload via 'data' Parameter (datauristring / value)

Vendor Webrehab
Product Super Forms – Drag & Drop Form Builder
Weakness CWE-434 · Unrestricted file upload
Published July 10, 2026
Last update July 10, 2026

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Super Forms allows unauthenticated attackers to upload files without restriction, potentially enabling them to run malicious code on the site. The vulnerability affects all versions up to 6.3.313. No authentication or user interaction is required to exploit this flaw. Site administrators should update immediately to a version newer than 6.3.313.

What an attacker can do

03Attacker Capabilities

Upload and execute arbitrary files on the site without authentication.

Potential impact on your site

04Site Impact

Attackers can run malicious code, steal data, or take full control of your site.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 10, 2026 CVE published

Related vulnerabilities

08Related CVE