CVE-2026-4365 CRITICAL

CVE-2026-4365: LearnPress <= 4.3.2.8 - Missing Authorization to Unauthenticated Arbitrary Quiz Answer Deletion

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

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The LearnPress plugin for WordPress is vulnerable to unauthorized data deletion due to a missing capability check on the `delete_question_answer()` function in all versions up to, and including, 4.3.2.8. The plugin exposes a `wp_rest` nonce in public frontend HTML (`lpData`) to unauthenticated visitors, and uses that nonce as the only security gate for the `lp-load-ajax` AJAX dispatcher. The `delete_question_answer` action has no capability or ownership check. This makes it possible for unauthenticated attackers to delete any quiz answer option by sending a crafted POST request with a publicly available nonce.

Explanation of Vulnerability in Simple Terms

02Summary

LearnPress versions up to 4.3.2.8 lack proper authorization checks, allowing unauthenticated attackers to modify or delete course data and other site content. The vulnerability requires no special access or user interaction. Site administrators should update immediately to a version newer than 4.3.2.8.

What an attacker can do

03Attacker Capabilities

Modify or delete courses, lessons, and other site content without logging in.

Potential impact on your site

04Site Impact

Attackers can corrupt or destroy course content and potentially other data without any credentials.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

April 14, 2026 CVE published
April 14, 2026 Record updated

Related vulnerabilities

08Related CVE