CVE-2026-75982

LearnPress <= 4.4.4 - Missing Authorization to Authenticated (Editor+) Limited Option Update via 'field_name' Parameter

2026-08-24 13:28
Wordfence PRISM

Strategic Overview

Status
Patched in 4.4.5
Affected Version
<= 4.4.4
CVSS
4.4Medium
Weakness type
CWE-862 · Missing Authorization
CVE
CVE-2026-75982
View all LearnPress – WordPress LMS Plugin for Create and Sell Online Courses vulnerabilities

At a glance

CVE-2026-75982 is a medium-severity Missing Authorization vulnerability in the LearnPress WordPress plugin, affecting versions <= 4.4.4. It carries a CVSS score of 4.4 (reachable over the network; high integrity impact). Exploitation requires an authenticated account at Editor level or above. The issue is fixed in version 4.4.5; sites on affected versions should update now. Disclosed August 2026, reported by Wordfence PRISM.

Vulnerability Overview

The LearnPress plugin for WordPress is vulnerable to unauthorized modification of arbitrary WordPress options in versions up to, and including, 4.4.4 via the learnpress_create_page AJAX action. The LP_Admin_Ajax::create_page() handler only checks the edit_pages capability and a wp_rest nonce (both available to Editors), then reads the field_name parameter from the request without restricting it to a learn_press_* allow-list before passing it as the option key to LP_Helper::create_page(), which calls update_option($key_option, $page_id). This makes it possible for authenticated attackers, with Editor-level access and above, to update arbitrary WordPress options to a positive integer (a newly created page ID), enabling actions such as flipping users_can_register to a truthy value to open public registration, corrupting active_plugins to break the site, or otherwise tampering with site-wide settings normally reserved for administrators.

Technical Analysis

The vector marks this flaw as remotely reachable over the network, and no interaction from a victim user. A successful exploit has high impact on integrity.

CWE-862: Missing Authorization

LearnPress <= 4.4.4 carries this weakness at create_page(), and reaching it takes an account at Editor level or above. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.

Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For LearnPress the fix is 4.4.5: builds <= 4.4.4 are affected, anything from 4.4.5 onward is not.

Remediation

Update to version 4.4.5, or a newer patched version

How does WordSec protect against this?

Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: LearnPress 4.4.5 closes this, and updating the plugin is the step that ends it.

  • Login Security
  • Alerts

External References

Related records

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C