CVE-2025-11372 MEDIUM

CVE-2025-11372: LearnPress – WordPress LMS Plugin <= 4.2.9.3 - Missing Authorization to Unauthenticated Database Table Manipulation

Vendor Thimpress
Product LearnPress – WordPress LMS Plugin for Create and Sell Online Courses
Weakness CWE-862 · Missing authorization
Published October 18, 2025
Last update April 8, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

LearnPress versions up to 4.2.9.3 lack proper authorization checks, allowing unauthenticated attackers to modify course data and availability. The vulnerability requires no user interaction and can be exploited over the network. Site administrators should update to a version newer than 4.2.9.3 to restore access controls.

What an attacker can do

03Attacker Capabilities

Modify course content and settings without logging in.

Potential impact on your site

04Site Impact

Course data and availability can be altered by anyone, potentially disrupting learning experiences.

Conditions required to exploit

05Prerequisites

Network access to the site; no authentication or user interaction required.

Key dates

06Disclosure timeline

October 18, 2025 CVE published
April 8, 2026 Record updated