Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The HEL Online Classroom: AI-powered Online Classrooms plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.0.3. This is due to a missing capability check on a REST API endpoint registered with a permission_callback of '__return_true', which bypasses all WordPress authentication and authorization checks. This makes it possible for unauthenticated attackers to delete any classroom record by supplying its ID in the request, resulting in permanent data loss.
AnalysisAI
Unauthenticated attackers can delete any classroom record in the HEL Online Classroom WordPress plugin (versions up to 1.0.3) via a REST API endpoint that bypasses all WordPress authentication checks through a permission_callback set to '__return_true', resulting in permanent data loss. The vulnerability affects the plugin's core functionality and requires only network access with no user interaction, though the CVSS score of 5.3 reflects limited confidentiality impact (integrity modification only, no information disclosure).
Technical ContextAI
The HEL Online Classroom plugin registers REST API endpoints with a permission_callback function set to '__return_true', which unconditionally returns true and bypasses WordPress's built-in capability checking system (wp_is_user_logged_in and current_user_can functions). WordPress REST API endpoints typically enforce authentication through capability checks; this plugin explicitly disables that enforcement. The CWE-862 classification (Missing Authorization) indicates the underlying flaw: the endpoint accepts requests without verifying the user's role or capabilities, allowing any HTTP request-including from unauthenticated sources-to trigger destructive actions. The affected CPE string identifies HigherEdLab's plugin in the WordPress plugin ecosystem.
RemediationAI
Update the HEL Online Classroom plugin to a version newer than 1.0.3 once released by HigherEdLab; patch version number not provided in available sources. Immediately after patching, audit the WordPress database for classroom records deleted between the plugin installation date and the update, as deletion is permanent without backups. As a temporary workaround pending patch availability, restrict REST API access to authenticated users by adding a WAF rule or server-level filter to block unauthenticated requests to endpoints containing 'hel-online-classroom' or 'classroom' (trade-off: may block legitimate automated integrations), or disable the HEL Online Classroom plugin entirely until a patched version is available. Monitor WordPress logs and REST API access logs for DELETE requests to classroom endpoints from unknown or unauthenticated sources. Refer to Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/0612c0be-f1c0-4f74-a769-e4616f103ee6 for updates on patch availability.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29407
GHSA-mxgq-qrj9-vj5p