Monitor vulnerabilities like this one.
Sign up free to get alerted when software you use is affected.
7.5
Tutor LMS plugin for WordPress exposes user billing info to attackers
CVE-2026-3360
Summary
An attacker can modify any user's billing information by guessing or finding an incomplete order ID. This can happen because the plugin doesn't check if the user making the change is authorized to do so. To fix this, update to the latest version of the Tutor LMS plugin.
Original title
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 au...
Original description
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`.
nvd CVSS3.1
7.5
Vulnerability type
CWE-862
Missing Authorization
- https://plugins.trac.wordpress.org/browser/tutor/tags/3.9.7/classes/Tutor.php#L5...
- https://plugins.trac.wordpress.org/browser/tutor/tags/3.9.7/ecommerce/CheckoutCo...
- https://plugins.trac.wordpress.org/browser/tutor/tags/3.9.7/ecommerce/CheckoutCo...
- https://plugins.trac.wordpress.org/browser/tutor/trunk/ecommerce/CheckoutControl...
- https://plugins.trac.wordpress.org/changeset/3496394/tutor/trunk/ecommerce/Check...
- https://www.wordfence.com/threat-intel/vulnerabilities/id/7f365519-dd0a-4f39-880...
Published: 10 Apr 2026 · Updated: 10 Apr 2026 · First seen: 10 Apr 2026