Cyber Resilience

CVE-2025-7359

High

Published: 16 July 2025

Published
16 July 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
EPSS Score 0.0139 80.8th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-7359 is a high-severity Path Traversal (CWE-22) vulnerability in Wordpress (inferred from references). Its CVSS base score is 8.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 19.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

The Counter live visitors for WooCommerce plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the wcvisitor_get_block function. This affects all versions up to and including 1.3.6 and stems from a path traversal flaw (CWE-22) that permits deletion of all files within a targeted directory rather than a single specified file.

Unauthenticated attackers can exploit the issue over the network without authentication or user interaction to remove arbitrary directory contents on the server. Successful exploitation can result in data loss or a denial-of-service condition, consistent with the reported CVSS 8.2 rating.

References point to the vulnerable code in the plugin repository, a subsequent changeset, and a Wordfence advisory that documents the flaw. The EPSS score remains flat at a low 0.0139 with no material increase after disclosure.

EU & UK References

Vulnerability details

The Counter live visitors for WooCommerce plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the wcvisitor_get_block function in all versions up to, and including, 1.3.6. This makes it possible for unauthenticated attackers…

more

to delete arbitrary files on the server. NOTE: This particular vulnerability deletes all the files in a targeted arbitrary directory rather than a specified arbitrary file, which can lead to loss of data or a denial of service condition.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1485 Data Destruction Impact
Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources.
Why these techniques?

Path traversal enabling remote unauthenticated arbitrary file/directory deletion directly maps to exploitation of public-facing web app (T1190) and data destruction impact (T1485).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-67963Shared CWE-22
CVE-2026-4351Shared CWE-22
CVE-2026-22448Shared CWE-22
CVE-2025-68901Shared CWE-22
CVE-2025-14868Shared CWE-22
CVE-2024-8898Shared CWE-22
CVE-2025-22663Shared CWE-22
CVE-2026-32522Shared CWE-22
CVE-2026-45727Shared CWE-22
CVE-2025-26540Shared CWE-22

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the CVE by requiring timely identification, reporting, and patching of the path traversal flaw in the WooCommerce plugin.

prevent

Prevents exploitation of the insufficient file path validation in wcvisitor_get_block by enforcing input validation mechanisms at plugin entry points.

detect

Detects unauthorized file deletions caused by the path traversal vulnerability through integrity verification of software and information on the server.

References