CVE-2025-7359
BaseFortify
Publication date: 2025-07-16
Last updated on: 2026-04-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| daniel_riera | counter_visitor_for_woocommerce | 1.3.6 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability exists in the Counter live visitors for WooCommerce plugin for WordPress, where insufficient file path validation in the wcvisitor_get_block function allows unauthenticated attackers to delete arbitrary files on the server. Specifically, it deletes all files in a targeted directory rather than a single file, which can cause data loss or denial of service.
How can this vulnerability impact me? :
This vulnerability can lead to loss of data or denial of service on the affected server because attackers can delete all files in an arbitrary directory without authentication.