Tutor Lms – Elearning And Online Course Solution
Approved changes feed: RSS · Atom
cpe:2.3:a:themeum:tutor_lms_–_elearning_and_online_course_solution:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Themeum (12449a9f-b8a3-5f81-9e39-f958a6d45415) |
|---|---|
| Product | Tutor Lms – Elearning And Online Course Solution (1944f2fd-87f1-56f2-9cca-b67993d5c786) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from gcve-enriched-dumps CVE data |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
| No PURL mappings for this CPE yet. | ||
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-6965 |
vulnerable | 2026-06-03 15:27:55.933973 |
Tutor LMS <= 3.9.9 - Insecure Direct Object Reference to Authenticated (Instructor+) Arbitrary Post Deletion via 'course' GET Parameter
MEDIUM (5.3)
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.
Published: 2026-05-13T05:29:37.082Z
Updated: 2026-05-13T10:20:41.926Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-6080 |
vulnerable | 2026-06-03 15:27:54.741013 |
Tutor LMS <= 3.9.8 - Authenticated (Admin+) SQL Injection via 'date' Parameter
MEDIUM (6.5)
The Tutor LMS plugin for WordPress is vulnerable to SQL Injection in versions up to and including 3.9.8. This is due to insufficient escaping on the 'date' parameter combined with direct interpolation into a SQL fragment before being passed to $wpdb->prepare(). This makes it possible for authenticated attackers with Admin-level access and above to append additional SQL queries and extract sensitive information from the database.
Published: 2026-04-17T03:36:44.234Z
Updated: 2026-04-20T14:59:23.108Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-5502 |
vulnerable | 2026-06-03 15:26:27.228499 |
Tutor LMS <= 3.9.8 - Authenticated (Subscriber+) Arbitrary Course Content Manipulation via tutor_update_course_content_order
MEDIUM (5.3)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to unauthorized course content manipulation in versions up to and including 3.9.8. This is due to a missing authorization check in the tutor_update_course_content_order() function. The function only validates the nonce (CSRF protection) but does not verify whether the user has permission to manage course content. The can_user_manage() authorization check only executes when the 'content_parent' parameter is present in the request. When this parameter is omitted, the function proceeds directly to save_course_content_order() which manipulates the wp_posts table without any authorization validation. This makes it possible for authenticated attackers with subscriber-level access and above to detach all lessons from any topic, move lessons between topics, and modify the menu_order of course content, effectively allowing them to disrupt the structure of any course on the site.
Published: 2026-04-17T03:36:45.463Z
Updated: 2026-04-17T14:28:01.492Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-3371 |
vulnerable | 2026-06-03 15:23:32.299347 |
Tutor LMS <= 3.9.7 - Authenticated (Subscriber+) Insecure Direct Object Reference to Arbitrary Course Content Modification
MEDIUM (4.3)
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 the `tutor_update_course_content_order` AJAX handler. While the handler's `content_parent` branch includes a `can_user_manage()` check, the `save_course_content_order()` call processes attacker-supplied `tutor_topics_lessons_sorting` JSON 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.
Published: 2026-04-11T01:25:01.083Z
Updated: 2026-04-13T15:15:07.829Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-3360 |
vulnerable | 2026-06-03 15:23:32.288698 |
Tutor LMS <= 3.9.7 - Missing Authorization to Unauthenticated Arbitrary Billing Profile Overwrite via 'order_id' Parameter
HIGH (7.5)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to an Insecure Direct Object Reference in all versions up to, and including, 3.9.7. This is due to missing authentication and authorization checks in the `pay_incomplete_order()` function. The function accepts an attacker-controlled `order_id` parameter and uses it to look up order data, then writes billing fields to the order owner's profile (`$order_data->user_id`) without verifying the requester's identity or ownership. Because the Tutor nonce (`_tutor_nonce`) is exposed on public frontend pages, this makes it possible for unauthenticated attackers to overwrite the billing profile (name, email, phone, address) of any user who has an incomplete manual order, by sending a crafted POST request with a guessed or enumerated `order_id`.
Published: 2026-04-10T01:24:58.426Z
Updated: 2026-04-10T17:05:46.556Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-3358 |
vulnerable | 2026-06-03 15:23:32.287871 |
Tutor LMS <= 3.9.7 - Missing Authorization to Authenticated (Subscriber+) Unauthorized Private Course Enrollment
MEDIUM (5.4)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to unauthorized private course enrollment in all versions up to, and including, 3.9.7. This is due to missing post_status validation in the `enroll_now()` and `course_enrollment()` functions. Both enrollment endpoints verify the nonce, user authentication, and whether the course is purchasable, but fail to check if the course has a `private` post_status. This makes it possible for authenticated attackers with Subscriber-level access or above to enroll in private courses by sending a crafted POST request with the target course ID. The enrollment record is created in the database and the private course title and enrollment status are exposed in the subscriber's dashboard, though WordPress core access control prevents the subscriber from viewing the actual course content (returns 404). Enrollment in private courses should be restricted to users with the `read_private_posts` capability.
Published: 2026-04-11T01:24:56.945Z
Updated: 2026-04-13T15:15:08.860Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-1375 |
vulnerable | 2026-06-03 15:14:44.266807 |
Tutor LMS <= 3.9.5 - Insecure Direct Object Reference to Authenticated (Instructor+) Arbitrary Course Modification and Deletion
HIGH (8.1)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to Insecure Direct Object References (IDOR) in all versions up to, and including, 3.9.5. This is due to missing object-level authorization checks in the `course_list_bulk_action()`, `bulk_delete_course()`, and `update_course_status()` functions. This makes it possible for authenticated attackers, with Tutor Instructor-level access and above, to modify or delete arbitrary courses they do not own by manipulating course IDs in bulk action requests.
Published: 2026-02-03T07:31:23.100Z
Updated: 2026-04-08T16:51:47.055Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-1371 |
vulnerable | 2026-06-03 15:14:44.264191 |
Tutor LMS <= 3.9.5 - Authenticated (Subscriber+) Information Disclosure in Coupon Details via 'tutor_coupon_details' AJAX Action
MEDIUM (5.3)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.9.5. This is due to missing authorization checks in the `ajax_coupon_details()` function, which only validates nonces but does not verify user capabilities. This makes it possible for authenticated attackers, with Subscriber-level access and above, to retrieve sensitive coupon information including coupon codes, discount amounts, usage statistics, and course/bundle applications.
Published: 2026-02-03T07:31:23.720Z
Updated: 2026-04-08T17:03:21.310Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-0548 |
vulnerable | 2026-06-03 15:14:42.100637 |
Tutor LMS – eLearning and online course solution <= 3.9.4 - Missing Authorization to Authenticated (Subscriber+) Limited Attachment Deletion
MEDIUM (5.4)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to unauthorized attachment deletion due to a missing capability check on the `delete_existing_user_photo` function in all versions up to, and including, 3.9.4. This makes it possible for authenticated attackers, with subscriber level access and above, to delete arbitrary attachments on the site.
Published: 2026-01-20T14:26:31.808Z
Updated: 2026-04-08T16:35:25.884Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-6680 |
vulnerable | 2026-06-03 15:12:28.503077 |
Tutor LMS <= 3.8.3 - Missing Authorization to Sensitive Information Exposure
MEDIUM (4.3)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.8.3. This makes it possible for authenticated attackers, with tutor-level access and above, to view assignments for courses they don't teach which may contain sensitive information.
Published: 2025-10-25T05:31:18.909Z
Updated: 2026-04-08T16:38:16.474Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-13935 |
vulnerable | 2026-06-03 14:58:54.009307 |
Tutor LMS – eLearning and online course solution <= 3.9.3 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Course Completion
MEDIUM (4.3)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to unauthorized course completion in all versions up to, and including, 3.9.2. This is due to missing enrollment verification in the 'mark_course_complete' function. This makes it possible for authenticated attackers, with subscriber level access and above, to mark any course as completed.
Published: 2026-01-09T07:22:11.913Z
Updated: 2026-04-08T17:02:31.130Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-13934 |
vulnerable | 2026-06-03 14:58:54.008965 |
Tutor LMS – eLearning and online course solution <= 3.9.3 - Missing Authorization to Authenticated (Subscriber+) Course Enrollment Bypass
MEDIUM (4.3)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to unauthorized course enrollment in all versions up to, and including, 3.9.3. This is due to a missing capability check and purchasability validation in the `course_enrollment()` AJAX handler. This makes it possible for authenticated attackers, with subscriber level access and above, to enroll themselves in any course without going through the proper purchase flow.
Published: 2026-01-09T07:22:11.542Z
Updated: 2026-04-08T16:56:00.874Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-13679 |
vulnerable | 2026-06-03 14:58:46.689236 |
Tutor LMS <= 3.9.3 - Missing Authorization to Authenticated (Subscriber+) Sensitive Information Exposure via tutor_order_details
MEDIUM (6.5)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the get_order_by_id() function in all versions up to, and including, 3.9.3. This makes it possible for authenticated attackers, with Subscriber-level access and above, to enumerate order IDs and exfiltrate sensitive data (PII), such as student name, email address, phone number, and billing address.
Published: 2026-01-08T07:04:12.744Z
Updated: 2026-04-08T16:34:11.809Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-13673 |
vulnerable | 2026-06-03 14:58:46.680002 |
Tutor LMS <= 3.9.6 - Unauthenticated SQL Injection via coupon_code
HIGH (7.5)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to SQL Injection via the 'coupon_code' parameter in all versions up to, and including, 3.9.6 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. NOTE: This vulnerability was partially mitigated in versions 3.9.4 and 3.9.6.
Published: 2026-02-28T07:25:35.002Z
Updated: 2026-04-08T16:32:19.793Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-13628 |
vulnerable | 2026-06-03 14:58:46.605519 |
Tutor LMS – eLearning and online course solution <= 3.9.3 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Coupon Modification
MEDIUM (4.3)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to unauthorized modification and deletion of data due to a missing capability check on the 'bulk_action_handler' and 'coupon_permanent_delete' functions in all versions up to, and including, 3.9.3. This makes it possible for authenticated attackers, with subscriber level access and above, to delete, activate, deactivate, or trash arbitrary coupons.
Published: 2026-01-09T07:22:10.781Z
Updated: 2026-04-08T16:49:55.422Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-11564 |
vulnerable | 2026-06-03 14:58:42.691647 |
Tutor LMS – eLearning and online course solution <= 3.8.3 - Missing Authorization to Unauthenticated Payment Status Update
MEDIUM (5.3)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check while verifying webhook signatures on the "verifyAndCreateOrderData" function
in all versions up to, and including, 3.8.3. This makes it possible for unauthenticated attackers to bypass payment verification and mark orders as paid by submitting forged webhook requests with `payment_type` set to 'recurring'.
Published: 2025-10-25T05:31:19.940Z
Updated: 2026-04-08T16:42:37.294Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-5438 |
vulnerable | 2026-06-03 14:57:52.790617 |
Tutor LMS – eLearning and online course solution <= 2.7.1 - Authenticated (Instructor+) Insecure Direct Object Reference to Arbitrary Quiz Attempt Deletion
MEDIUM (4.3)
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, 2.7.1 via the 'attempt_delete' function due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with Instructor-level access and above, to delete arbitrary quiz attempts.
Published: 2024-06-07T12:33:42.892Z
Updated: 2026-04-08T16:32:24.853Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-4902 |
vulnerable | 2026-06-03 14:57:16.455915 |
Tutor LMS – eLearning and online course solution <= 2.7.1 -Authenticated (Administrator+) SQL Injection
HIGH (7.2)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to time-based SQL Injection via the ‘course_id’ parameter in all versions up to, and including, 2.7.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with admin access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. CVE-2024-37256 is likely a duplicate of this issue.
Published: 2024-06-07T04:33:25.127Z
Updated: 2026-04-08T17:32:09.825Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-4318 |
vulnerable | 2026-06-03 14:57:15.201610 |
Tutor LMS <= 2.7.0 - Authenticated (Instructor+) SQL Injection
HIGH (8.8)
The Tutor LMS plugin for WordPress is vulnerable to time-based SQL Injection via the ‘question_id’ parameter in versions up to, and including, 2.7.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Instructor-level permissions and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2024-05-16T05:33:27.607Z
Updated: 2026-04-08T17:11:18.614Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-4279 |
vulnerable | 2026-06-03 14:57:15.118288 |
Tutor LMS – eLearning and online course solution <= 2.7.0 - Authenticated (Instructor+) Insecure Direct Object Reference to Arbitrary Course Deletion
MEDIUM (6.5)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to Insecure Direct Object Reference to Arbitrary Course Deletion in versions up to, and including, 2.7.0 via the 'tutor_course_delete' function due to missing validation on a user controlled key. This can allow authenticated attackers, with Instructor-level permissions and above, to delete any course.
Published: 2024-05-16T05:33:25.813Z
Updated: 2026-04-08T16:49:39.902Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-4223 |
vulnerable | 2026-06-03 14:57:14.957464 |
Tutor LMS <= 2.7.0 - Missing Authorization
CRITICAL (9.8)
The Tutor LMS plugin for WordPress is vulnerable to unauthorized access of data, modification of data, loss of data due to a missing capability check on multiple functions in all versions up to, and including, 2.7.0. This makes it possible for unauthenticated attackers to add, modify, or delete data.
Published: 2024-05-16T08:32:50.538Z
Updated: 2026-04-08T17:24:23.811Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-3994 |
vulnerable | 2026-06-03 14:56:32.632002 |
Tutor LMS – eLearning and online course solution <= 2.6.2 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'tutor_instructor_list' Shortcode
MEDIUM (5.4)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'tutor_instructor_list' shortcode in all versions up to, and including, 2.6.2 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Published: 2024-04-25T09:29:58.460Z
Updated: 2026-04-08T16:45:17.115Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-3553 |
vulnerable | 2026-06-03 14:56:24.673057 |
Tutor LMS <= 2.6.2 - Missing Authorization to Unauthenticated Limited Options Update
MEDIUM (6.5)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the hide_notices function in all versions up to, and including, 2.6.2. This makes it possible for unauthenticated attackers to enable user registration on sites that may have it disabled.
Published: 2024-05-02T16:52:53.256Z
Updated: 2026-04-08T17:34:05.643Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-1751 |
vulnerable | 2026-06-03 14:54:34.530618 |
Tutor LMS – eLearning and online course solution <= 2.6.1 - Authenticated (Subscriber+) SQL Injection
HIGH (8.8)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to time-based SQL Injection via the question_id parameter in all versions up to, and including, 2.6.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with subscriber/student access or higher, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2024-03-13T15:27:26.103Z
Updated: 2026-04-08T17:34:15.135Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-1503 |
vulnerable | 2026-06-03 14:54:27.139085 |
Tutor LMS – eLearning and online course solution <= 2.6.1 - Cross-Site Request Forgery to Plugin Deactivation and Data Erase
MEDIUM (4.3)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 2.6.1. This is due to missing or incorrect nonce validation on the erase_tutor_data() function. This makes it possible for unauthenticated attackers to deactivate the plugin and erase all data via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. This requires the "Erase upon uninstallation" option to be enabled.
Published: 2024-03-12T23:33:49.090Z
Updated: 2026-04-08T16:33:17.186Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-1502 |
vulnerable | 2026-06-03 14:54:27.138721 |
Tutor LMS – eLearning and online course solution <= 2.6.1 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Post Deletion
MEDIUM (5.4)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to unauthorized loss of data due to a missing capability check on the tutor_delete_announcement() function in all versions up to, and including, 2.6.1. This makes it possible for authenticated attackers, with subscriber-level access and above, to delete arbitrary posts.
Published: 2024-03-12T23:33:50.040Z
Updated: 2026-04-08T17:04:06.695Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-1133 |
vulnerable | 2026-06-03 14:54:26.254959 |
Tutor LMS <= 2.6.0 - Missing Authorization
MEDIUM (4.3)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to unauthorized access of restricted Q&A content due to a missing capability check when interacting with questions in all versions up to, and including, 2.6.0. This makes it possible for authenticated attackers, with subscriber access or higher, to interact with questions in courses in which they are not enrolled including private courses.
Published: 2024-02-20T18:56:49.287Z
Updated: 2026-04-08T17:30:39.063Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-1128 |
vulnerable | 2026-06-03 14:54:26.238144 |
Tutor LMS <= 2.6.0 - Authenticated(Student+) HTML Injection via Q&A
MEDIUM (5.4)
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to HTML Injection in all versions up to, and including, 2.6.0. This is due to insufficient sanitization of HTML input in the Q&A functionality. This makes it possible for authenticated attackers, with Student access and above, to inject arbitrary HTML onto a site, though it does not allow Cross-Site Scripting
Published: 2024-02-20T18:56:22.265Z
Updated: 2026-04-08T16:41:37.722Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-10400 |
vulnerable | 2026-06-03 14:54:05.498121 |
Tutor LMS <= 2.7.6 - Unauthenticated SQL Injection via rating_filter
HIGH (7.5)
The Tutor LMS plugin for WordPress is vulnerable to SQL Injection via the ‘rating_filter’ parameter in all versions up to, and including, 2.7.6 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2024-11-21T07:35:36.980Z
Updated: 2026-04-08T17:18:51.048Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-10393 |
vulnerable | 2026-06-03 14:54:05.491328 |
Tutor LMS <= 2.7.6 - User Registration Setting Bypass to Unauthorized User Registration
MEDIUM (5.3)
The Tutor LMS plugin for WordPress is vulnerable to bypass to user registration in versions up to, and including, 2.7.6. This is due to a missing check for the 'users_can_register' option in the 'register_instructor' function. This makes it possible for unauthenticated attackers to register as the default role on the site, even if registration is disabled.
Published: 2024-11-21T06:49:54.320Z
Updated: 2026-04-08T17:19:28.490Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-49829 |
vulnerable | 2026-06-03 14:53:26.525244 |
WordPress Tutor LMS Plugin <= 2.2.4 is vulnerable to Cross Site Scripting (XSS)
MEDIUM (5.9)
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Themeum Tutor LMS – eLearning and online course solution allows Stored XSS.This issue affects Tutor LMS – eLearning and online course solution: from n/a through 2.2.4.
Published: 2023-12-15T15:30:36.144Z
Updated: 2026-04-28T16:08:58.136Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-2919 |
vulnerable | 2026-06-03 14:51:44.666215 |
Tutor LMS <= 2.7.4 - Cross-Site Request Forgery via 'addon_enable_disable'
MEDIUM (4.3)
The Tutor LMS plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 2.7.4. This is due to missing or incorrect nonce validation on the 'addon_enable_disable' function. This makes it possible for unauthenticated attackers to enable or disable addons via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
Published: 2024-09-10T09:30:19.274Z
Updated: 2026-04-08T17:10:48.948Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-24242 |
vulnerable | 2026-06-03 14:43:56.604357 |
Tutor LMS < 1.8.8 - Authenticated Local File Inclusion
The Tutor LMS – eLearning and online course solution WordPress plugin before 1.8.8 is affected by a local file inclusion vulnerability through the maliciously constructed sub_page parameter of the plugin's Tools, allowing high privilege users to include any local php file
Published: 2021-04-22T21:00:51.000Z
Updated: 2024-08-03T19:21:18.966Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.