CVE-2025-12963
Privilege Escalation in LazyTasks Plugin via REST API Abuse
Publication date: 2025-12-12
Last updated on: 2025-12-12
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpres | lazy_tasks | * |
Helpful Resources
Exploitability
| 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 exists in the LazyTasks WordPress plugin (up to version 1.2.29) and allows unauthenticated attackers to escalate privileges by exploiting improper validation of user identity in the 'wp-json/lazytasks/api/v1/user/role/edit/' REST API endpoint. Attackers can change arbitrary users' email addresses, including administrators', which enables them to reset passwords and take over accounts. Additionally, attackers can abuse this endpoint to grant users additional roles within the plugin.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized access to user accounts, including administrator accounts, by allowing attackers to reset passwords through email address changes. This can result in full compromise of the affected WordPress site, including unauthorized changes, data theft, or disruption of services. Attackers can also escalate privileges by assigning additional roles to users, increasing the potential damage.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, immediately update the LazyTasks plugin to a version later than 1.2.29 where the issue is fixed. Additionally, review user accounts for unauthorized email changes or role escalations, and reset passwords for any potentially compromised accounts. Restrict access to the 'wp-json/lazytasks/api/v1/user/role/edit/' REST API endpoint if possible until the plugin is updated.