Junglewise Threat Intelligence

CVE-2026-9228: MotoPress Timetable and Event Schedule IDOR in action_get_event_data

CVE-2026-9228 · Severity: medium · CVSS 4.3 · Published 2026-05-28

Vendors: MotoPress.

Executive brief

The MotoPress Timetable and Event Schedule plugin for WordPress, which is used to manage and display event schedules, contains a security flaw. This vulnerability allows logged-in users with low-level permissions (like contributors) to view private event details and draft content created by other users. This could lead to the unauthorized disclosure of sensitive internal planning or confidential event descriptions.

Technical details

The vulnerability is an Insecure Direct Object Reference (IDOR) within the 'action_get_event_data' function due to insufficient validation of user-supplied keys. Authenticated attackers with contributor-level access or higher can exploit this by enumerating timeslot IDs to retrieve full WP_Post objects. This includes sensitive fields such as post_content, post_excerpt, post_status, and post_author for posts that are currently in draft, pending, or private status. The flaw effectively bypasses intended access controls for 'mp-event' post types belonging to other users.

Affected products

  • MotoPress Timetable and Event Schedule by MotoPress up to, and including, 2.4.16

Timeline

  • 2026-05-28: disclosed
  • 2026-05-28: advisory

References