The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to and including 3.9.9. This is due to the `get_course_id_by()` function unconditionally trusting the user-supplied `course` GET parameter as the authoritative course ID for content ownership lookups, which is then consumed by `can_user_manage()`, the plugin's sole authorization gate for instructor-level operations, causing it to evaluate instructor membership against the attacker-controlled course rather than the course that actually owns the target content object. This makes it possible for authenticated attackers, with instructor-level access and above, to perform unauthorized operations on any other instructor's course content, including permanently deleting lessons, assignments, quizzes (with cascading deletion of all student attempt data), topics, announcements, and Q&A threads, as well as creating or modifying lessons, topics, and announcements in victim courses, manipulating student quiz grades, and reading unpublished lesson and quiz content.
Tutor LMS WordPress plugin versions up to 3.9.9 contain an Insecure Direct Object Reference vulnerability allowing authenticated instructors to manipulate course IDs and gain unauthorized access to other instructors' course content. Attackers can delete lessons, assignments, quizzes, and associated student data by exploiting the insecure `get_course_id_by()` function.
يستغل هذا الضعف الثقة غير المشروطة في معامل GET المزود من المستخدم لتحديد معرف الدورة، مما يسمح للمدربين المصرحين بالوصول إلى دورات المدربين الآخرين. يمكن للمهاجمين حذف محتوى الدورة بشكل دائم بما في ذلك الدروس والمهام والاختبارات وجميع بيانات محاولات الطلاب المرتبطة بها.
يحتوي مكون Tutor LMS لـ WordPress على ثغرة في الإصدارات حتى 3.9.9 تسمح للمدربين المصرحين بالتلاعب بمعرفات الدورات والوصول غير المصرح إلى محتوى دورات المدربين الآخرين. يمكن للمهاجمين حذف الدروس والمهام والاختبارات وبيانات محاولات الطلاب المرتبطة بها.
Update Tutor LMS plugin to version 3.9.10 or later immediately. Implement proper authorization checks that validate course ownership independently of user-supplied parameters. Conduct security audit of all authorization gates in the plugin. Monitor course deletion logs for suspicious activity. Restrict instructor permissions to their own courses only.
قم بتحديث مكون Tutor LMS إلى الإصدار 3.9.10 أو أحدث فوراً. قم بتنفيذ فحوصات تفويض مناسبة تتحقق من ملكية الدورة بشكل مستقل عن المعاملات المزودة من المستخدم. أجرِ تدقيق أمني لجميع بوابات التفويض في المكون. راقب سجلات حذف الدورات للنشاط المريب. قيد صلاحيات المدرب لدوراتهم الخاصة فقط.