CVE-2025-11003
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 | wordpress | * |
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
How can this vulnerability impact me? :
The vulnerability can allow attackers with low-level access to inject custom JavaScript into templates, potentially leading to unauthorized data modification, cross-site scripting (XSS) attacks, or other malicious actions that compromise the integrity and security of the WordPress site.
Can you explain this vulnerability to me?
This vulnerability exists in the UiPress lite WordPress plugin up to version 3.5.08, where a missing capability check in the 'uip_save_ui_template' function allows authenticated users with Subscriber-level access or higher to save templates containing custom JavaScript. This means that users who should have limited permissions can modify data by injecting potentially harmful scripts.
What immediate steps should I take to mitigate this vulnerability?
Update the UiPress lite plugin to a version later than 3.5.08 where the vulnerability is fixed. Until then, restrict Subscriber-level and above users from saving templates containing custom JavaScript, or disable the plugin if possible to prevent exploitation.