CVE-2026-14894
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Super Forms WordPress plugin allows unauthenticated file upload via the submit_form AJAX handler due to missing file type validation and capability checks. The nonce protection is trivially bypassed by first calling the super_create_nonce nopriv endpoint to obtain a valid session cookie and nonce, then using these credentials to upload executable files in a second request, achieving remote code execution.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm Super Forms plugin is installedCheck WordPress admin > Plugins page for Super Forms, or inspect /wp-content/plugins/super-forms/ directory existenceAffected if Super Forms plugin is present on the WordPress site
-
Determine installed Super Forms versionView the plugin version in the WordPress plugins admin page, or open /wp-content/plugins/super-forms/plugin.php and locate the Version header in the plugin comment blockAffected if Installed version is 6.3.313 or earlier (versions beyond 6.3.313 are patched)
-
Test unauthenticated nonce endpoint accessibilitySend a GET request to /wp-admin/admin-ajax.php?action=super_create_nonce (the nopriv endpoint) without any authentication cookies; observe if the response returns a valid nonce and sets a session cookieAffected if The endpoint responds with a valid nonce and session cookie without requiring login
-
Audit uploads directory for suspicious filesUse FTP, SSH, or WordPress file manager to examine /wp-content/uploads/ and subdirectories; search for .php, .phtml, .phar, .exe, .js, or other unexpected file types that may indicate uploaded webshellsAffected if Executable or script files are found in the uploads directory that were not intentionally uploaded through WordPress
The environment is affected if Super Forms version 6.3.313 or lower is installed AND the AJAX endpoints are accessible without authentication (can obtain nonce via the nopriv handler).
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedImmediately disable or remove the Super Forms plugin if not patched to a version beyond 6.3.313. Audit the uploads directory for suspicious files and consider the site compromised—reset credentials and perform a full forensic review.
Update to the version containing the fix from commit c5838f5877c72b738c54ed970935c77ae6830c3a (contact vendor for exact version number)
- Navigate to the Super Forms plugin directory in the WordPress installation (wp-content/plugins/super-forms/)
- Review the vendor patch commit at https://github.com/RensTillmann/super-forms/commit/c5838f5877c72b738c54ed970935c77ae6830c3a to understand the code changes
- Apply the vendor patch which adds proper file type validation and capability checks to the submit_form function
- Alternatively, replace the super-forms plugin files with the latest version from the official WordPress plugin repository after the fix is released
- Verify that the super_create_nonce endpoint no longer allows unauthenticated minting of valid nonces for the submit_form action
- Test that file uploads are now properly validated and restricted to safe file types
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation6.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,664.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-14894 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-14894 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data