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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/e8a7c04a-1fa0-434d-8161-7a32cefb44c4?source=cveCVE reference
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3037911%40tutor%2Ftrunk&old=3020286%40tutor%2Ftrunk&sfp_email=&sfph_mail=#file12CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
