Description
The LearnPress WordPress plugin before 4.4.7 does not perform any authentication, capability or nonce check before serving a previously generated order export file, allowing unauthenticated attackers who can determine its identifier to download customer names, purchases, amounts and guest email addresses.
Published: 2026-09-16
Score: 3.7 Low
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized disclosure of customer order data
Action: Patch Now
AI Analysis

Impact

The vulnerability arises from the plugin not verifying authentication or permissions when delivering an order export file. This flaw enables an attacker to readily learn sensitive customer data such as names, amounts, and guest email addresses, effectively bypassing privacy safeguards. The weakness is aligned with improper access control and information exposure, where data that should be protected can be accessed by any user who knows or guesses the download URL.

Affected Systems

The issue affects the LearnPress WordPress plugin on all installations using versions earlier than 4.4.7. Any site running an affected build of this plugin exposes its order export functionality to unauthenticated users. No specific platform or hosting environment constraints are noted beyond the plugin requirement.

Risk and Exploitability

Attackers can exercise this flaw by sending an ordinary HTTP request to the order export endpoint, which the plugin serves without any authentication or permission checks. Because the endpoint identifier is predictable or guessable once known, obtaining the raw order data is straightforward. The EPSS score for this vulnerability is below 1% and it is not listed in CISA KEV, indicating a low probability of active exploitation at the moment. Nevertheless, any site running a vulnerable LearnPress plugin could inadvertently expose customer names, purchase details, amounts and guest email addresses if the export files are accessed without restriction.

Generated by OpenCVE AI on September 16, 2026 at 17:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the LearnPress plugin to version 4.4.7 or later to remove the authentication check deficiency.
  • If upgrading is temporarily infeasible, configure web server permissions or add an authentication layer so that the order export endpoint is only reachable by logged‑in administrators.
  • Remove or encrypt stored export files that may still be accessible to prevent accidental exposure.
  • Monitor web server logs for repeated attempts to access the order export URI to detect potential reconnaissance activity.

Generated by OpenCVE AI on September 16, 2026 at 17:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 17 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 3.7, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 16 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Wed, 16 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Learnpress
Learnpress learnpress
Wordpress
Wordpress wordpress
Vendors & Products Learnpress
Learnpress learnpress
Wordpress
Wordpress wordpress

Wed, 16 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The LearnPress WordPress plugin before 4.4.7 does not perform any authentication, capability or nonce check before serving a previously generated order export file, allowing unauthenticated attackers who can determine its identifier to download customer names, purchases, amounts and guest email addresses.
Title LearnPress < 4.4.7 - Unauthenticated Order Data Disclosure via lp_download_order
References

Subscriptions

Learnpress Learnpress
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-17T12:34:27.281Z

Reserved: 2026-09-07T12:51:56.101Z

Link: CVE-2026-86448

cve-icon Vulnrichment

Updated: 2026-09-17T12:16:45.370Z

cve-icon NVD

Status : Deferred

Published: 2026-09-16T06:16:34.767

Modified: 2026-09-17T13:16:52.793

Link: CVE-2026-86448

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T17:15:14Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control