CVE-2026-6964: Zoom WordPress Plugin Authorization Bypass Lets Unauthenticated Attackers Join Meetings
A WordPress plugin for video conferencing with Zoom has a flaw that allows anyone on the internet to obtain sensitive credentials—specifically the site's Zoom SDK API key and a signed authentication token—without needing to log in or have permission. An attacker with these credentials can use Zoom's Web SDK to join any meeting hosted through that Zoom account, bypassing the normal meeting access controls. The vulnerability affects all versions of the plugin up to and including 4.6.7.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 5.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
- Weaknesses (CWE)
- CWE-862
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-16 / 2026-06-17
NVD description (verbatim)
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.
8 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-6964 is an authorization bypass vulnerability (CWE-862) in the Video Conferencing with Zoom WordPress plugin. The plugin fails to enforce proper authorization checks before exposing the Zoom SDK API key and issuing JWT tokens. This allows unauthenticated attackers to extract credentials and forge authenticated sessions with the Zoom Web SDK. The vulnerability has a CVSS v3.1 score of 5.3 (MEDIUM) with a network attack vector, low complexity, no privilege requirement, and no user interaction needed. The impact is limited to confidentiality (disclosure of the API key and JWT); integrity and availability are not affected.
Business impact
Organizations using this plugin face credential exposure and unauthorized meeting access. An attacker could systematically join sensitive meetings—investor calls, board meetings, personnel discussions, client confidential sessions—without detection. While the CVSS score is moderate, the business risk is amplified by the nature of video conferencing: meetings often contain proprietary information, strategic decisions, and personal data. The ease of exploitation (no authentication, no interaction required) compounds the risk. Affected organizations should prioritize understanding which Zoom meetings have been joined by unauthorized parties and review meeting recordings and transcripts for potential data leakage.
Affected systems
Any WordPress site running the Video Conferencing with Zoom plugin in versions 4.6.7 or earlier is vulnerable. The plugin's popularity and ease of installation suggest potentially thousands of WordPress deployments are at risk. The vulnerability is not limited to a specific WordPress version or configuration; the flaw lies in the plugin itself.
Exploitability
This vulnerability is highly exploitable. An attacker requires no credentials, no special tools beyond a web browser, and can exploit it with a simple unauthenticated HTTP request to the plugin's endpoint. The lack of user interaction and network-only attack surface means exploitation can be automated and weaponized at scale. No active CVE-2026-6964 exploitation activity has been publicly reported as of the vulnerability publication date, but the low barrier to entry makes it an attractive target for both opportunistic and sophisticated attackers.
Remediation
Immediately update the Video Conferencing with Zoom plugin to the patched version released after 4.6.7. Verify the patch version against the official WordPress plugin repository or the vendor advisory. After patching, conduct an access review: check Zoom meeting logs for unexpected participants, audit recorded meetings for unauthorized attendance, and rotate the Zoom SDK API key and any related credentials as a precaution. Organizations unable to patch immediately should consider disabling the plugin until an update is available.
Patch guidance
Check the WordPress plugin repository or the plugin vendor's official website for the patched version that addresses CVE-2026-6964. Apply the update as soon as it is available; there is no workaround. Test the update in a staging environment before deploying to production to ensure compatibility with your WordPress installation and other plugins. After patching, verify that Zoom meeting functionality continues to work correctly.
Detection guidance
Monitor web server access logs for requests to the vulnerable plugin's endpoints that expose credentials or issue JWTs. Look for patterns of unauthenticated access to sensitive plugin functions. Review Zoom meeting participant logs and audit reports for unexpected attendees or sessions with no corresponding invite history. Enable WordPress security logging and audit plugins to flag unauthorized API key or token exposure. Check for any HTTP requests originating from external IP addresses that successfully retrieved Zoom credentials.
Why prioritize this
Although the CVSS score is MEDIUM (5.3), this vulnerability warrants urgent prioritization. The exploit is trivial—requiring only an HTTP request—making it likely to be targeted widely and quickly. The asset at risk is high-value: Zoom meeting access and API credentials expose sensitive business conversations. The vulnerability is not yet listed on CISA's Known Exploited Vulnerabilities (KEV) catalog, but given the ease of exploitation and the frequency of social engineering around video calls, proactive patching is essential before the vulnerability becomes widely weaponized.
Risk score, explained
The CVSS score of 5.3 reflects a limited immediate impact profile: the vulnerability discloses credentials but does not directly corrupt data or disrupt services. However, the score does not fully capture the downstream risk. Once an attacker possesses the API key and JWT, they gain unauthorized access to all Zoom meetings associated with that account. The practical severity depends on the organization's use of Zoom for sensitive communications. For companies that use Zoom for board meetings, client calls, or confidential discussions, the real-world risk is substantially higher than the CVSS score indicates. The attack vector (network, unauthenticated, no user interaction) is the primary factor elevating urgency.
Frequently asked questions
Does this vulnerability allow attackers to record or modify meetings?
No. The vulnerability grants unauthorized meeting access, but the attacker's capabilities are limited to joining and viewing the meeting in real time. Zoom's API and web SDK do not expose recording or modification functions through the compromised JWT. However, once in the meeting, an attacker can screen-capture or record locally on their device—a limitation of any video conferencing platform.
Will updating the plugin remove any previously exposed API keys or tokens?
Updating the plugin stops future exposure of the API key and halts the issuance of unauthorized JWTs. However, the API key itself does not automatically rotate during the patch. Organizations should manually rotate the Zoom SDK API key through the Zoom app marketplace or admin console after patching to revoke access granted by previously exposed credentials.
How can I tell if my site was exploited before I patch?
Review your Zoom account's meeting participant history and audit logs for unexpected attendees, especially sessions with no corresponding meeting invitations sent from your email domain. Check Zoom's activity logs for authentication anomalies. Examine WordPress access logs for unusual requests to the vulnerable plugin's endpoints. If you suspect compromise, consider reviewing recorded meetings and reach out to Zoom support for detailed access logs.
Is this vulnerability active on CISA's Known Exploited Vulnerabilities list?
No. As of the publication date (June 16, 2026), this vulnerability is not listed on CISA's KEV catalog, meaning there is no confirmed evidence of active exploitation in the wild. However, the low barrier to exploitation makes it likely to be targeted quickly; proactive patching is strongly recommended rather than waiting for KEV listing.
This analysis is based on publicly available vulnerability data current as of June 2026. Patch version numbers and availability should be verified directly against the official WordPress plugin repository or the vendor advisory. SEC.co makes no warranty regarding the completeness or timeliness of this information. Organizations should conduct their own risk assessment and consult with their security teams and vendors. Exploitation details provided are for defensive purposes only and should not be used for unauthorized access to systems or data. Source: NVD (public-domain), retrieved 2026-07-24. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2022-42479MEDIUMMissing Authorization in TemplateHouse Soledad – MEDIUM Severity Access Control Bypass
- CVE-2022-45813MEDIUMBeRocket Advanced AJAX Product Filters Missing Authorization Flaw
- CVE-2023-25969MEDIUMMissing Authorization in ThemeHunk Contact Form Plugin
- CVE-2023-32959MEDIUMMetroStore Missing Authorization Vulnerability – Patch Guide
- CVE-2025-12714MEDIUMRank Math SEO Plugin Unauthenticated Metadata Injection Vulnerability
- CVE-2025-52766MEDIUMMissing Authorization in Printeers Print & Ship – CVSS 6.5
- CVE-2025-53302MEDIUMMissing Authorization in Anton Shevchuk Constructor Framework
- CVE-2025-53346MEDIUMMissing Authorization in ThimPress Thim Core 2.3.3