CVE-2026-39651
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 · uneditedMissing Authorization vulnerability in TotalSuite Total Poll Lite totalpoll-lite allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Total Poll Lite: from n/a through <= 4.12.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 · moderate confidenceMissing Authorization vulnerability in TotalSuite Total Poll Lite plugin allows attackers to bypass access control restrictions due to incorrectly configured security levels. The plugin fails to properly validate user permissions before granting access to sensitive poll functionality or data, enabling unauthorized actions.
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
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/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.
-
Identify Total Poll Lite installation and versionIn WordPress admin dashboard, go to Plugins > Installed Plugins and locate Total Poll Lite. Note the version number displayed, or check the plugin header in /wp-content/plugins/total-poll-lite/ directory by reading the main plugin file.Affected if Version listed is 4.12.0 or lower (including any 4.x.x version below 4.12.0)
-
Verify vulnerable authorization endpoint existsCheck the plugin directory for files handling admin actions or public-facing poll submission. Look for PHP files that process poll votes or poll management requests without capability checks. Common paths include /total-poll-lite/ and subdirectories like /includes/ or /classes/.Affected if Files exist that process requests without checking current_user capability or nonce verification before performing sensitive operations
-
Inspect access control configurationAccess WordPress wp_options table or plugin settings page to examine any stored configuration related to poll access permissions, user role restrictions, or security level settings. Look for options like 'poll_visibility', 'access_control', or similar authorization-related settings.Affected if Configuration shows no capability checks or allows unrestricted access to poll creation/voting for unauthenticated users
-
Test for unauthorized poll accessUse a browser or curl to access poll management URLs (such as /wp-admin/admin.php?page=totapoll or direct AJAX endpoints) while logged out or as a low-privilege user. Observe if actions like viewing results, creating polls, or modifying settings are accessible without proper WordPress capability checks.Affected if Sensitive poll management functions or data are accessible without authentication or without the 'manage_options' capability
-
Review plugin code for authorization hooksExamine the main plugin PHP files for presence of current_user_can() checks before sensitive operations. Search for add_action or add_filter calls that process form submissions, poll submissions, or admin actions. Compare against WordPress best practices for nonce verification and capability checks.Affected if No current_user_can() or similar authorization checks are found before critical operations, or checks are commented out/missing on certain functions
You are affected if Total Poll Lite version 4.12.0 or lower is installed AND certain poll management functions are accessible without proper WordPress capability verification or authentication.
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 · scopedImplement proper authorization checks at all endpoints and functions that handle sensitive poll data or administrative actions. Upgrade to a version that includes corrected access control logic.
Total Poll Lite 4.12.1 or later (latest stable release)
- 1. Log in to your WordPress admin dashboard
- 2. Navigate to Plugins > Installed Plugins
- 3. Find Total Poll Lite in the plugin list
- 4. Check if an update is available for the plugin
- 5. If an update is available, update to the latest version which should contain the authorization fix
- 6. Verify the update was successful and test poll functionality
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.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,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-39651 — 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-39651 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