Description
The LearnPress – WordPress LMS Plugin plugin for WordPress is vulnerable to modification of data in all versions up to, and including, 4.2.9.2. This is due to missing capability checks on the Admin Tools REST endpoints which are registered with permission_callback set to __return_true. This makes it possible for unauthenticated attackers to perform destructive database operations including dropping indexes on any table (including WordPress core tables like wp_options), creating duplicate configuration entries, and degrading site performance via the /wp-json/lp/v1/admin/tools/create-indexs endpoint granted they can provide table names.
Published: 2025-10-18
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Destructive Database Manipulation via Unauthenticated REST API
Action: Patch Upgrade
AI Analysis

Impact

The LearnPress WordPress LMS plugin has a missing capability check on several Admin Tools REST endpoints. The permission_callback for these endpoints is set to __return_true, which bypasses authentication entirely. An unauthenticated attacker can therefore send requests to endpoints such as /wp-json/lp/v1/admin/tools/create-indexs and execute destructive SQL operations. The attacker can drop indexes from any table—including core WordPress tables such as wp_options—create duplicate configuration entries, or otherwise degrade site performance. This vulnerability can compromise the integrity of the database and lead to site downtime, and it exposes the system to potential data loss. The weakness corresponds to CWE‑862: Missing Authorization.

Affected Systems

Any WordPress installation that has the LearnPress LMS plugin version 4.2.9.2 or earlier is affected. The issue has been identified in all releases up to and including 4.2.9.2. The vulnerability is specific to the LearnPress plugin developed by thimpress. Sites running newer versions beyond 4.2.9.2 are not impacted by this particular flaw.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity. The EPSS score of less than 1% suggests a low current exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. Because the endpoints are accessible without authentication, an attacker can exploit the flaw from any network location that can reach the site, typically over HTTP/HTTPS. No additional prerequisites are required beyond the ability to transmit REST API requests. Once exploited, the attacker can disrupt site operations or corrupt data, jeopardizing availability and integrity.

Generated by OpenCVE AI on April 21, 2026 at 02:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade LearnPress to the latest version (4.2.9.3 or newer) which removes the unsecured REST endpoints.
  • If an immediate upgrade is not possible, block unauthenticated requests to the vulnerable REST paths (/wp-json/lp/v1/admin/tools/*) using server rules or a security plugin.
  • Verify that no other LearnPress REST endpoints use a __return_true callback; replace them with appropriate capability checks.
  • Monitor database tables and logs for unexpected index drops, duplicate entries, or other anomalous changes.

Generated by OpenCVE AI on April 21, 2026 at 02:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Oct 2025 20:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 20 Oct 2025 13:30:00 +0000

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

Sat, 18 Oct 2025 07:00:00 +0000

Type Values Removed Values Added
Description The LearnPress – WordPress LMS Plugin plugin for WordPress is vulnerable to modification of data in all versions up to, and including, 4.2.9.2. This is due to missing capability checks on the Admin Tools REST endpoints which are registered with permission_callback set to __return_true. This makes it possible for unauthenticated attackers to perform destructive database operations including dropping indexes on any table (including WordPress core tables like wp_options), creating duplicate configuration entries, and degrading site performance via the /wp-json/lp/v1/admin/tools/create-indexs endpoint granted they can provide table names.
Title LearnPress – WordPress LMS Plugin <= 4.2.9.3 - Missing Authorization to Unauthenticated Database Table Manipulation
Weaknesses CWE-862
References
Metrics cvssV3_1

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


Subscriptions

Thimpress Learnpress
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:25:20.007Z

Reserved: 2025-10-06T14:44:39.048Z

Link: CVE-2025-11372

cve-icon Vulnrichment

Updated: 2025-10-20T18:29:42.433Z

cve-icon NVD

Status : Deferred

Published: 2025-10-18T07:15:34.837

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-11372

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-21T02:15:06Z

Weaknesses