CVE-2026-1368
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 Video Conferencing with Zoom WordPress plugin before 4.6.6 contains an AJAX handler that has its nonce verification commented out, allowing unauthenticated attackers to generate valid Zoom SDK signatures for any meeting ID and retrieve the site's Zoom SDK key.
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 Video Conferencing with Zoom WordPress plugin before 4.6.6 has an AJAX handler with commented-out nonce verification, allowing unauthenticated attackers to retrieve the site's Zoom SDK key and generate valid Zoom SDK signatures for any meeting ID. This broken authentication allows complete bypass of the intended access controls.
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
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/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.
-
Verify plugin is installedIn WordPress admin, go to Plugins > Installed Plugins and look for 'Video Conferencing with Zoom', or inspect the plugin directory at wp-content/plugins/video-conferencing-zoom/ for existenceAffected if The plugin directory does not exist or the plugin is not listed in WordPress
-
Check installed versionIn WordPress admin, go to Plugins > Installed Plugins and find the version number listed under the Video Conferencing with Zoom plugin name, or check the 'Version' header in wp-content/plugins/video-conferencing-zoom/video-conferencing-zoom.phpAffected if Version is present and is lower than 4.6.6 (e.g., 4.6.5, 4.6.4, etc.)
-
Inspect AJAX endpoint accessibilityCheck if the file wp-admin/admin-ajax.php responds to the zoom plugin's AJAX actions - look for the action parameter value that handles Zoom API key retrieval and signature generation (typically actions like 'zoom_api_key' or 'get_signature')Affected if The AJAX endpoint is publicly accessible without authentication and responds to Zoom-related action parameters
-
Verify commented nonce codeExamine the PHP file handling the AJAX request in the plugin (likely in includes/ or a handler file) for the presence of commented-out or missing wp_verify_nonce() or check_ajax_referer() callsAffected if The nonce verification code is commented out, missing, or conditionally disabled in the AJAX handler
The environment is affected if the Video Conferencing with Zoom plugin is installed with a version lower than 4.6.6 and the AJAX endpoint handling Zoom API key retrieval is accessible without 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 · scopedUpgrade the Video Conferencing with Zoom plugin to version 4.6.6 or later, which includes proper nonce verification. Until then, consider restricting access to the affected AJAX endpoint via server-side configuration or disabling the plugin if immediate patching is not possible.
Video Conferencing with Zoom plugin version 4.6.6
- 1. Backup your WordPress database and files before making any changes
- 2. Navigate to Plugins > Installed Plugins in your WordPress admin dashboard
- 3. Find 'Video Conferencing with Zoom' in the plugin list
- 4. If an update is available, click 'Update Now' to upgrade to version 4.6.6 or later
- 5. Alternatively, you can manually upload the updated plugin files via Plugins > Add New > Upload Plugin
- 6. After updating, verify the nonce verification code is now properly implemented in the AJAX handler
- 7. Test that the Zoom integration still works correctly with your meetings
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.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 $1,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-1368 — 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-1368 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