CVE-2025-15521
Published: 21 January 2026
Description
The Academy LMS – WordPress LMS Plugin for Complete eLearning Solution plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 3.5.0. This is due to the plugin not properly validating a…
more
user's identity prior to updating their password and relying solely on a publicly-exposed nonce for authorization. This makes it possible for unauthenticated attackers to change arbitrary user's password, including administrators, and gain access to their account.
Mitigating Controls (NIST 800-53 r5)AI
Mandates enforcement of approved authorizations, directly preventing unauthorized password updates due to inadequate identity validation beyond a public nonce.
Requires protection of authenticators from unauthorized modification, addressing the lack of identity verification before password changes.
Establishes procedures for modifying accounts and credentials securely, mitigating risks from arbitrary password changes without proper authorization.
Security SummaryAI
CVE-2025-15521 is a privilege escalation vulnerability via account takeover in the Academy LMS – WordPress LMS Plugin for Complete eLearning Solution for WordPress, affecting all versions up to and including 3.5.0. The issue arises because the plugin does not properly validate a user's identity prior to updating their password, instead relying solely on a publicly-exposed nonce for authorization. Published on 2026-01-21, it has a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-639 (Authorization Bypass Through User-Controlled Key).
Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no user interaction or privileges required. By leveraging the inadequate authorization, they can change the password of arbitrary users, including administrators, thereby achieving full account takeover and potential control over the WordPress site.
Advisories point to the vulnerable code at line 1581 in includes/functions.php of version 3.5.0, as shown in the WordPress plugins trac repository. Wordfence threat intelligence provides further details on the issue via its vulnerability database entry.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
T1190: Unauthenticated exploitation of public-facing WordPress plugin vulnerability. T1098: Enables unauthorized password changes for arbitrary users including admins, facilitating account manipulation and takeover.