LearnpressWordPress extension · Thimpress

CVE-2024-1289

MEDIUM · 5.4 CVSS v3.1 Published 2024-04-09
Fix available
A fix is available. Upgrade to 4.2.6.4 or later.
See remediation →
60/100
Remediation priority · Elevated
Remotely reachable 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 LearnPress – WordPress LMS Plugin plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 4.2.6.3 due to missing validation on a user controlled key when looking up order information. This makes it possible for authenticated attackers to obtain information on orders placed by other users and guests, which can be leveraged to sign up for paid courses that were purchased by guests. Emails of other users are also exposed.

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 LearnPress WordPress LMS plugin has an Insecure Direct Object Reference (IDOR) vulnerability in the order lookup functionality. Authenticated attackers can manipulate a user-controlled key parameter to access order information belonging to other users or guests, exposing sensitive data like email addresses and potentially allowing attackers to hijack paid course enrollments.

MitigationUpdate LearnPress to version 4.2.6.4 or later. In the meantime, implement proper authorization checks in the order lookup code to verify that the requesting user owns the order before returning any data, and validate that the order ID parameter cannot be manipulated to access other users' orders.

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

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
LearnpressWordPress extension
Affected:< 4.2.6.4

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
Low
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/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. Confirm LearnPress plugin is installed
    Log into WordPress admin and navigate to Plugins > Installed Plugins, or use wp-cli: wp plugin list --name=learnpress --status=active --format=table
    Affected if LearnPress is not listed as an installed and active plugin, then the site is not affected by this CVE.
  2. Check installed LearnPress version
    In WordPress admin, go to Plugins > Installed Plugins and find LearnPress to read the version number. Alternatively, check the main plugin file (learnpress.php) in wp-content/plugins/learnpress for the 'Version' header, or run: grep -i 'Version:' wp-content/plugins/learnpress/learnpress.php
    Affected if The installed version is lower than 4.2.6.4 (e.g., 4.2.6.3, 4.2.5.x, etc.), indicating the vulnerable version is in use.
  3. Verify order lookup feature is accessible
    Confirm the LearnPress order lookup page is publicly accessible by visiting a typical order lookup URL such as /lp-order-confirmation/ or /orders/ and checking if unauthenticated or authenticated users can submit an order lookup request.
    Affected if The order lookup functionality is active and accessible to users without proper authorization checks.
  4. Test for IDOR in order lookup
    Log in as a registered user, locate an existing order belonging to that user, then attempt to manipulate the order lookup request (e.g., change order ID or key parameter) to access a different user's order. Inspect the response for any order details belonging to another user, such as email addresses or course enrollment information.
    Affected if Manipulating the order ID or key parameter returns order data belonging to a different user or guest, confirming the IDOR vulnerability is present.

A site is affected if LearnPress version is below 4.2.6.4 AND the order lookup feature is accessible, allowing unauthorized access to other users' order information through parameter manipulation.

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
Upgrade available Upgrade to 4.2.6.4 or later
Fixed in 4.2.6.4
Interim mitigation

Update LearnPress to version 4.2.6.4 or later. In the meantime, implement proper authorization checks in the order lookup code to verify that the requesting user owns the order before returning any data, and validate that the order ID parameter cannot be manipulated to access other users' orders.

Recommended fix High confidence

LearnPress version 4.2.6.4

  1. Backup your WordPress site before making any changes
  2. Navigate to Dashboard > Plugins in WordPress admin
  3. Locate LearnPress (or LearnPress – WordPress LMS) in the plugins list
  4. Click 'Update now' if an update is available, or manually update to version 4.2.6.4
  5. After updating, verify the plugin version shows 4.2.6.4 or higher
  6. Test that order lookup functionality works correctly for the current user only

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

Fix this in Learnpress Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing4.0 h
  • Review / QA2.0 h
15.0 hours of engineering $2,640
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-1289 — 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-2024-1289 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