CVE-2025-10740
BaseFortify
Publication date: 2025-10-24
Last updated on: 2025-10-27
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordfence | url_shortener_plugin | 3.0.7 |
| wordpress | wordpress | * |
| exact_links | exact_links | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the URL Shortener Plugin for WordPress, where a missing capability check in the verifyRequest function allows authenticated users with Subscriber-level access or higher to access API functionality they should not be able to. This means such users can modify links without proper authorization.
How can this vulnerability impact me? :
An attacker with at least Subscriber-level access can exploit this vulnerability to modify links managed by the plugin. This could lead to unauthorized changes, potentially redirecting users to malicious sites or disrupting intended link behavior, impacting website integrity and user trust.