Description
The PiWeb Cancel order / Refund request for WooCommerce WordPress plugin before 1.3.4.34 does not have authorization or ownership checks when adding the contents of a previous order to the cart, allowing unauthenticated users to disclose the contents of other customers' orders, as well as to clear and repopulate a logged in user's cart via a crafted link.
Published: 2026-08-09
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The PiWeb Cancel order / Refund request for WooCommerce plugin allows an attacker to add the items from a previous order to a shopping cart without performing any ownership or authorization checks. Because the endpoint can be accessed by an unauthenticated user, the attacker can disclose the contents of other customers’ orders. Additionally, the same endpoint can clear a logged‑in user’s cart and repopulate it with fabricated data, which may result in a form of denial of service or improper data manipulation. The core weakness is lack of proper access control, corresponding to information‑disclosure and authorization flaws.

Affected Systems

All installations of the PiWeb Cancel order / Refund request for WooCommerce plugin running a version earlier than 1.3.4.34 are affected, regardless of the WooCommerce version. The vulnerability is present in the AJAX actions that process order re‑add operations.

Risk and Exploitability

The vulnerability does not require authentication and can be triggered by a crafted request to the order-reorder endpoint. No EPSS score is currently available, and the issue is not listed in the CISA KEV catalog. The lack of authorization checks makes the attack straightforward. Based on the description, it is inferred that an attacker could obtain or guess order identifiers to access other customers’ orders, potentially exposing sensitive customer information.

Generated by OpenCVE AI on August 9, 2026 at 07:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the PiWeb Cancel order / Refund request for WooCommerce plugin to version 1.3.4.34 or later, which removes the missing authorization checks.
  • If updating is not immediately possible, block or delete the AJAX actions that allow re‑ordering from external requests using a Web Application Firewall or custom rewrite rules.
  • Review cart and order handling in the application to ensure all actions check the authenticated user’s ownership of the order before processing.

Generated by OpenCVE AI on August 9, 2026 at 07:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 09 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-285

Sun, 09 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The PiWeb Cancel order / Refund request for WooCommerce WordPress plugin before 1.3.4.34 does not have authorization or ownership checks when adding the contents of a previous order to the cart, allowing unauthenticated users to disclose the contents of other customers' orders, as well as to clear and repopulate a logged in user's cart via a crafted link.
Title Cancel Order & Request Woocommerce < 1.3.4.34 - Unauthenticated Order Content Disclosure via Reorder AJAX Actions
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-09T06:00:13.920Z

Reserved: 2026-08-03T07:01:31.659Z

Link: CVE-2026-18603

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T08:00:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-285

    Improper Authorization