🔐 CVE Alert

CVE-2026-75982

MEDIUM 4.4

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

CVSS Score
4.4
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-862
Vendor thimpress
Product learnpress – wordpress lms plugin for create and sell online courses
Published Aug 25, 2026
Stay Ahead of the Next One

Get instant alerts for thimpress learnpress – wordpress lms plugin for create and sell online courses

Be the first to know when new medium vulnerabilities affecting thimpress learnpress – wordpress lms plugin for create and sell online courses are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

thimpress / LearnPress – WordPress LMS Plugin for Create and Sell Online Courses
0 ≤ 4.4.4

References

NVD ↗ CVE.org ↗ EPSS Data ↗
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/2f8b8bfe-8d73-4289-b212-7baf7bceaaf6?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/learnpress/trunk/inc/class-lp-helper.php#L264 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/learnpress/trunk/inc/admin/class-lp-admin-ajax.php#L649 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/learnpress/trunk/inc/admin/class-lp-admin-ajax.php#L45 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset?reponame=&old=3659902%40learnpress&new=3659902%40learnpress

Credits

Wordfence PRISM