Description
The HEL Online Classroom: AI-powered Online Classrooms WordPress plugin through 1.0.3 does not perform any authorisation check on one of its REST API routes, allowing unauthenticated users to retrieve its stored settings, including the shared secret used to sign API requests to the connected BigBlueButton server.
Published: 2026-08-29
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The HEL Online Classroom: AI-powered Online Classrooms WordPress plugin fails to enforce an authorization check on one of its REST API routes. An unauthenticated requester can retrieve the plugin's stored configuration, which includes the shared secret used to sign requests to the connected BigBlueButton server. With this secret in hand, the attacker could forge API calls to BigBlueButton, potentially creating, modifying, or joining meetings, thereby compromising the integrity and availability of the virtual classroom environment.

Affected Systems

The vulnerability is present in the HEL Online Classroom: AI-powered Online Classrooms WordPress plugin version 1.0.3 and all earlier releases. Any WordPress site that has installed this plugin with a version no newer than 1.0.3 is at risk. The issue appears to be uncovered for the entire range of affected releases, with no indication of a vendor‑supplied fix at the time of the advisory.

Risk and Exploitability

Attackers can exploit the unauthenticated endpoint by sending a simple HTTP request to the exposed REST route, which returns the complete set of plugin settings including the sensitive BigBlueButton API secret. Because the secret is essential for authenticating API requests, its disclosure allows the attacker to perform privileged operations on the BigBlueButton server without any prior authentication to the WordPress site. The vulnerability is therefore high‑risk for any site using the vulnerable plugin, but the EPSS score is not available and the issue is not listed in the CISA KEV catalog. Prompt remediation is advised to prevent potential abuse.

Generated by OpenCVE AI on August 29, 2026 at 07:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade HEL Online Classroom: AI-powered Online Classrooms to a version newer than 1.0.3 once a vendor patch is released.
  • If an upgrade is not immediately available, restrict access to the vulnerable REST endpoint by implementing authentication or by disabling the endpoint entirely via server configuration or a security plugin.
  • Check the WordPress installation for any other exposed API routes that might reveal sensitive data and apply the same policy of authentication or removal.
  • Verify that the BigBlueButton server is protected by a strong, unique secret and rotate the credential if it has already been exposed.

Generated by OpenCVE AI on August 29, 2026 at 07:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 29 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Sat, 29 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The HEL Online Classroom: AI-powered Online Classrooms WordPress plugin through 1.0.3 does not perform any authorisation check on one of its REST API routes, allowing unauthenticated users to retrieve its stored settings, including the shared secret used to sign API requests to the connected BigBlueButton server.
Title HEL Online Classroom: AI-powered Online Classrooms <= 1.0.3 - Unauthenticated BigBlueButton API Secret Disclosure
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-29T06:00:21.937Z

Reserved: 2026-08-20T07:36:42.069Z

Link: CVE-2026-77007

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-29T06:17:34.453

Modified: 2026-08-29T06:17:34.453

Link: CVE-2026-77007

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-29T08:00:05Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control