Impact
LearnPress for WordPress allows attackers to delete any quiz answer because the delete_question_answer() function performs no capability or ownership check. The only security gate is a publicly exposed wp_rest nonce, so an unauthenticated user can craft a POST request and remove an answer option. This vulnerability represents a Missing Authorization weakness (CWE-862) and results in permanent loss of quiz data for the site.
Affected Systems
The affected product is the thimpress LearnPress WordPress LMS plugin. All versions up to and including 4.3.2.8 are impacted. Users who have not updated beyond these releases are exposed.
Risk and Exploitability
The CVSS score of 9.1 indicates a high severity impact. Because the flaw can be triggered by any unauthenticated visitor through a simple POST request, the risk of exploitation is considerable, even though EPSS data is unavailable and it is not listed in the CISA KEV catalog. The lack of a capability check means the attacker needs only the public nonce to delete answers, making exploitation straightforward.
OpenCVE Enrichment