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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
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

No CVSS or EPSS scores are publicly available for this vulnerability, and it 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 07:51 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 07:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-26T06:00:21.254Z

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

Link: CVE-2026-77693

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T08:00:03Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-73

    External Control of File Name or Path