CVE-2025-11815
BaseFortify
Publication date: 2025-11-21
Last updated on: 2025-11-21
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | uipress_lite | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-285 | The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action. |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
An attacker with at least Subscriber-level access can exploit this vulnerability to change arbitrary plugin settings, potentially leading to unauthorized changes in the website's dashboard or admin themes. This could result in a loss of control over plugin configurations and may affect the website's functionality or security.
Can you explain this vulnerability to me?
This vulnerability exists in the UiPress lite WordPress plugin (up to version 3.5.08) where there is a missing capability check in the uip_save_site_option() function. This allows authenticated users with Subscriber-level access or higher to modify plugin settings without proper authorization. Other AJAX actions in the plugin are also affected by this issue.