Description
The Order Tip for WooCommerce WordPress plugin before 1.6.0 does not check the capability of the user requesting a file deletion, nor does it restrict which path may be deleted, allowing users with the Shop Manager role and above to delete arbitrary files on the server, which could lead to the site being taken over.
Published: 2026-08-26
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary file deletion leading to possible site takeover
Action: Immediate Patch
AI Analysis

Impact

The Order Tip for WooCommerce plugin, versions older than 1.6.0, lacks proper authorization checks and path validation for the delete_exported_csv_file_ajax function. This flaw permits any user with the Shop Manager role or higher to delete any file on the server, exposing the site to compromise. The weakness corresponds to improper authorization and incorrect permission assignment, which could allow an attacker to remove critical files or inject malicious ones.

Affected Systems

WordPress installations running the Order Tip for WooCommerce plugin, any version below 1.6.0. Users granted the Shop Manager role or higher can trigger the deletion operation.

Risk and Exploitability

The CVSS score of 8.7 indicates high severity, and the EPSS score is <1%, meaning exploitation probability is low but not negligible. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires an authenticated session with Shop Manager or higher permissions, implying that only internally privileged users can mount the attack. The lack of path restrictions means that a single deletion request can target arbitrary server files, raising the risk to both confidentiality and integrity. Monitoring for suspicious file deletion activities remains important until a patch is applied.

Generated by OpenCVE AI on August 26, 2026 at 20:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Order Tip for WooCommerce to version 1.6.0 or newer, which removes the flaw.
  • If an upgrade is not possible, temporarily block the delete_exported_csv_file_ajax endpoint by disabling the function or removing the related hook in the plugin code.
  • After disabling the endpoint, scan for and remediate any remaining files or logs showing unauthorized deletion attempts.

Generated by OpenCVE AI on August 26, 2026 at 20:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Wed, 26 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 26 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:H/A:H'}


Wed, 26 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-73

Wed, 26 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Order Tip for WooCommerce WordPress plugin before 1.6.0 does not check the capability of the user requesting a file deletion, nor does it restrict which path may be deleted, allowing users with the Shop Manager role and above to delete arbitrary files on the server, which could lead to the site being taken over.
Title Order Tip for WooCommerce < 1.6.0 - Shop Manager+ Arbitrary File Deletion via delete_exported_csv_file_ajax
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-26T14:43:08.192Z

Reserved: 2026-08-21T07:47:22.095Z

Link: CVE-2026-77693

cve-icon Vulnrichment

Updated: 2026-08-26T14:38:43.114Z

cve-icon NVD

Status : Deferred

Published: 2026-08-26T06:16:29.210

Modified: 2026-08-26T16:30:52.723

Link: CVE-2026-77693

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T20:30:11Z

Weaknesses
  • CWE-73

    External Control of File Name or Path