CVE-2024-8756
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 Quform - WordPress Form Builder plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.20.0 via the 'saveUploadedFile' function. This makes it possible for unauthenticated attackers to extract sensitive data, such as Personally Identifiable Information, from files uploaded by users. Files uploaded via forms created before version 2.21.0 will remain vulnerable to exposure after upgrading. To fully patch the plugin, site administrators should download any previously uploaded files, delete previously existing files and forms, and create the forms again after upgrading to version 2.21.0.
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 Quform WordPress Form Builder plugin versions up to 2.20.0 contain a vulnerability in the 'saveUploadedFile' function that allows unauthenticated attackers to access sensitive files uploaded through forms, potentially exposing PII and other confidential data.
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
- Low
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
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.
-
Verify Quform plugin is installedIn WordPress admin, go to Plugins > Installed Plugins and look for 'Quform - WordPress Form Builder', or check the /wp-content/plugins/iphorm-directory existsAffected if The Quform plugin is present in the WordPress installation
-
Check installed Quform versionIn WordPress admin > Plugins > Installed Plugins > Quform, view the version number displayed, or read the version in the plugin's main PHP file headerAffected if The version is 2.20.0 or lower (versions up to 2.20.0 are affected)
-
Identify forms with file upload fieldsIn Wordform admin panel, review all created forms and note which ones contain file upload fields. Check form settings for any uploaded file storage configurationAffected if Any form has file upload fields enabled, as these files are potentially accessible via the vulnerable saveUploadedFile function
-
Check upload directory structureExamine the wp-content/uploads/iphorm directory (or custom upload path configured in Quform) for any uploaded files. List files and check if directory listing is enabledAffected if Uploaded files exist in Quform upload directories and are readable without authentication
User is affected if Quform plugin version 2.20.0 or lower is installed AND any forms contain file upload fields, as the saveUploadedFile function can be accessed unauthenticated to retrieve sensitive uploaded files.
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 · scopedUpgrade to version 2.21.0 immediately, then download all previously uploaded files, delete existing files and forms, and recreate the forms to fully remediate the exposure of historical uploads.
Quform plugin version 2.21.0
- Create a complete backup of your WordPress site, including the database and all uploaded files
- Update the Quform plugin to version 2.21.0 or later through the WordPress admin dashboard or via WP-CLI
- Download all previously uploaded files from the server for archival and audit purposes (these files may contain exposed PII)
- Delete all previously uploaded files from the server that were submitted via Quform forms
- Delete all existing Quform forms from the WordPress admin panel
- Recreate all the deleted forms from scratch using the updated plugin (version 2.21.0+)
- Test the new forms to confirm they work correctly and that file uploads are now properly secured
- Verify that the plugin version shows 2.21.0 or later in the plugins list
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-8756 — 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-2024-8756 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