Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Lifecycle Timeline
2DescriptionCVE.org
The Timetable and Event Schedule by MotoPress plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 2.4.16 via the action_get_event_data due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with contributor-level access and above, to enumerate timeslot IDs and read the full WP_Post object - including post_content, post_excerpt, post_status, and post_author - of draft, pending, and private mp-event posts belonging to other users, along with their associated raw timeslot descriptions.
AnalysisAI
Insecure Direct Object Reference in the Timetable and Event Schedule by MotoPress WordPress plugin (all versions through 2.4.16) allows authenticated contributors to bypass object-level authorization and read non-public content belonging to other users. The vulnerability exists in the action_get_event_data AJAX action, which accepts a user-controlled timeslot key with no ownership or visibility validation, exposing full WP_Post data - including post_content, post_excerpt, post_status, and post_author - for draft, pending, and private mp-event posts. No public exploit code has been identified at time of analysis, and this CVE does not appear in the CISA KEV catalog.
Technical ContextAI
CWE-639 (Authorization Bypass Through User-Controlled Key) describes the root cause: the plugin's AJAX handler accepts an attacker-controlled identifier and retrieves the corresponding database object without verifying that the requesting user is authorized to view it. Code inspection via the WordPress Trac browser confirms the flaw spans multiple layers of the plugin: class-core.php (L311), class-controller-events.php (L62), class-events.php (L102), and class-hooks.php (L152) - indicating the missing authorization check is not isolated to a single function but reflects a design-level oversight in the plugin's event data retrieval flow. The affected product is identified by CPE cpe:2.3:a:jetmonsters:timetable_and_event_schedule_by_motopress:*:*:*:*:*:*:*:*, published by JetMonsters for the WordPress ecosystem. The vulnerability class is a classic IDOR: sequential or guessable integer IDs allow enumeration without any privileged API key or session token beyond a standard contributor account.
RemediationAI
An upstream code fix has been committed to the WordPress plugin SVN repository (changeset 3548166: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3548166%40mp-timetable&new=3548166%40mp-timetable&sfp_email=&sfph_mail=); however, the exact released patched version number is not independently confirmed from the available intelligence data - administrators should update the plugin to the latest available version via the WordPress dashboard and verify the installed version is newer than 2.4.16. As a compensating control on sites where the update cannot be immediately applied, consider restricting contributor-level role assignment to fully trusted users only, since contributor access is a hard prerequisite for exploitation. Removing the contributor role from untrusted or external users eliminates the attack surface without disabling the plugin. Monitoring AJAX requests to wp-admin/admin-ajax.php targeting action_get_event_data with anomalous or rapidly cycling post ID parameters can serve as a detection signal for enumeration attempts.
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 technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-32705
GHSA-gcrv-h884-8q69