CVE-2026-44826 Details
Description
Vvveb is a powerful and easy to use CMS with page builder to build websites, blogs or ecommerce stores. Prior to 1.0.8.2, Vvveb CMS does not validate the sign of the quantity parameter on the cart-add endpoint. Submitting a negative integer is accepted by the server and treated as a normal positive line-item, but with the sign carried through into every downstream computation: line total, sub-total, taxes, and grand total all become negative numbers. The customer-facing cart UI then displays a negative grand total to the user, the checkout flow accepts the negative cart, and the resulting order is persisted in the merchant's database with a negative total column. From the merchant's order management dashboard, this surfaces as a real order with a negative total — an "the merchant owes the customer money" record that no legitimate workflow ever creates. This vulnerability is fixed in 1.0.8.2.
A vulnerability in Vvveb CMS versions prior to 1.0.8.2 allows for negative quantities to be added to the cart, which are then processed as normal line items but with negative values. This issue arises because the cart-add endpoint does not validate the sign of the quantity parameter. As a result, all downstream calculations, including line totals, subtotals, taxes, and grand totals, become negative. The negative grand total is displayed to the user, accepted during checkout, and recorded in the merchant's database as a legitimate order with a negative total. This creates an inaccurate financial record, suggesting the merchant owes the customer money, a scenario that typically does not occur.
The vulnerability can be fixed by implementing a validation check in the cart-add handler to reject any quantity that is not a positive integer. This check should also be applied in the checkout finalization process to prevent negative-quantity orders from being processed. Additionally, asserting that the order total is greater than or equal to zero during the order creation step can catch any future regressions.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 15, 2026CISA-ADP
Assessed May 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/givanz/Vvveb/security/advisories/GHSA-75x2-j47j-mg8j | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/givanz/Vvveb/security/advisories/GHSA-75x2-j47j-mg8j | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-1284 | Improper Validation of Specified Quantity in Input | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Vvveb | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 15, 2026 | CVE Modified | CISA-ADP |
| May 15, 2026 | New CVE Received | [email protected] |
Volerion