LiveActive security incident?Get immediate response
CVE Record

CVE-2025-32223: WordPress Tutor LMS plugin <= 3.9.4 - Insecure Direct Object References (IDOR) vulnerability

Authorization Bypass Through User-Controlled Key vulnerability in Themeum Tutor LMS tutor allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Tutor LMS: from n/a through <= 3.9.4.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2025-32223 is an authorization flaw in the WordPress Tutor LMS plugin up to version 3.9.4. A logged-in user may be able to access data they should not access by referencing another object. The CVSS score is 6.5, mainly because confidentiality impact is high.

Executive priority

Treat as a prompt remediation item for WordPress learning sites, especially those with student self-registration or many external users. This is not currently supported as an actively exploited emergency, but the potential unauthorized data exposure makes delayed remediation risky.

Technical view

The issue is an Insecure Direct Object Reference / authorization bypass mapped to CWE-639 in Themeum Tutor LMS. The CVSS vector is AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N, meaning network-accessible exploitation by an authenticated user with no user interaction, impacting confidentiality only. Public source detail does not identify specific endpoints or objects.

Likely exposure

WordPress sites running Tutor LMS version 3.9.4 or earlier are the stated exposure. Risk is most relevant where untrusted users can create accounts or otherwise authenticate to the site. Sites without Tutor LMS, or on versions outside the stated affected range, are not indicated as affected by the provided sources.

Exploitation context

The CVE is not listed as KEV, and the provided sources do not state active exploitation or public exploit availability. The vulnerability requires some authenticated access, but no user interaction. Evidence is limited to the CVE record and Patchstack listing; operational details are not provided in the bundle.

Researcher notes

Public details are sparse. The source bundle identifies CWE-639, Tutor LMS through 3.9.4, and CVSS 6.5 with high confidentiality impact. It does not provide affected endpoints, proof-of-concept details, exploit status, or a named fixed version. Validate against vendor guidance before closing exposure.

Mitigation direction

  • Inventory WordPress sites for the Tutor LMS plugin and version.
  • If version is 3.9.4 or earlier, check Themeum and Patchstack guidance immediately.
  • Apply the vendor-recommended fixed release when identified.
  • Limit untrusted account creation until remediation is confirmed.
  • Review LMS user roles and remove unnecessary accounts.

Validation and detection

  • Confirm whether Tutor LMS is installed on each WordPress site.
  • Record the installed Tutor LMS version from administrative inventory.
  • Flag any installation at version 3.9.4 or earlier.
  • Check vendor or Patchstack advisories for remediation status.
  • Review logs for unusual authenticated access to LMS objects or records.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-639: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-32223 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2025-32223Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ThemeumTutor LMStutor, 0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.