CVE-2026-9228
Insecure Direct Object Reference in Timetable and Event Schedule by MotoPress
Publication date: 2026-05-28
Last updated on: 2026-05-28
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| motopress | timetable_and_event_schedule | to 2.4.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-639 | The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The Timetable and Event Schedule by MotoPress plugin for WordPress has a vulnerability called Insecure Direct Object Reference (IDOR) in all versions up to and including 2.4.16. This happens because the plugin does not properly validate a user-controlled key in the action_get_event_data function.
As a result, authenticated users with contributor-level access or higher can enumerate timeslot IDs and access the full WP_Post object of draft, pending, and private mp-event posts that belong to other users. This includes sensitive post data such as post_content, post_excerpt, post_status, post_author, and raw timeslot descriptions.
How can this vulnerability impact me? :
This vulnerability allows attackers with contributor-level access or above to read private and unpublished event posts of other users. This can lead to unauthorized disclosure of sensitive or confidential information contained in those posts.
Since the attacker can access draft, pending, and private content, it may result in privacy breaches or exposure of business-sensitive scheduling information that was not intended to be public.