Description
The Video Conferencing with Zoom plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 4.6.7. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to obtain the site's Zoom SDK API key and a freshly-signed JWT that can be used with the Zoom Web SDK to join any Zoom meeting associated with those credentials without a legitimate invitation.
Published: 2026-06-16
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WordPress Video Conferencing with Zoom plugin is missing proper authorization checks on the AJAX action that retrieves Zoom SDK credentials. Una‑uthenticated callers can invoke this endpoint and receive the site's Zoom SDK API key and a freshly‑signed JWT, enabling them to join any Zoom meeting associated with those credentials without an invitation. The weakness is a classic missing authorization flaw (CWE-862).

Affected Systems

All versions of the Video Conferencing with Zoom plugin up to and including 4.6.7 are affected. Users who have deployed these releases on WordPress sites are vulnerable until the flaw is remediated by an updated plugin version.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity. The EPSS score of < 1% suggests that known exploitation activity is rare, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is unauthenticated and requires only a simple HTTP GET/POST request to the public AJAX endpoint, making the exploit relatively easy to carry out if a site has not been patched.

Generated by OpenCVE AI on June 16, 2026 at 21:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Video Conferencing with Zoom plugin to the latest version (4.6.8 or newer) to remove the unauthenticated get_auth endpoint.
  • If an upgrade is not immediately possible, configure the site to block or require authentication for the /wp-admin/admin-ajax.php?zvc_get_auth call, for example by using .htaccess rules or a custom security plugin.
  • After remediation, rotate the Zoom SDK API key and revoke any JWTs that may have been exposed, and require users to generate new credentials through the Zoom administration console.

Generated by OpenCVE AI on June 16, 2026 at 21:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 16 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 16 Jun 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Video Conferencing with Zoom plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 4.6.7. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to obtain the site's Zoom SDK API key and a freshly-signed JWT that can be used with the Zoom Web SDK to join any Zoom meeting associated with those credentials without a legitimate invitation.
Title Video Conferencing with Zoom <= 4.6.7 - Missing Authorization to Unauthenticated Zoom SDK Credential Exposure via 'get_auth' AJAX Action
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-06-16T12:20:33.175Z

Reserved: 2026-04-24T15:52:18.522Z

Link: CVE-2026-6964

cve-icon Vulnrichment

Updated: 2026-06-16T12:20:28.399Z

cve-icon NVD

Status : Deferred

Published: 2026-06-16T04:17:26.917

Modified: 2026-06-16T15:22:49.577

Link: CVE-2026-6964

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-16T21:30:16Z

Weaknesses