CVE-2025-15347
Unknown Unknown - Not Provided
Privilege Escalation in Creator LMS via Missing Capability Check

Publication date: 2026-01-20

Last updated on: 2026-01-20

Assigner: Wordfence

Description
The Creator LMS – The LMS for Creators, Coaches, and Trainers plugin for WordPress is vulnerable to unauthorized modification of data that can lead to privilege escalation due to a missing capability check in the get_items_permissions_check function in all versions up to, and including, 1.1.12. This makes it possible for authenticated attackers, with contributor level access and above, to update arbitrary WordPress options.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-20
Last Modified
2026-01-20
Generated
2026-05-07
AI Q&A
2026-01-20
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
creatorlms creator_lms to 1.1.12 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in the Creator LMS WordPress plugin allows authenticated users with contributor-level access or higher to modify arbitrary WordPress options without proper authorization. This happens because the plugin's get_items_permissions_check function lacks a proper capability check, enabling privilege escalation by updating sensitive plugin settings via the REST API. [1]


How can this vulnerability impact me? :

An attacker with contributor-level access could exploit this vulnerability to escalate their privileges by modifying critical WordPress options related to the Creator LMS plugin. This could lead to unauthorized changes in plugin settings, potentially compromising site integrity, security, and availability. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

You can detect this vulnerability by checking if your Creator LMS plugin version is 1.1.12 or below, as these versions lack proper permission checks allowing unauthorized updates. To detect exploitation attempts, monitor REST API requests to the CreatorLMS settings endpoint for unauthorized update attempts. For example, you can use commands like `grep` on your web server logs to find suspicious REST API calls: `grep '/wp-json/creatorlms/v1/settings' /path/to/access.log | grep -i 'POST\|PUT'` to identify update attempts. Additionally, check user roles with contributor level or above making such requests. However, no specific detection commands are provided in the resources. [1]


What immediate steps should I take to mitigate this vulnerability?

The immediate mitigation step is to update the Creator LMS plugin to version 1.1.13 or later, where the vulnerability is fixed. This update includes stricter permission checks requiring the `manage_options` capability for updating settings and validates option keys to prevent unauthorized modifications. Until you can update, restrict contributor-level users from accessing REST API endpoints related to CreatorLMS settings or limit their permissions to prevent exploitation. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart