Missing AuthorizationWeakness · CWE-862

CVE-2026-5502

MEDIUM · 5.3 CVSS v3.1 Published 2026-04-17
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
62/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
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.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

The Tutor LMS plugin for WordPress has a missing authorization vulnerability in the tutor_update_course_content_order() function. The function only validates a nonce for CSRF protection but fails to verify user permissions before executing save_course_content_order(). When the 'content_parent' parameter is omitted from the request, the can_user_manage() authorization check is bypassed entirely, allowing any authenticated user with subscriber-level access to manipulate the wp_posts table and disrupt course structure.

MitigationAdd proper authorization validation (can_user_manage() check) unconditionally before executing save_course_content_order(), regardless of whether the 'content_parent' parameter is present in the request.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify Tutor LMS plugin installation
    Check for the Tutor LMS plugin in WordPress by looking for the plugin directory at wp-content/plugins/tutor/ or by viewing the installed plugins list in WordPress admin under Plugins
    Affected if Tutor LMS plugin is installed and active
  2. Determine installed Tutor LMS version
    Access WordPress admin, go to Plugins section, find Tutor LMS and note the version number displayed, or check the main plugin file header in wp-content/plugins/tutor/tutor.php for the Version field
    Affected if Version is earlier than the patched version containing the authorization fix for tutor_update_course_content_order()
  3. Locate the vulnerable function
    Examine the file containing tutor_update_course_content_order() function (typically in tutor/includes/ or similar path within the plugin). Search for the function definition and verify the authorization logic before save_course_content_order() is called
    Affected if The function exists and lacks a proper can_user_manage() permission check before executing the save operation
  4. Verify authorization bypass condition
    Inspect the code logic that handles the 'content_parent' parameter. Check if can_user_manage() is called only when 'content_parent' is present, leaving it uncalled (and thus bypassed) when the parameter is omitted
    Affected if The code conditionally calls can_user_manage() based on 'content_parent' presence, allowing bypass when the parameter is omitted
  5. Confirm user role vulnerability
    Test with a low-privilege user (subscriber role) by submitting a request to the tutor_update_course_content_order() endpoint without the 'content_parent' parameter, using a valid nonce
    Affected if An authenticated user with subscriber-level access can successfully modify course content order in the wp_posts table without proper authorization

If Tutor LMS is installed and the version lacks the unconditional can_user_manage() check before save_course_content_order(), any authenticated user can manipulate course structure, indicating the environment is affected by CVE-2026-5502.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Add proper authorization validation (can_user_manage() check) unconditionally before executing save_course_content_order(), regardless of whether the 'content_parent' parameter is present in the request.

Recommended fix Moderate confidence

Tutor LMS version 3.9.9 or later

  1. Check the current version of Tutor LMS plugin installed on the WordPress site
  2. Navigate to Plugins > Installed Plugins in the WordPress admin dashboard
  3. Locate Tutor LMS and note the current version
  4. Navigate to Plugins > Add New > Upload Plugin or check for an update via the native WordPress updater
  5. Update Tutor LMS to the latest available version (version 3.9.9 or later)
  6. Verify the update completed successfully
  7. Test course content functionality to ensure normal operations

Generated from the published advisory — verify against the referenced sources before acting.

Have this fixed Scoped from the published advisory
  • Consultation3.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA2.0 h
12.0 hours of engineering $2,130
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,408.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-5502 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-5502 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data