CVE-2025-13563

Lizza LMS · Lizza LMS Pro WordPress Plugin

The Lizza LMS Pro plugin for WordPress is vulnerable to privilege escalation, enabling unauthenticated attackers to register as administrators and take over the site.

Executive summary

A critical privilege escalation flaw in the Lizza LMS Pro WordPress plugin allows unauthenticated attackers to gain full administrator access during the registration process.

Vulnerability

The lizza_lms_pro_register_user_front_end function does not restrict the roles available during registration. An unauthenticated attacker can supply the 'administrator' role in the registration request to gain full control of the WordPress site.

Business impact

A successful exploit results in the complete compromise of the Learning Management System, including access to student data, course materials, and financial records. The CVSS score of 9.8 reflects the severity of allowing unauthenticated users to escalate to the highest privilege level.

Remediation

Immediate Action: Update the Lizza LMS Pro plugin to the latest version immediately to fix the registration role validation logic.

Proactive Monitoring: Inspect the WordPress audit logs for any registrations that resulted in the creation of an administrative account.

Compensating Controls: Implement a manual approval process for new user registrations or restrict registration to specific, low-privilege roles at the system level.

Exploitation status

Public Exploit Available: No

Analyst recommendation

Immediate remediation is required to prevent unauthorized administrative access. Update the plugin to the latest version and verify that the registration process no longer accepts arbitrary role assignments from the client side.