The Tutor LMS – eLearning and online course solution...
Moderate severity
Unreviewed
Published
Apr 11, 2026
to the GitHub Advisory Database
•
Updated Apr 11, 2026
Description
Published by the National Vulnerability Database
Apr 11, 2026
Published to the GitHub Advisory Database
Apr 11, 2026
Last updated
Apr 11, 2026
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 3.9.7. This is due to missing authorization checks in the
save_course_content_order()private method, which is called unconditionally by thetutor_update_course_content_orderAJAX handler. While the handler'scontent_parentbranch includes acan_user_manage()check, thesave_course_content_order()call processes attacker-suppliedtutor_topics_lessons_sortingJSON without any ownership or capability verification. This makes it possible for authenticated attackers with Subscriber-level access or above to detach lessons from topics, reorder course content, and reassign lessons between topics in any course, including admin-owned courses, by sending a crafted AJAX request with manipulated topic and lesson IDs.References