CVE-2025-56747 Details
Description
Creativeitem Academy LMS up to and including 5.13 contains a privilege escalation vulnerability in the Api_instructor controller where regular authenticated users can access instructor-only functions without proper role validation, allowing unauthorized course creation and management.
A privilege escalation vulnerability has been identified in Creativeitem Academy LMS versions through 5.13. The issue resides in the Api_instructor controller, where regular authenticated users can access instructor-only functions without proper role validation. This flaw enables unauthorized course creation and management.
The immediate fix is to add proper instructor role validation to all methods in the Api_instructor controller. This can be done by checking the 'is_instructor' flag in the user's database record before granting access to instructor-specific functions. Additionally, best practices such as implementing role-based access control consistently, using middleware for authorization checks, validating user permissions at the database level, and adding audit logging for privilege escalation attempts should be followed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Oct 14, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://suryadina.com/academy-lms-instructor-escalation-3n7b9f2w5k | [email protected] | ExploitMitigationThird Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-269 | Improper Privilege Management | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| creativeitem academy lms | <= 5.13 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Oct 21, 2025 | Initial Analysis | [email protected] |
| Oct 14, 2025 | CVE Modified | CISA-ADP |
| Oct 14, 2025 | New CVE Received | [email protected] |