CVE Details
Basic Information
| Title | WoodMart – Multipurpose WooCommerce Theme <= 8.2.6 - Improper Input Validation Leading to Unauthenticated Cart Manipulation |
|---|---|
| Type | cve |
| Published | 2025-07-26T06:43:22.481Z |
| Modified | 2025-07-26T06:43:22.481Z |
Product Information
| Vendor | xTemos |
|---|---|
| Product | Woodmart |
| Version | * |
CVSS Information
| Base Score | 5.3 (MEDIUM) |
|---|---|
| Attack Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N |
AI Analysis
| AI Description | The WoodMart WordPress theme has a vulnerability that allows attackers to manipulate cart quantities, potentially obtaining products for free. This is due to improper input validation in the cart update function. |
|---|---|
| AI Severity | Medium |
| AI Vendor | xTemos |
| AI Product | WoodMart |
| AI Version | <=8.2.6 |
Affected Products
- xTemos Woodmart *
Additional Information
| CWE List | CWE-20 |
|---|---|
| Source | Wordfence |
Description
The WoodMart theme for WordPress is vulnerable to Improper Input Validation in all versions up to, and including, 8.2.6. This is due to insufficient validation of the qty parameter in the woodmart_update_cart_item function. This makes it possible for unauthenticated attackers to manipulate cart quantities using fractional values, allowing them to obtain products for free by setting extremely small quantities (e.g., 0.00001) that round cart totals to $0.00, effectively bypassing payment requirements and allowing unauthorized acquisition of virtual or downloadable products.