CVE-2026-44826
HighSummary
Vvveb CMS prior to version 1.0.8.2 does not validate the sign of the quantity parameter on the cart-add endpoint. Submitting a negative integer was accepted by the server, leading to negative values in order calculations.
Risk Assessment
The organization may face issues with order management as the system could record orders with negative totals, leading to incorrect financial records.
Recommendation
It is recommended to update Vvveb CMS to version 1.0.8.2 or later to mitigate this vulnerability and implement additional validations at the application level.
Other vulnerabilities in Vvveb CMS
See all- CVE-2026-46408High
Vvveb is a powerful and easy to use content management system (CMS) that had a vulnerability in the checkout endpoint prior to version 1.0.8.3. It allowed logged-in attackers to reuse another user's cart data in their own checkout session.
- CVE-2026-46407High
Vvveb is a powerful and easy to use content management system (CMS) that prior to version 1.0.8.3 allowed an authenticated administrator to load another administrator's API token list by supplying that user's admin_id. This can disclose sensitive API tokens belonging to other administrators.
- CVE-2026-45800High
In Vvveb CMS prior to version 1.0.8.3, there is an SQL injection issue in the user order history page. An authenticated user can exploit URL parameters to manipulate SQL queries.
- CVE-2026-6249High
Vvveb CMS version 1.0.8.2 contains a remote code execution vulnerability in its media upload handler that allows authenticated attackers to execute arbitrary operating system commands by uploading a PHP webshell with a .phtml extension.
- CVE-2026-6257Critical
Vvveb CMS version 1.0.8.2 contains a remote code execution vulnerability in its media management functionality. A missing return statement in the file rename handler allows authenticated attackers to rename files to blocked extensions .php or .htaccess.
Original NVD description (English source)
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.

