Description
The Wallet System for WooCommerce WordPress plugin before 2.7.10 does not validate a user-supplied wallet amount against the customer's actual stored balance during checkout, allowing authenticated customers to arbitrarily reduce their own order total, including down to zero, and complete checkout without paying the merchant.
Published: 2026-08-12
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Wallet System for WooCommerce WordPress plugin before version 2.7.10 does not verify that the wallet amount entered at checkout does not exceed the amount actually stored in a customer's account. As a result, an authenticated user can submit an arbitrary wallet balance, causing the order total to drop to any desired value—including zero—and complete the transaction without the merchant receiving payment. This flaw is a CWE‑472 weakness that enables financial fraud by manipulating the transaction amount.

Affected Systems

The vulnerable product is the Wallet System for WooCommerce plugin. All releases before 2.7.10 are affected, including every version up to and excluding 2.7.10. The plugin is typically installed on WordPress sites that use WooCommerce as the e‑commerce platform, though the vendor is listed as Unknown.

Risk and Exploitability

The issue has a CVSS v3 score of 6.5, indicating moderate severity. EPSS is not available and the vulnerability is not listed in CISA’s KEV catalog, so no confirmed exploitation has been reported yet. The attack vector is the standard checkout flow; an authenticated customer must have access to the checkout page and may submit a crafted wallet amount. Because the flaw allows the attacker to reduce revenue to zero, the financial impact can be significant even though the exploit requires no privileged access or additional network vulnerabilities. Prompt remediation is recommended to prevent potential monetary loss.

Generated by OpenCVE AI on August 13, 2026 at 01:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Wallet System for WooCommerce plugin to version 2.7.10 or newer, which adds proper validation of wallet amounts during checkout.
  • Confirm that during checkout the wallet amount transmitted by the client is compared against the user's stored balance and reject any value that exceeds it.
  • If an immediate update is not possible, temporarily disable the wallet redemption feature or restrict wallet usage to the actual available balance until the plugin can be updated.

Generated by OpenCVE AI on August 13, 2026 at 01:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-472
Metrics ssvc

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


Wed, 12 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Description The Wallet System for WooCommerce WordPress plugin before 2.7.10 does not validate a user-supplied wallet amount against the customer's actual stored balance during checkout, allowing authenticated customers to arbitrarily reduce their own order total, including down to zero, and complete checkout without paying the merchant.
Title Wallet System for WooCommerce < 2.7.10 - Customer+ Checkout Price Manipulation via Unvalidated Wallet Amount
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-12T12:16:50.889Z

Reserved: 2026-07-08T12:41:48.930Z

Link: CVE-2026-15045

cve-icon Vulnrichment

Updated: 2026-08-12T12:16:08.816Z

cve-icon NVD

Status : Deferred

Published: 2026-08-12T12:17:46.563

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

Link: CVE-2026-15045

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T01:30:05Z

Weaknesses
  • CWE-472

    External Control of Assumed-Immutable Web Parameter