CVE-2025-11760
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 eRoom – Webinar & Meeting Plugin for Zoom, Google Meet, Microsoft Teams plugin for WordPress is vulnerable to exposure of sensitive information in all versions up to, and including, 1.5.6. This is due to the plugin exposing Zoom SDK secret keys in client-side JavaScript within the meeting view template. This makes it possible for unauthenticated attackers to extract the sdk_secret value, which should remain server-side, compromising the security of the Zoom integration and allowing attackers to generate valid JWT signatures for unauthorized meeting access.
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 eRoom WordPress plugin exposes Zoom SDK secret keys (sdk_secret) in client-side JavaScript within the meeting view template. This allows unauthenticated attackers to extract these secrets, which should remain server-side only, enabling them to generate valid JWT signatures for unauthorized meeting access.
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.
-
Confirm eRoom plugin is installedIn WordPress admin, go to Plugins > Installed Plugins and look for 'eRoom' or check the plugins directory (wp-content/plugins/eroom-zoom-meeting) for the plugin folderAffected if The eRoom plugin is present on the WordPress site
-
Identify the installed eRoom versionCheck the plugin main file (usually eroom-zoom-meeting.php) for the 'Version' header in the plugin comment block, or look at the readme.txt fileAffected if Version is unknown, older than 1.5.7, or the version cannot be determined (assume affected)
-
Inspect meeting view page source for exposed secretsVisit a meeting view page on the frontend, view the page source (Ctrl+U or right-click > View Page Source), and search for 'sdk_secret' or 'ZoomSdk' in the JavaScript codeAffected if The string 'sdk_secret' appears in client-side JavaScript code (script tags)
-
Verify JWT generation is possible from client-sideIn the page source, check if the sdk_secret value is directly used in JavaScript functions that construct JWT tokens or API calls to ZoomAffected if The sdk_secret value is visible in JavaScript variables or functions accessible to any page visitor
If the eRoom plugin is installed and sdk_secret values are present in client-side JavaScript on meeting pages, the environment is affected by this vulnerability.
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 · scopedRemove all sdk_secret values from client-side JavaScript and ensure Zoom API credentials are only processed server-side. Update to version 1.5.7 or later once available.
Latest version after 1.5.6 (check WordPress plugin repository for 1.5.7 or higher)
- 1. Log in to the WordPress admin dashboard.
- 2. Navigate to Plugins > Installed Plugins.
- 3. Locate the 'eRoom – Webinar & Meeting Plugin for Zoom, Google Meet, Microsoft Teams' plugin.
- 4. If an update is available, click 'Update Now' to install the latest version.
- 5. After updating, verify the meeting view template no longer contains the sdk_secret in client-side JavaScript.
- 6. Consider regenerating Zoom SDK credentials (API keys/secrets) as a precautionary measure since the secret may have been compromised.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.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,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-11760 — 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-2025-11760 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