CVE-2025-6214
BaseFortify
Publication date: 2025-07-23
Last updated on: 2025-07-25
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| omnishop | plugin | 1.0.9 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Request Forgery (CSRF) issue in the Omnishop WordPress plugin's /users/delete REST route. The route only checks if the requester is logged in but does not require any nonce or proof of intent, allowing attackers to trick logged-in administrators into deleting arbitrary user accounts by making them perform an action like clicking a malicious link.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to delete arbitrary user accounts if they can trick a site administrator into performing an action such as clicking a malicious link. This can lead to loss of user data and disruption of site operations.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, immediately update the Omnishop plugin to a version later than 1.0.9 where the issue is fixed. If an update is not available, disable or restrict access to the /users/delete REST route to prevent unauthorized requests. Additionally, ensure that site administrators are cautious about clicking on untrusted links to avoid CSRF attacks.