LiveActive security incident?Get immediate response
CVE Record

CVE-2024-1133: Tutor LMS <= 2.6.0 - Missing Authorization

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.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Tutor LMS for WordPress allowed logged-in low-privilege users to access or interact with restricted course Q&A content for courses they were not enrolled in, including private courses. The known impact is limited data exposure, not site takeover or service disruption.

Executive priority

Treat this as a moderate-priority privacy and access-control issue. Prioritize remediation for paid, private, compliance-sensitive, or partner-only learning portals where restricted Q&A content may contain confidential business, student, or customer information.

Technical view

CVE-2024-1133 is a CWE-862 missing authorization issue in Tutor LMS up to and including 2.6.0. An authenticated attacker with subscriber-level access or higher could interact with restricted question content outside their enrolled courses. CVSS 3.1 is 4.3 with low attack complexity and confidentiality impact only.

Likely exposure

Exposure is limited to WordPress sites running Tutor LMS versions 2.6.0 or earlier where untrusted or broadly registered users can authenticate, such as public learning portals, membership sites, or customer training sites.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Abuse requires an authenticated account, but subscriber access may be easy to obtain on sites with open registration.

Researcher notes

Evidence supports unauthorized interaction with restricted Q&A content by authenticated subscriber-level users. Sources do not indicate integrity or availability impact, public exploit availability, or active exploitation. The referenced WordPress changeset is relevant for reviewing the authorization fix, but operational validation should avoid offensive testing.

Mitigation direction

  • Update Tutor LMS to a version later than 2.6.0 following vendor guidance.
  • Disable open registration if subscriber accounts are not required.
  • Review course privacy settings and Q&A access assumptions.
  • Limit user roles to the minimum needed for learners.
  • Monitor vendor advisories for explicit fixed-version guidance.

Validation and detection

  • Inventory WordPress sites using Tutor LMS and record plugin versions.
  • Flag any Tutor LMS installation at version 2.6.0 or earlier.
  • Check whether public or low-trust users can create subscriber accounts.
  • Review logs for unusual Q&A interactions by unenrolled users.
  • Confirm updated code includes authorization checks around question interactions.
Prepared
Confidence
high
Sources
4

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 · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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
cve · low confidence lookup

CVE-2024-1133 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
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/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
3Source 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
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2024-1133Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/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 LMS – eLearning and online course solution0unaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.